35#ifndef planstrssxfem_h
36#define planstrssxfem_h
42#define _IFT_PlaneStress2dXfem_Name "planestress2dxfem"
65 const char *
giveClassName()
const override {
return "PlaneStress2dXfem"; }
84 { XfemStructuralElementInterface :: XfemElementInterface_computeConsistentMassMatrix(answer, tStep, mass, ipDensity); }
int numberOfDofMans
Number of dofmanagers.
void computeConsistentMassMatrix(FloatMatrix &answer, TimeStep *tStep, double &mass, const double *ipDensity=NULL) override
void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord) override
const char * giveInputRecordName() const override
void computeDeformationGradientVector(FloatArray &answer, GaussPoint *gp, TimeStep *tStep) override
int computeNumberOfDofs() override
void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *, TimeStep *tStep) override
Interface * giveInterface(InterfaceType it) override
void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override
void giveCompositeExportData(std::vector< ExportRegion > &vtkPieces, IntArray &primaryVarsToExport, IntArray &internalVarsToExport, IntArray cellVarsToExport, TimeStep *tStep) override
VTK Interface.
void computeStiffnessMatrix(FloatMatrix &answer, MatResponseMode rMode, TimeStep *tStep) override
void drawRawGeometry(oofegGraphicContext &gc, TimeStep *tStep) override
void updateYourself(TimeStep *tStep) override
const char * giveClassName() const override
void computeGaussPoints() override
void computeBHmatrixAt(GaussPoint *gp, FloatMatrix &answer) override
virtual ~PlaneStress2dXfem()
Destructor.
void postInitialize() override
Performs post initialization steps.
void computeNmatrixAt(const FloatArray &iLocCoord, FloatMatrix &answer) override
MaterialMode giveMaterialMode() override
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int lowerIndx=1, int upperIndx=ALL_STRAINS) override
void initializeFrom(InputRecord &ir, int priority) override
void drawScalar(oofegGraphicContext &gc, TimeStep *tStep) override
Element_Geometry_Type giveGeometryType() const override
void giveDofManDofIDMask(int inode, IntArray &answer) const override
void giveInputRecord(DynamicInputRecord &input) override
PlaneStress2dXfem(int n, Domain *d)
Constructor.
PlaneStress2d(int n, Domain *d)
VTKXMLExportModuleElementInterface()
XfemStructuralElementInterface(Element *e)
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]