35 #ifndef qplanstrssphf_h 36 #define qplanstrssphf_h 38 #include "../sm/Elements/phasefieldelement.h" 39 #include "../sm/Elements/PlaneStress/qplanstrss.h" 41 #define _IFT_QPlaneStressPhF2d_Name "QPlaneStressPhF2d" 64 virtual const char *
giveClassName()
const {
return "QPlaneStressPhF2d"; }
77 #endif // qplanstrss_h virtual const char * giveClassName() const
void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord)
Abstract base class for "structural" finite elements with geometrical nonlinearities.
virtual ~QPlaneStressPhF2d()
Abstract class for phase field formulation.
Class implementing an array of integers.
MatResponseMode
Describes the character of characteristic material matrix.
virtual void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord=0)
Evaluates nodal representation of real internal forces.
virtual void giveDofManDofIDMask_d(IntArray &answer)
This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress elasticity fi...
NLStructuralElement * giveElement()
Class representing vector of real numbers.
Implementation of matrix containing floating point numbers.
virtual const char * giveInputRecordName() const
virtual void giveDofManDofIDMask_u(IntArray &answer)
This class implements an Quadratic isoparametric eight-node quadrilateral plane- stress phase field f...
virtual void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep)
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void giveDofManDofIDMask(int inode, IntArray &answer) const
Returns dofmanager dof mask for node.
virtual int computeNumberOfDofs()
Computes or simply returns total number of element's local DOFs.
virtual void computeStiffnessMatrix(FloatMatrix &, MatResponseMode, TimeStep *)
Class representing solution step.
QPlaneStressPhF2d(int n, Domain *d)