#include <AMRLevelSelfGravityFactory.H>
Inheritance diagram for AMRLevelSelfGravityFactory:
Public Member Functions | |
AMRLevelSelfGravityFactory () | |
Null constructor. | |
virtual AMRLevel * | new_amrlevel () const |
Virtual constructor. | |
virtual | ~AMRLevelSelfGravityFactory () |
Destructor. | |
virtual void | define (const Real &a_cfl, const Real &a_domainLength, const int &a_verbosity, const int &a_tagBufferSize, const int &a_maxInitRefLevel, const Real &a_initialDtMultiplier, const GodunovPhysics *const a_godunovPhysics, const int &a_normalPredOrder, const bool &a_useFourthOrderSlopes, const bool &a_usePrimLimiting, const bool &a_useCharLimiting, const bool &a_useFlattening, const bool &a_useArtificialViscosity, const Real &a_artificialViscosity, const RefCellTagger *const a_refCellTagger, const LevelOp *const a_poissonOp, const bool &a_useDeltaPhiCorr, const StencilType &a_stencil, const CodeUnits &a_codeUnits) |
bool | isDefined () const |
Check that everything is defined. | |
Protected Member Functions | |
void | setDefaultValues () |
Protected Attributes | |
int | m_verbosity |
Real | m_cfl |
Real | m_domainLength |
int | m_maxInitRefLevel |
int | m_tagBufferSize |
Real | m_initialDtMultiplier |
int | m_normalPredOrder |
bool | m_useFourthOrderSlopes |
bool | m_usePrimLimiting |
bool | m_useCharLimiting |
bool | m_useFlattening |
bool | m_useArtificialViscosity |
Real | m_artificialViscosity |
StencilType | m_stencil |
bool | m_useDeltaPhiCorr |
CodeUnits | m_units |
const GodunovPhysics * | m_godunovPhysics |
const LevelOp * | m_poissonOp |
const RefCellTagger * | m_refCellTagger |
bool | m_isDefined |
|
Null constructor.
|
|
Destructor.
|
|
|
|
Check that everything is defined.
|
|
Virtual constructor.
Implements AMRLevelFactory. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|