#include <AMRLevelIdealMHDFactory.H>
Inheritance diagram for AMRLevelIdealMHDFactory:
Public Methods | |
AMRLevelIdealMHDFactory () | |
Null constructor. | |
virtual AMRLevel * | new_amrlevel () const |
Virtual constructor. | |
virtual | ~AMRLevelIdealMHDFactory () |
Destructor. | |
virtual void | CFL (Real a_cfl) |
CFL number. | |
virtual void | domainLength (Real a_domainLength) |
Physical dimension of the longest side of the domain. | |
virtual void | refinementThreshold (Real a_refineThresh) |
Refinement threshold. | |
void | tagBufferSize (int a_tagBufferSize) |
Tag buffer size. | |
void | initialDtMultiplier (Real a_initialDtMultiplier) |
Initial dt multiplier. | |
virtual void | patchGodunov (RefCountedPtr< PatchGodunov > a_patchGodunov) |
PatchGodunov object (used as a factory). | |
bool | isDefined () const |
Check that everything is defined. | |
Protected Methods | |
void | setDefaultValues () |
Protected Attributes | |
Real | m_cfl |
bool | m_cflSet |
Real | m_domainLength |
bool | m_domainLengthSet |
Real | m_refineThresh |
bool | m_refineThreshSet |
int | m_tagBufferSize |
bool | m_tagBufferSizeSet |
Real | m_initialDtMultiplier |
bool | m_initialDtMultiplierSet |
RefCountedPtr< PatchGodunov > | m_patchGodunov |
bool | m_patchGodunovSet |
Private Methods | |
void | operator= (const AMRLevelIdealMHDFactory &a_input) |
AMRLevelIdealMHDFactory (const AMRLevelIdealMHDFactory &a_input) |
|
Null constructor.
|
|
Destructor.
|
|
|
|
CFL number.
|
|
Physical dimension of the longest side of the domain.
|
|
Initial dt multiplier.
|
|
Check that everything is defined.
|
|
Virtual constructor.
Implements AMRLevelFactory. |
|
|
|
PatchGodunov object (used as a factory).
|
|
Refinement threshold.
|
|
|
|
Tag buffer size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|