|
| GShopLevel (IndexSpace const *is, G const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt) |
|
| GShopLevel (IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, GShopLevel< G > &fineLevel) |
|
| GShopLevel (IndexSpace const *is, const Geometry &geom) |
|
void | define_fine (G const &gshop, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face, int num_crse_opt) |
|
bool | isAllRegular () const noexcept |
|
bool | isOK () const noexcept |
|
void | fillEBCellFlag (FabArray< EBCellFlagFab > &cellflag, const Geometry &geom) const |
|
void | fillVolFrac (MultiFab &vfrac, const Geometry &geom) const |
|
void | fillCentroid (MultiCutFab ¢roid, const Geometry &geom) const |
|
void | fillCentroid (MultiFab ¢roid, const Geometry &geom) const |
|
void | fillBndryArea (MultiCutFab &bndryarea, const Geometry &geom) const |
|
void | fillBndryArea (MultiFab &bndryarea, const Geometry &geom) const |
|
void | fillBndryCent (MultiCutFab &bndrycent, const Geometry &geom) const |
|
void | fillBndryCent (MultiFab &bndrycent, const Geometry &geom) const |
|
void | fillBndryNorm (MultiCutFab &bndrynorm, const Geometry &geom) const |
|
void | fillBndryNorm (MultiFab &bndrynorm, const Geometry &geom) const |
|
void | fillAreaFrac (Array< MultiCutFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const |
|
void | fillAreaFrac (Array< MultiFab *, AMREX_SPACEDIM > const &areafrac, const Geometry &geom) const |
|
void | fillFaceCent (Array< MultiCutFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const |
|
void | fillFaceCent (Array< MultiFab *, AMREX_SPACEDIM > const &facecent, const Geometry &geom) const |
|
void | fillEdgeCent (Array< MultiCutFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const |
|
void | fillEdgeCent (Array< MultiFab *, AMREX_SPACEDIM > const &edgecent, const Geometry &geom) const |
|
void | fillLevelSet (MultiFab &levelset, const Geometry &geom) const |
|
const BoxArray & | boxArray () const noexcept |
|
const DistributionMapping & | DistributionMap () const noexcept |
|
| Level (IndexSpace const *is, const Geometry &geom) |
|
void | prepareForCoarsening (const Level &rhs, int max_grid_size, IntVect const &ngrow) |
|
const Geometry & | Geom () const noexcept |
|
IndexSpace const * | getEBIndexSpace () const noexcept |
|
IntVect const & | nGrowVect () const noexcept |
|
void | write_to_chkpt_file (const std::string &fname, bool extend_domain_face, int max_grid_size) const |
|
bool | hasEBInfo () const noexcept |
|
void | fillCutCellMask (iMultiFab &cutcellmask, const Geometry &geom) const |
|
int | coarsenFromFine (Level &fineLevel, bool fill_boundary) |
|
void | buildCellFlag () |
|
void | buildCutCellMask (Level const &fine_level) |
|