virtual IRResultType initializeFrom(InputRecord *ir)
virtual ~NumericalMethod()
Destructor.
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
This base class is an abstraction for numerical algorithm.
NumericalMethod(Domain *d, EngngModel *m)
Constructor.
Domain * domain
Pointer to domain.
virtual contextIOResultType restoreContext(DataStream &stream, ContextMode mode, void *obj=NULL)
virtual contextIOResultType saveContext(DataStream &stream, ContextMode mode, void *obj=NULL)
IRResultType
Type defining the return values of InputRecord reading operations.
virtual void reinitialize()
Reinitializes the receiver.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
Abstract base class representing the "problem" under consideration.
virtual void setDomain(Domain *d)
the oofem namespace is to define a context or scope in which all oofem names are defined.
EngngModel * giveEngngModel()
EngngModel * engngModel
Pointer to engineering model.