#include <system.h>
Public Member Functions | |
virtual | ~Initialization () |
virtual void | initialize ()=0 |
Abstract base class to be used for system initialization. A user class derived from this class may be used to initialize the system values by attaching an object with the method attach_init_object
.
|
inlinevirtual |
|
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().