Public Member Functions |
|
virtual void | Solver (void) |
|
virtual void | Solver (void) |
Static Public Member Functions |
|
static void | ReadTargetIte (void) |
|
static void | ReadTurnPnt (void) |
|
static void | ReadTargetIte (void) |
|
static void | ReadStabPnt (void) |
Protected Member Functions |
|
void | CompTurnPoint (double, double, cSysMatrix *, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &) |
|
void | CalcStabPoint (int, cVector &, cVector &) |
|
virtual int | Convergence (cVector &, cVector &) |
|
virtual double | IncLoadFac (cVector &, cVector &, cVector &) |
|
int | StabSolver (int, int, double, double, cSysMatrix *, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &) |
|
void | CompStabPoint (int, int, double, double, cSysMatrix *, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, cVector &, int *) |
|
virtual int | Convergence (cVector &, cVector &) |
|
virtual double | IncLoadFac (cVector &, cVector &, cVector &) |
Protected Attributes |
|
double | _CSP0 |
|
double | _CSP1 |
Static Protected Attributes |
|
static int | _DetTurnPnt = 0 |
|
static int | _TargetIte = 0 |
|
static int | _PrevIte = 1 |
|
static double | _IncFactor = 0.0 |
|
static ePathType | _PathType = NRAPHSON |
|
static int | _DetStabPnt = 0 |
|
static int | _BranchSwitch = 0 |
|
static double | _SwitchFactor = 1.0e-02 |