$extrastylesheet
libMesh::System::Initialization Class Reference

#include <system.h>

List of all members.

Public Member Functions

virtual ~Initialization ()
virtual void initialize ()=0

Detailed Description

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.

Definition at line 98 of file system.h.


Constructor & Destructor Documentation

virtual libMesh::System::Initialization::~Initialization ( ) [inline, virtual]

Destructor. Virtual because we will have virtual functions.

Definition at line 104 of file system.h.

{}

Member Function Documentation

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().


The documentation for this class was generated from the following file: