Chombo + EB
3.2
|
Factory class to produce BaseEBFluxFABs. More...
#include <EBFluxFactory.H>
Public Member Functions | |
virtual EBFluxFAB * | create (const Box &a_box, int a_ncomps, const DataIndex &a_dit) const |
factory function. More... | |
EBFluxFactory (const EBISLayout &a_ebisl) | |
virtual | ~EBFluxFactory () |
Public Member Functions inherited from DataFactory< EBFluxFAB > | |
virtual | ~DataFactory () |
virtual bool | callDelete () const |
virtual bool | threadSafe () const |
Private Attributes | |
EBISLayout | m_ebisl |
Factory class to produce BaseEBFluxFABs.
Factory class to produce BaseEBFluxFABs. This is needed for LevelData construction.
EBFluxFactory::EBFluxFactory | ( | const EBISLayout & | a_ebisl | ) |
create the factory with an ispace. calls full define function
|
virtual |
|
virtual |
factory function.
Creates a new baseebcellfab object and returns a pointer to it. Responsiblitly for calling operator 'delete' on this pointer is passed to the user.
Implements DataFactory< EBFluxFAB >.
|
private |