#include <AMRLevelFactory.H>
Inheritance diagram for AMRLevelFactory:
Public Member Functions | |
virtual AMRLevel * | new_amrlevel () const =0 |
virtual | ~AMRLevelFactory () |
This is needed for LevelData construction.
|
|
|
Factory function. Creates a new AMRLevel. In your instantiation you should include defining all the stuff that is not part of the AMRLevel API. Implemented in AMRLevelSelfGravityFactory. |