66 printf(
"InternalElementDofManager %d \n",
number);
67 for (
Dof *dof: *
this ) {
int number
Component number.
void printYourself() const
Prints receiver on stdout.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Abstract base class for all finite elements.
Base class for dof managers.
virtual void printYourself()
Prints the receiver state on stdout.
virtual ~ElementDofManager()
Destructor.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
IntArray loadArray
List of applied loads.
Initializes the variable VERBOSE, in order to get a few intermediate messages on screen: beginning an...
IRResultType
Type defining the return values of InputRecord reading operations.
ElementDofManager(int n, Domain *aDomain, Element *elem)
Constructor.
virtual void printYourself()
Prints receiver state on stdout. Useful for debugging.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Abstract class Dof represents Degree Of Freedom in finite element mesh.