73 answer = {D_u, D_v, G_0};
CrossSection * giveCrossSection()
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
virtual double evaldNdx(FloatMatrix &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
Evaluates the matrix of derivatives of interpolation functions (shape functions) at given point...
virtual void evalN(FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
Evaluates the array of interpolation functions (shape functions) at given point.
virtual void computeBkappaMatrixAt(GaussPoint *gp, FloatMatrix &answer)
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
static FEI2dTrLin interpolation_lin
Class implementing an array of integers.
Abstract class for gradient formulation of coupled damage-plasticity model(GradDp).
This class implements a quadratic triangular 6-node plane- stress elasticity finite element...
Wrapper around element definition to provide FEICellGeometry interface.
virtual int setupIntegrationPoints(IntegrationRule &irule, int npoints, Element *element)
Sets up integration rule for the given element.
int numberOfGaussPoints
Number of integration points as specified by nip.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
virtual void computeNkappaMatrixAt(GaussPoint *gp, FloatArray &answer)
virtual void giveDofManDofIDMask(int inode, IntArray &answer) const
Returns dofmanager dof mask for node.
virtual IRResultType initializeFrom(InputRecord *ir)
void beTranspositionOf(const FloatMatrix &src)
Assigns to the receiver the transposition of parameter.
std::vector< std::unique_ptr< IntegrationRule > > integrationRulesArray
List of integration rules of receiver (each integration rule contains associated integration points a...
QTrPlaneStressGrad(int n, Domain *d)
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing integration point in finite element program.
const FloatArray & giveNaturalCoordinates()
Returns coordinate array of receiver.
Class representing Gaussian-quadrature integration rule.