|
libMesh
|
Abstract base class to be used for system initialization. More...
#include <system.h>
Public Member Functions | |
| virtual | ~Initialization ()=default |
| Destructor. More... | |
| virtual void | initialize ()=0 |
| Initialization function. More... | |
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.
|
virtualdefault |
Destructor.
Virtual because we will have virtual functions.
|
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().
1.8.14