42#define _IFT_Quad1Mindlin_Name "quad1mindlin"
43#define _IFT_Quad1Mindlin_ReducedIntegration "reducedintegration"
const char * giveInputRecordName() const override
void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override
Interface * giveInterface(InterfaceType it) override
int computeNumberOfDofs() override
Quad1Mindlin(int n, Domain *d)
SPRPatchType SPRNodalRecoveryMI_givePatchType() override
void computeMassMatrix(FloatMatrix &answer, TimeStep *tStep) override
double giveCharacteristicLength(const FloatArray &normalToCrackPlane) override
void computeGaussPoints() override
FEInterpolation * giveInterpolation() const override
MaterialMode giveMaterialMode() override
void giveEdgeDofMapping(IntArray &answer, int iEdge) const override
void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap) override
void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override
const char * giveClassName() const override
Element_Geometry_Type giveGeometryType() const override
double computeVolumeAround(GaussPoint *gp) override
void initializeFrom(InputRecord &ir, int priority) override
int computeLoadLEToLRotationMatrix(FloatMatrix &answer, int iEdge, GaussPoint *gp) override
int testElementExtension(ElementExtension ext) override
void giveDofManDofIDMask(int inode, IntArray &) const override
void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override
double computeEdgeVolumeAround(GaussPoint *gp, int iEdge) override
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int=1, int=ALL_STRAINS) override
void computeLumpedMassMatrix(FloatMatrix &answer, TimeStep *tStep) override
bool reducedIntegrationFlag
Flag controlling reduced (one - point) integration for shear.
static FEI2dQuadLin interp_lin
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
static ParamKey IPK_Quad1Mindlin_reducedIntegration
void computeMidPlaneNormal(FloatArray &answer, const GaussPoint *gp) override
void computeBodyLoadVectorAt(FloatArray &answer, Load *load, TimeStep *tStep, ValueModeType mode) override
int SPRNodalRecoveryMI_giveNumberOfIP() override
SPRNodalRecoveryModelInterface()
Constructor.
StructuralElement(int n, Domain *d)
ZZNodalRecoveryModelInterface(Element *element)
Constructor.
@ Element_EdgeLoadSupport
Element extension for edge loads.
#define _IFT_Quad1Mindlin_Name