68 printf(
"Element side %d \n",
number);
69 for (
Dof *dof: *
this ) {
int number
Component number.
void printYourself() const
Prints receiver on stdout.
virtual void printYourself()
Prints receiver state on stdout. Useful for debugging.
virtual ~ElementSide()
Destructor.
Base class for dof managers.
virtual void printYourself()
Prints the receiver state on stdout.
Class implementing an array of integers.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
int giveNumberOfDofs() const
REGISTER_DofManager(ElementSide)
virtual void computeTransformation(FloatMatrix &answer, const IntArray *dofIDArry)
Computes receiver transformation matrix from global cs.
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...
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
void resize(int rows, int cols)
Checks size of receiver towards requested bounds.
void zero()
Zeroes all coefficient of receiver.
void beUnitMatrix()
Sets receiver to unity matrix.
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.
ElementSide(int n, Domain *aDomain)
Constructor.