35 #include "material/yieldSurface/yieldSurfaceBC/YieldSurface_BC2D.h" 43 double a1, a2, a3, a4, a5, a6;
47 double a01=0.19,
double a02=0.54,
double a03=-1.4,
48 double a04=-1.64,
double a05=2.21,
double a06=2.10);
51 virtual void Print(std::ostream &s,
int flag =0)
const;
55 virtual void getGradient(
double &gx,
double &gy,
double x,
double y);
56 virtual double getSurfaceDrift(
double x,
double y);
57 virtual void setExtent();
58 virtual void customizeInterpolate(
double &xi,
double &yi,
double &xj,
double &yj);
Atalla 2D yield surface for steel sections.
Definition: Attalla2D.h:40
Definition: __init__.py:1
Yield surface evolution law.
Definition: YS_Evolution.h:50
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
YieldSurfaceBC2D is an abstract class that implements methods for two-dimensional (e...
Definition: YieldSurface_BC2D.h:44
YieldSurface_BC is an abstract class and provides the interface between the specific yield surface de...
Definition: YieldSurface_BC.h:53
virtual void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: Attalla2D.cpp:145