28 #ifndef Inelastic2DYS02_H 29 #define Inelastic2DYS02_H 31 #include "domain/mesh/element/truss_beam_column/updatedLagrangianBeamColumn/InelasticYS2DGNL.h" 50 double delPMaxPos, delPMaxNeg;
59 double Alpha,
double Beta,
int rf_algo=-1,
60 bool islinear=
false,
double rho=0.0);
67 void getLocalStiff(
Matrix &K)
const;
Updated Lagrangian inelastic element.
Definition: Inelastic2DYS02.h:39
int commitState(void)
Commit the current element state.
Definition: Inelastic2DYS02.cpp:88
Base class for the finite elements.
Definition: Element.h:112
Base class for object that model the cyclic behavior of semi-rigid connectors.
Definition: CyclicModel.h:39
Element * getCopy(void) const
Virtual constructor.
Definition: Inelastic2DYS02.cpp:81
int update(void)
Updates the element state.
Definition: Inelastic2DYS02.cpp:129
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