#include <AMRLevelFactory.H>
Inheritance diagram for AMRLevelFactory:
Public Methods | |
virtual AMRLevel * | new_amrlevel () const=0 |
Factory class to produce BaseEBFaceFABs. This is needed for LevelData construction.
|
Factory function. creates a new AMRLevel object. In your instantiation you should include defining all the stuff that is not part of the AMRLevel API. Implemented in AMRDerivedClassFactory, AMRLevelIdealMHDFactory, and AMRLevelPolytropicGasFactory. |