|
WarpX
|
#include <PML.H>
Public Types | |
| using | SigmaVect = std::array<Sigma,3> |
| using | value_type = void |
Public Member Functions | |
| SigmaBox (const amrex::Box &box, const amrex::BoxArray &grids, const amrex::Real *dx, const amrex::IntVect &ncell, const amrex::IntVect &delta, const amrex::Box ®domain, amrex::Real v_sigma) | |
| void | define_single (const amrex::Box ®domain, const amrex::IntVect &ncell, const amrex::Array< amrex::Real, 3 > &fac, amrex::Real v_sigma) |
| void | define_multiple (const amrex::Box &box, const amrex::BoxArray &grids, const amrex::IntVect &ncell, const amrex::Array< amrex::Real, 3 > &fac, amrex::Real v_sigma) |
| void | ComputePMLFactorsB (const amrex::Real *dx, amrex::Real dt) |
| void | ComputePMLFactorsE (const amrex::Real *dx, amrex::Real dt) |
| using SigmaBox::SigmaVect = std::array<Sigma,3> |
| using SigmaBox::value_type = void |
| SigmaBox::SigmaBox | ( | const amrex::Box & | box, |
| const amrex::BoxArray & | grids, | ||
| const amrex::Real * | dx, | ||
| const amrex::IntVect & | ncell, | ||
| const amrex::IntVect & | delta, | ||
| const amrex::Box & | regdomain, | ||
| amrex::Real | v_sigma ) |
| void SigmaBox::ComputePMLFactorsB | ( | const amrex::Real * | dx, |
| amrex::Real | dt ) |
| void SigmaBox::ComputePMLFactorsE | ( | const amrex::Real * | dx, |
| amrex::Real | dt ) |
| void SigmaBox::define_multiple | ( | const amrex::Box & | box, |
| const amrex::BoxArray & | grids, | ||
| const amrex::IntVect & | ncell, | ||
| const amrex::Array< amrex::Real, 3 > & | fac, | ||
| amrex::Real | v_sigma ) |
| void SigmaBox::define_single | ( | const amrex::Box & | regdomain, |
| const amrex::IntVect & | ncell, | ||
| const amrex::Array< amrex::Real, 3 > & | fac, | ||
| amrex::Real | v_sigma ) |
| SigmaVect SigmaBox::sigma |
| SigmaVect SigmaBox::sigma_cumsum |
| SigmaVect SigmaBox::sigma_cumsum_fac |
| SigmaVect SigmaBox::sigma_fac |
| SigmaVect SigmaBox::sigma_star |
| SigmaVect SigmaBox::sigma_star_cumsum |
| SigmaVect SigmaBox::sigma_star_cumsum_fac |
| SigmaVect SigmaBox::sigma_star_fac |
| amrex::Real SigmaBox::v_sigma |