31 #include "YieldSurfaceSection2d.h" 33 #ifndef YS_Section2D01_h 34 #define YS_Section2D01_h 46 void getSectionStiffness(
Matrix &Ks);
52 const Matrix &getInitialTangent(
void)
const;
54 void Print(std::ostream &s,
int flag =0)
const;
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: YS_Section2D01.cpp:80
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: YS_Section2D01.cpp:77
Cross section with yield surface on a bi-dimensional problem (three DOFs for each section)...
Definition: YS_Section2D01.h:41
Base class for cross sections with yield surface on a bi-dimensional space (three DOFs for each secti...
Definition: YieldSurfaceSection2d.h:51
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