35 #include "../sm/Elements/PlaneStrain/qplanestraingrad.h" 72 answer = {D_u, D_v, G_0};
CrossSection * giveCrossSection()
static FEI2dQuadLin interpolation_lin
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
virtual void computeNkappaMatrixAt(GaussPoint *gp, FloatArray &answer)
QPlaneStrainGrad(int n, Domain *d)
Class implementing an array of integers.
Abstract class for gradient formulation of coupled damage-plasticity model(GradDp).
Wrapper around element definition to provide FEICellGeometry interface.
virtual IRResultType initializeFrom(InputRecord *ir)
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.
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...
This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity fi...
virtual void giveDofManDofIDMask(int inode, IntArray &answer) const
Returns dofmanager dof mask for node.
the oofem namespace is to define a context or scope in which all oofem names are defined.
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...
Class representing integration point in finite element program.
virtual void computeBkappaMatrixAt(GaussPoint *gp, FloatMatrix &answer)
virtual void evalN(FloatArray &answer, const FloatArray &lcoords, const FEICellGeometry &cellgeo)
Evaluates the array of interpolation functions (shape functions) at given point.
const FloatArray & giveNaturalCoordinates()
Returns coordinate array of receiver.
Class representing Gaussian-quadrature integration rule.