35 #ifndef planestresselementevaluator_h 36 #define planestresselementevaluator_h 38 #include "../sm/Elements/structuralelementevaluator.h" 68 #endif //planestresselementevaluator_h This class represent a new concept on how to define elements.
void giveDofManDofIDMask(int inode, IntArray &answer) const
PlaneStressStructuralElementEvaluator()
virtual void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep)
Computes constitutive matrix of receiver.
Class implementing an array of integers.
MatResponseMode
Describes the character of characteristic material matrix.
virtual void computeNMatrixAt(FloatMatrix &answer, GaussPoint *gp)
Assemble interpolation matrix at given IP.
virtual double computeVolumeAround(GaussPoint *gp)
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
virtual void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep)
Computes the stress vector.
General purpose Plane stress structural element evaluator.
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.
Class representing solution step.
virtual void computeBMatrixAt(FloatMatrix &answer, GaussPoint *gp)
Assembles the strain-displacement matrix of the receiver at given integration point.