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