$extrastylesheet
#include <system.h>
Public Member Functions | |
| virtual | ~Initialization () |
| virtual void | initialize ()=0 |
Abstract base class to be used for sysem initialization. A user class derived from this class may be used to intialize the system values by attaching an object with the method attach_init_object.
| virtual libMesh::System::Initialization::~Initialization | ( | ) | [inline, virtual] |
| virtual void libMesh::System::Initialization::initialize | ( | ) | [pure virtual] |
Initialization function. This function will be called to initialize the system values upon creation and must be provided by the user in a derived class.
Referenced by libMesh::System::user_initialization().