31 #include "YieldSurfaceSection2d.h"    33 #ifndef YS_Section2D02_h    34 #define YS_Section2D02_h    45     double maxPlstkRot, peakPlstkRot, iFactor;
    47     void getSectionStiffness(
Matrix &Ks);
    55     void Print(std::ostream &s, 
int flag =0) 
const;
 
int commitState(void)
Commit the state of the material. 
Definition: YS_Section2D02.cpp:81
SectionForceDeformation * getCopy(void) const
Virtual constructor. 
Definition: YS_Section2D02.cpp:114
const Matrix & getInitialTangent(void) const
Return the tangent stiffness matrix. 
Definition: YS_Section2D02.cpp:106
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
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: YS_Section2D02.cpp:127
Matrix of floats. 
Definition: Matrix.h:111
Cross section with yield surface for bi-dimensional problem (three degrees of freedom in each section...
Definition: YS_Section2D02.h:41
YieldSurface_BC is an abstract class and provides the interface between the specific yield surface de...
Definition: YieldSurface_BC.h:53