35#ifndef linedistributedspring_H
36#define linedistributedspring_H
42#define _IFT_LineDistributedSpring_Name "linedistributedspring"
43#define _IFT_LineDistributedSpring_Dofs "dofs"
44#define _IFT_LineDistributedSpring_Stifnesses "k"
80 const char *
giveClassName()
const override {
return "LineDistributedSpring"; }
95 TimeStep *tStep,
int useUpdatedGpRecord)
override;
void postInitialize() override
Performs post initialization steps.
int checkConsistency() override
SPRPatchType SPRNodalRecoveryMI_givePatchType() override
void computeMassMatrix(FloatMatrix &answer, TimeStep *tStep) override
int SPRNodalRecoveryMI_giveNumberOfIP() override
void computeLumpedMassMatrix(FloatMatrix &answer, TimeStep *tStep) override
void computeConstitutiveMatrixAt(FloatMatrix &answer, MatResponseMode rMode, GaussPoint *gp, TimeStep *tStep) override
void giveInternalForcesVector(FloatArray &answer, TimeStep *tStep, int useUpdatedGpRecord) override
const char * giveInputRecordName() const override
Element_Geometry_Type giveGeometryType() const override
void computeGaussPoints() override
FEInterpolation * giveInterpolation() const override
void SPRNodalRecoveryMI_giveDofMansDeterminedByPatch(IntArray &answer, int pap) override
void printOutputAt(FILE *File, TimeStep *tStep) override
int computeNumberOfDofs() override
FloatArray springStiffnesses
void giveDofManDofIDMask(int inode, IntArray &) const override
void SPRNodalRecoveryMI_giveSPRAssemblyPoints(IntArray &pap) override
static ParamKey IPK_LineDistributedSpring_Stiffnesses
Interface * giveInterface(InterfaceType it) override
void computeBmatrixAt(GaussPoint *gp, FloatMatrix &answer, int=1, int=ALL_STRAINS) override
LineDistributedSpring(int n, Domain *d)
int giveIPValue(FloatArray &answer, GaussPoint *gp, InternalStateType type, TimeStep *tStep) override
void computeStressVector(FloatArray &answer, const FloatArray &strain, GaussPoint *gp, TimeStep *tStep) override
const char * giveClassName() const override
double computeVolumeAround(GaussPoint *gp) override
virtual ~LineDistributedSpring()
void initializeFrom(InputRecord &ir, int priority) override
void computeBodyLoadVectorAt(FloatArray &answer, Load *load, TimeStep *tStep, ValueModeType mode) override
static ParamKey IPK_LineDistributedSpring_Dofs
static FEI3dLineLin interp_lin
MaterialMode giveMaterialMode() override
SPRNodalRecoveryModelInterface()
Constructor.
StructuralElement(int n, Domain *d)
ZZNodalRecoveryModelInterface(Element *element)
Constructor.
#define _IFT_LineDistributedSpring_Name