|
| | EBFArrayBoxFactory (const EB2::Level &a_level, const Geometry &a_geom, const BoxArray &a_ba, const DistributionMapping &a_dm, const Vector< int > &a_ngrow, EBSupport a_support) |
| |
| | ~EBFArrayBoxFactory () override=default |
| |
| | EBFArrayBoxFactory (const EBFArrayBoxFactory &)=default |
| |
| | EBFArrayBoxFactory (EBFArrayBoxFactory &&) noexcept=default |
| |
| | EBFArrayBoxFactory ()=delete |
| |
| EBFArrayBoxFactory & | operator= (const EBFArrayBoxFactory &)=delete |
| |
| EBFArrayBoxFactory & | operator= (EBFArrayBoxFactory &&)=delete |
| |
| FArrayBox * | create (const Box &box, int ncomps, const FabInfo &info, int box_index) const final |
| |
| FArrayBox * | create_alias (FArrayBox const &rhs, int scomp, int ncomp) const final |
| |
| void | destroy (FArrayBox *fab) const final |
| |
| EBFArrayBoxFactory * | clone () const final |
| |
| const FabArray< EBCellFlagFab > & | getMultiEBCellFlagFab () const noexcept |
| |
| const MultiFab & | getLevelSet () const noexcept |
| |
| const MultiFab & | getVolFrac () const noexcept |
| |
| const MultiCutFab & | getCentroid () const noexcept |
| |
| const MultiCutFab & | getBndryCent () const noexcept |
| |
| const MultiCutFab & | getBndryNormal () const noexcept |
| |
| const MultiCutFab & | getBndryArea () const noexcept |
| |
| Array< const MultiCutFab *, 3 > | getAreaFrac () const noexcept |
| |
| Array< const MultiCutFab *, 3 > | getFaceCent () const noexcept |
| |
| Array< const MultiCutFab *, 3 > | getEdgeCent () const noexcept |
| |
| bool | isAllRegular () const noexcept |
| |
| EB2::Level const * | getEBLevel () const noexcept |
| |
| EB2::IndexSpace const * | getEBIndexSpace () const noexcept |
| |
| int | maxCoarseningLevel () const noexcept |
| |
| const DistributionMapping & | DistributionMap () const noexcept |
| |
| const BoxArray & | boxArray () const noexcept |
| |
| const Geometry & | Geom () const noexcept |
| |
| bool | hasEBInfo () const noexcept |
| |
| iMultiFab const * | getCutCellMask () const noexcept |
| |
| EBData | getEBData (MFIter const &mfi) const noexcept |
| |
| | FabFactory () noexcept=default |
| |
| | FabFactory (FabFactory const &) noexcept=default |
| |
| | FabFactory (FabFactory &&) noexcept=default |
| |
| FabFactory & | operator= (FabFactory const &) noexcept=default |
| |
| FabFactory & | operator= (FabFactory &&) noexcept=default |
| |
| virtual | ~FabFactory () noexcept=default |
| |
| virtual Long | nBytes (const Box &box, int ncomps, int) const |
| |