28 #ifndef Inelastic2DYS03_H 29 #define Inelastic2DYS03_H 31 #include "InelasticYS2DGNL.h" 40 double Atens, Acomp, E;
46 double iz_pos,
double iz_neg,
int Nd1,
int Nd2,
48 int rf_algo=-1,
bool islinear=
false,
double rho=0);
53 virtual void getLocalStiff(
Matrix &K)
const;
Float vector abstraction.
Definition: Vector.h:94
Element * getCopy(void) const
Virtual constructor.
Definition: Inelastic2DYS03.cpp:52
Base class for the finite elements.
Definition: Element.h:112
Updated Lagrangian inelastic element.
Definition: Inelastic2DYS03.h:37
virtual int commitState()
Commit the current element state.
Definition: Inelastic2DYS03.cpp:136
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
YieldSurface_BC is an abstract class and provides the interface between the specific yield surface de...
Definition: YieldSurface_BC.h:53
Inelastic Element - concentrated hinge model, Fi - Fj interaction at each ends using yield surfaces *...
Definition: InelasticYS2DGNL.h:44