28 #ifndef Inelastic2DYS01_H 29 #define Inelastic2DYS01_H 31 #include "InelasticYS2DGNL.h" 44 double damageFactorEnd1;
45 double damageFactorEnd2;
51 int rf_algo=-1,
bool islinear=
false,
double rho=0.0);
54 virtual void getLocalStiff(
Matrix &K)
const;
Base class for the finite elements.
Definition: Element.h:112
Very simple Updated Lagrangian inelastic element; provides the elastic stiffness based on the average...
Definition: Inelastic2DYS01.h:38
Element * getCopy(void) const
Virtual constructor.
Definition: Inelastic2DYS01.cpp:53
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