#include <AMRLevelMHDFactory.H>
Inheritance diagram for AMRLevelMHDFactory:


Public Member Functions | |
| AMRLevelMHDFactory () | |
| Null constructor. | |
| virtual | ~AMRLevelMHDFactory () |
| Destructor. | |
| virtual void | define (const Real &a_cfl, const Real &a_domainLength, const int &a_verbosity, const Real &a_refineThresh, const int &a_tagBufferSize, 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 bool &a_doFilterBField) |
| Define the parameters of the factory. | |
| virtual AMRLevel * | new_amrlevel () const |
| Create a new AMRLevel (for MHD). | |
| bool | isDefined () const |
| Check that this object has been defined. | |
Protected Attributes | |
| Real | m_cfl |
| Real | m_domainLength |
| int | m_verbosity |
| Real | m_refineThresh |
| int | m_tagBufferSize |
| Real | m_initialDtMultiplier |
| const GodunovPhysics * | m_godunovPhysics |
| int | m_normalPredOrder |
| bool | m_useFourthOrderSlopes |
| bool | m_usePrimLimiting |
| bool | m_useCharLimiting |
| bool | m_useFlattening |
| bool | m_useArtificialViscosity |
| Real | m_artificialViscosity |
| bool | m_doFilterBField |
| bool | m_isDefined |
|
|
Null constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Define the parameters of the factory.
|
|
|
Check that this object has been defined.
|
|
|
Create a new AMRLevel (for MHD).
Implements AMRLevelFactory. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1