98 for (
int i = 1; i <= 20; i++ ) {
109 for (
int i = 1; i <= 20; i++ ) {
140 OOFEM_WARNING(
"IP values will not be transferred to nodes. Use ZZNodalRecovery instead (parameter stype 1)");
InternalStateType
Type representing the physical meaning of element or constitutive model internal variable.
The element interface required by NodalAvergagingRecoveryModel.
virtual void NodalAveragingRecoveryMI_computeNodalValue(FloatArray &answer, int node, InternalStateType type, TimeStep *tStep)
Computes the element value in given node.
The element interface required by ZZNodalRecoveryModel.
The element interface required by ZZNodalRecoveryModel.
void clear()
Clears receiver (zero size).
virtual Interface * giveInterface(InterfaceType)
Interface requesting service.
virtual FEInterpolation * giveInterpolation() const
Class implementing an array of integers.
int & at(int i)
Coefficient access function.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
Class representing a general abstraction for finite element interpolation class.
#define OOFEM_LOG_INFO(...)
void resize(int n)
Checks size of receiver towards requested bounds.
virtual SPRPatchType SPRNodalRecoveryMI_givePatchType()
virtual void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap)
int numberOfGaussPoints
Number of integration points as specified by nip.
static FEI3dWedgeQuad interpolation
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap)
std::vector< std::unique_ptr< IntegrationRule > > integrationRulesArray
List of integration rules of receiver (each integration rule contains associated integration points a...
InterfaceType
Enumerative type, used to identify interface type.
virtual int SPRNodalRecoveryMI_giveNumberOfIP()
the oofem namespace is to define a context or scope in which all oofem names are defined.
Node * giveNode(int i) const
Returns reference to the i-th node of element.
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
#define OOFEM_WARNING(...)
Class representing solution step.
int numberOfDofMans
Number of dofmanagers.