#include <AMRLevelMappedConsFactory.H>

Public Member Functions | |
| AMRLevelMappedConsFactory () | |
| Null constructor. | |
| AMRLevelMappedConsFactory (NewCoordSysFactory *const a_coordSysFact, AMRLevelMappedStabilityStrategy *a_stableTimeSteppingStrategy, AMRLevelMappedTaggingStrategy *a_taggingStategy) | |
| Constructor for a single-block coordinate system. | |
| AMRLevelMappedConsFactory (MultiBlockCoordSysFactory *const a_coordSysFact, AMRLevelMappedStabilityStrategy *a_stableTimeSteppingStrategy, AMRLevelMappedTaggingStrategy *a_taggingStategy) | |
| Constructor for a multi-block coordinate system. | |
| virtual AMRLevel * | new_amrlevel () const |
| Virtual constructor. | |
| virtual | ~AMRLevelMappedConsFactory () |
| Destructor. | |
| void | coordinateSystemFactory (MultiBlockCoordSysFactory *a_coordSysFact) |
| Set the factory for the coordinate system. | |
| virtual void | useSourceTerm (bool a_useSourceTerm) |
| Set whether to use source term. | |
| virtual void | sourceTerm (const LevelSourceTerm *const a_sourceTerm) |
| Source term class, if necessary. | |
| void | plotPrefix (const std::string &a_plotfile_prefix) |
| bool | isDefined () const |
| Check that everything is defined. | |
Protected Member Functions | |
| virtual void | setDefaultValues () |
| virtual void | transferSettings (AMRLevelCons *a_newPtr) const |
Protected Attributes | |
| bool | m_useSourceTerm |
| const LevelSourceTerm * | m_sourceTerm |
| MultiBlockCoordSysFactory * | m_coordSysFact |
| std::string | m_plotPrefix |
| AMRLevelMappedStabilityStrategy * | m_stabilityStrategy |
| AMRLevelMappedTaggingStrategy * | m_taggingStrategy |
Private Member Functions | |
| void | operator= (const AMRLevelMappedConsFactory &a_input) |
| AMRLevelMappedConsFactory (const AMRLevelMappedConsFactory &a_input) | |
| AMRLevelMappedConsFactory::AMRLevelMappedConsFactory | ( | ) |
Null constructor.
| AMRLevelMappedConsFactory::AMRLevelMappedConsFactory | ( | NewCoordSysFactory *const | a_coordSysFact, | |
| AMRLevelMappedStabilityStrategy * | a_stableTimeSteppingStrategy, | |||
| AMRLevelMappedTaggingStrategy * | a_taggingStategy | |||
| ) |
Constructor for a single-block coordinate system.
| AMRLevelMappedConsFactory::AMRLevelMappedConsFactory | ( | MultiBlockCoordSysFactory *const | a_coordSysFact, | |
| AMRLevelMappedStabilityStrategy * | a_stableTimeSteppingStrategy, | |||
| AMRLevelMappedTaggingStrategy * | a_taggingStategy | |||
| ) |
Constructor for a multi-block coordinate system.
| virtual AMRLevelMappedConsFactory::~AMRLevelMappedConsFactory | ( | ) | [virtual] |
Destructor.
| AMRLevelMappedConsFactory::AMRLevelMappedConsFactory | ( | const AMRLevelMappedConsFactory & | a_input | ) | [private] |
| virtual AMRLevel* AMRLevelMappedConsFactory::new_amrlevel | ( | ) | const [virtual] |
| void AMRLevelMappedConsFactory::coordinateSystemFactory | ( | MultiBlockCoordSysFactory * | a_coordSysFact | ) |
Set the factory for the coordinate system.
| virtual void AMRLevelMappedConsFactory::useSourceTerm | ( | bool | a_useSourceTerm | ) | [virtual] |
Set whether to use source term.
| virtual void AMRLevelMappedConsFactory::sourceTerm | ( | const LevelSourceTerm *const | a_sourceTerm | ) | [virtual] |
Source term class, if necessary.
| void AMRLevelMappedConsFactory::plotPrefix | ( | const std::string & | a_plotfile_prefix | ) |
| bool AMRLevelMappedConsFactory::isDefined | ( | ) | const [virtual] |
| virtual void AMRLevelMappedConsFactory::setDefaultValues | ( | ) | [protected, virtual] |
Reimplemented from AMRLevelConsFactory.
| virtual void AMRLevelMappedConsFactory::transferSettings | ( | AMRLevelCons * | a_newPtr | ) | const [protected, virtual] |
Reimplemented from AMRLevelConsFactory.
| void AMRLevelMappedConsFactory::operator= | ( | const AMRLevelMappedConsFactory & | a_input | ) | [private] |
bool AMRLevelMappedConsFactory::m_useSourceTerm [protected] |
const LevelSourceTerm* AMRLevelMappedConsFactory::m_sourceTerm [protected] |
std::string AMRLevelMappedConsFactory::m_plotPrefix [protected] |
1.5.5