35 #include "../sm/Elements/PlaneStress/qplanestressgrad.h" 68 answer = {D_u, D_v, G_0};
CrossSection * giveCrossSection()
virtual void computeBkappaMatrixAt(GaussPoint *gp, FloatMatrix &answer)
QPlaneStressGrad(int n, Domain *d)
Class implementing an array of integers.
Abstract class for gradient formulation of coupled damage-plasticity model(GradDp).
virtual void computeGaussPoints()
Initializes the array of integration rules member variable.
This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity fi...
virtual IRResultType initializeFrom(InputRecord *ir)
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.
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...
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.
static FEI2dQuadLin interpolation_lin
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.
virtual void giveDofManDofIDMask(int inode, IntArray &answer) const
Returns dofmanager dof mask for node.
virtual void computeNkappaMatrixAt(GaussPoint *gp, FloatArray &answer)
Class representing Gaussian-quadrature integration rule.