|
| | ChkptFileLevel (IndexSpace const *is, ChkptFile const &chkpt_file, const Geometry &geom, int max_grid_size, int ngrow, bool extend_domain_face) |
| |
| | ChkptFileLevel (IndexSpace const *is, int ilev, int max_grid_size, int ngrow, const Geometry &geom, ChkptFileLevel &fineLevel) |
| |
| void | define_fine_chkpt_file (ChkptFile const &chkpt_file, Geometry const &geom, int max_grid_size, int ngrow, bool extend_domain_face) |
| |
| void | finalize_cell_flags () |
| |
| | GShopLevel (IndexSpace const *is, ChkptFile 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< ChkptFile > &fineLevel) |
| |
| | GShopLevel (IndexSpace const *is, const Geometry &geom) |
| |
| void | define_fine (ChkptFile 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 *, 3 > const &areafrac, const Geometry &geom) const |
| |
| void | fillAreaFrac (Array< MultiFab *, 3 > const &areafrac, const Geometry &geom) const |
| |
| void | fillFaceCent (Array< MultiCutFab *, 3 > const &facecent, const Geometry &geom) const |
| |
| void | fillFaceCent (Array< MultiFab *, 3 > const &facecent, const Geometry &geom) const |
| |
| void | fillEdgeCent (Array< MultiCutFab *, 3 > const &edgecent, const Geometry &geom) const |
| |
| void | fillEdgeCent (Array< MultiFab *, 3 > 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 |
| |
| void | setShift (int direction, int ncells) |
| |
| int | coarsenFromFine (Level &fineLevel, bool fill_boundary) |
| |
| void | buildCellFlag () |
| |
| void | buildCutCellMask (Level const &fine_level) |
| |