#include <alg.h>
Data Fields | |
int | max_iter |
int | nonlinear |
int | print_step |
int | draw_step |
int | num_step |
int | num_time_step |
double | tolerance |
int | numsteptol |
double | dtfrac |
double | totalTime |
double | timeStep |
int | num_load_step |
double | loadfactor |
int | algtype |
int | numgaussresults |
char ** | gaussresults |
int | solver |
Definition at line 46 of file alg.h.
Definition at line 48 of file alg.h.
Referenced by _NfiReadMaximumIteration(), _NfiWriteResultStep(), AlgReset(), HYBRIDSolver(), and NeedIteration().
Definition at line 49 of file alg.h.
Referenced by _NfiReadGeometricallyNonLinear(), and AlgReset().
Definition at line 50 of file alg.h.
Referenced by _NfiReadPrintStep(), _NfiWriteResultStep(), AlgReset(), HybridPrintResult(), ImpBFGSPrintResult(), ImpLinearPrintResult(), ImpNRMPrintResult(), StandardPrintResult(), and StandardVEFlacPrintResult().
Definition at line 51 of file alg.h.
Referenced by _NfiReadDrawStep(), AlgReset(), DRSolver(), and HYBRIDSolver().
Definition at line 52 of file alg.h.
Referenced by AlgReset(), HybridPrintResult(), ImpBFGSPrintResult(), ImpLinearPrintResult(), ImpNRMPrintResult(), NfiWriteResults(), StandardPrintResult(), and StandardVEFlacPrintResult().
Definition at line 53 of file alg.h.
Referenced by AlgReset(), NfiWriteResults(), and StandardVEAnalysis().
double sConfig::tolerance |
Definition at line 54 of file alg.h.
Referenced by _ConvergeError(), _NfiReadTolerance(), AlgReset(), BFGS(), and HYBRIDSolver().
Definition at line 55 of file alg.h.
Referenced by _ConvergeError(), _NfiReadNumStepTol(), AlgReset(), DRSolver(), HYBRIDSolver(), IMPBFGSSolver(), IMPLINEARSolver(), IMPNRMSolver(), and NeedIteration().
double sConfig::dtfrac |
Definition at line 56 of file alg.h.
Referenced by _NfiReadTimeFraction(), AlgReset(), DRSolver(), HYBRIDSolver(), IMPBFGSSolver(), IMPLINEARSolver(), and IMPNRMSolver().
double sConfig::totalTime |
Definition at line 57 of file alg.h.
Referenced by _NfiReadTotalTime(), AlgReset(), and StandardVEAnalysis().
double sConfig::timeStep |
Definition at line 58 of file alg.h.
Referenced by _NfiReadTimeStep(), AlgReset(), NfiWriteResults(), StandardVEAnalysis(), and StandardVEViscoForces().
Definition at line 59 of file alg.h.
Referenced by _NfiReadNumLoadStep(), AlgReset(), DRSolver(), HYBRIDSolver(), IMPBFGSSolver(), IMPLINEARSolver(), IMPNRMSolver(), LoadStepAnalysis(), NfiInterpFile(), and NfiWriteResults().
double sConfig::loadfactor |
Definition at line 60 of file alg.h.
Referenced by _Q4PoroPressure(), _T3PoroPressure(), AlgReset(), BFGS(), BRICK8StressStrain(), DisplacementVelocity(), DRSolver(), HYBRIDSolver(), IMPBFGSSolver(), IMPLINEARSolver(), IMPNRMSolver(), InitialError(), InternalForces(), LINEAR(), NRM(), and TETR4StressStrain().
int sConfig::algtype |
Definition at line 61 of file alg.h.
Referenced by _NfiReadAlgorithmType(), AlgReset(), LoadCaseAnalysis(), LoadStepAnalysis(), and NfiInterpFile().
Definition at line 62 of file alg.h.
Referenced by _NfiReadNumGaussResults(), _NfiWriteResultStep(), AlgReset(), BRICK8WriteGaussResult(), DKTWriteGaussResult(), INFINITEWriteGaussResult(), INTERFACEWriteGaussResult(), Q4WriteGaussResult(), T3WriteGaussResult(), and TETR4WriteGaussResult().
char** sConfig::gaussresults |
Definition at line 63 of file alg.h.
Referenced by _NfiReadNumGaussResults(), _NfiWriteResultStep(), AlgReset(), BRICK8WriteGaussResult(), DKTWriteGaussResult(), INFINITEWriteGaussResult(), INTERFACEWriteGaussResult(), Q4WriteGaussResult(), T3WriteGaussResult(), and TETR4WriteGaussResult().
int sConfig::solver |
Definition at line 64 of file alg.h.
Referenced by _NfiReadSolverType(), AlgReset(), BFGS(), HYBRIDSolver(), IMPBFGSSolver(), IMPLINEARSolver(), IMPNRMSolver(), LINEAR(), NRM(), and SearchDirection().