35 #ifndef space3delementevaluator_h 36 #define space3delementevaluator_h 38 #include "../sm/Elements/structuralelementevaluator.h" 65 answer = {D_u, D_v, D_w};
69 #endif //space3delementevaluator_h This class represent a new concept on how to define elements.
virtual void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep)
Computes constitutive matrix of receiver.
General purpose 3d structural element evaluator.
Space3dStructuralElementEvaluator()
void giveDofManDofIDMask(int inode, IntArray &answer) const
virtual ~Space3dStructuralElementEvaluator()
Class implementing an array of integers.
MatResponseMode
Describes the character of characteristic material matrix.
virtual double computeVolumeAround(GaussPoint *gp)
virtual void computeNMatrixAt(FloatMatrix &answer, GaussPoint *gp)
Assemble interpolation matrix at given IP In case of IGAElements, N is assumed to contain only nonzer...
virtual void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep)
Computes the stress vector.
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void computeBMatrixAt(FloatMatrix &answer, GaussPoint *gp)
Assembles the strain-displacement matrix of the receiver at given integration point In case of IGAEle...
Class representing integration point in finite element program.
Class representing solution step.