Xyce
6.1
|
#include <N_NLS_TwoLevelNewton.h>
Public Member Functions | |
TwoLevelNewton (bool noxFlag, bool noxFlagInner, const IO::CmdParse &cp) | |
~TwoLevelNewton () | |
int | getNumIterations () const |
int | getDebugLevel () const |
bool | getScreenOutputFlag () const |
double | getDebugMinTime () const |
double | getDebugMaxTime () const |
int | getDebugMinTimeStep () const |
int | getDebugMaxTimeStep () const |
bool | getMMFormat () const |
int | getContinuationStep () const |
int | getParameterNumber () const |
bool | isFirstContinuationParam () const |
bool | isFirstSolveComplete () const |
int | solve (NonLinearSolver *nlsTmpPtr=NULL) |
bool | setOptions (const Util::OptionBlock &OB) |
bool | setTranOptions (const Util::OptionBlock &OB) |
bool | setHBOptions (const Util::OptionBlock &OB) |
bool | setTwoLevelOptions (const Util::OptionBlock &OB) |
bool | setTwoLevelTranOptions (const Util::OptionBlock &OB) |
bool | setLocaOptions (const Util::OptionBlock &OB) |
bool | setTwoLevelLocaOptions (const Util::OptionBlock &OB) |
bool | registerLinearSystem (Linear::System *ptr) |
bool | registerAnalysisManager (Analysis::AnalysisManager *analysis_manager) |
bool | registerLoader (Loader::NonlinearEquationLoader *ptr) |
bool | registerOutputMgr (IO::OutputMgr *ptr) |
bool | initializeAll () |
TwoLevelNewtonMode | getCouplingMode () |
void | setAnalysisMode (AnalysisMode mode) |
bool | setPetraOptions (const Util::OptionBlock &OB) |
int | getContStepNumber () |
bool | enableSensitivity () |
virtual int | getNumResidualLoads () |
virtual int | getNumJacobianLoads () |
virtual int | getNumLinearSolves () |
virtual int | getNumFailedLinearSolves () |
virtual int | getNumJacobianFactorizations () |
virtual unsigned int | getTotalNumLinearIters () |
virtual double | getTotalLinearSolveTime () |
virtual double | getTotalResidualLoadTime () |
virtual double | getTotalJacobianLoadTime () |
double | getMaxNormF () const |
int | getMaxNormFindex () const |
![]() | |
NonLinearSolver (const IO::CmdParse &cp) | |
virtual | ~NonLinearSolver () |
virtual bool | setDCOPRestartOptions (const Util::OptionBlock &OB) |
virtual bool | setICOptions (const Util::OptionBlock &OB) |
virtual bool | setNodeSetOptions (const Util::OptionBlock &OB) |
bool | registerRHSVector (Linear::Vector *ptr) |
bool | registerLoader (Loader::NonlinearEquationLoader *ptr) |
bool | registerLinearSystem (Linear::System *ptr) |
bool | registerTwoLevelSolver (TwoLevelNewton *ptr) |
bool | registerParamMgr (ParamMgr *ptr) |
bool | registerPrecondFactory (const Linear::PrecondFactory *ptr) |
bool | registerParallelMgr (N_PDS_Manager *pdsMgrPtr) |
bool | registerAnalysisManager (Analysis::AnalysisManager *tmp_anaIntPtr) |
bool | registerOutputMgr (IO::OutputMgr *outPtr) |
bool | registerInitialConditionsManager (IO::InitialConditionsManager *outPtr) |
bool | registerTIADataStore (TimeIntg::DataStore *tiaDSPtr) |
virtual int | takeFirstSolveStep (NonLinearSolver *nlsTmpPtr=NULL) |
virtual int | takeOneSolveStep () |
virtual bool | getLocaFlag () |
virtual void | resetAll (AnalysisMode mode) |
virtual void | setReturnCodes (const ReturnCodes &retCodesTmp) |
virtual bool | getMatrixFreeFlag () |
virtual void | setMatrixFreeFlag (bool matrixFreeFlag) |
void | debugOutput1 (Linear::Matrix &jacobian, Linear::Vector &rhs) |
void | debugOutput3 (Linear::Vector &dxVector, Linear::Vector &xVector) |
void | debugOutputDAE () |
void | debugOutputJDX_VOLTLIM () |
void | setDebugFlags (int output_step_number, double time) |
virtual bool | applyJacobian (const Linear::Vector &input, Linear::Vector &result) |
Private Member Functions | |
TwoLevelNewton () | |
void | printStepInfo_ (int step, int success, TwoLevelNewtonMode solveType) |
void | zeroInnerLoopStatistics_ () |
void | calcInnerLoopStatistics_ () |
void | calcOuterLoopStatistics_ () |
bool | calcCouplingTerms_ () |
int | continuationLoop_ () |
int | locaLoop_ () |
int | algorithm0_ () |
int | algorithm1_ () |
int | algorithm2_ () |
int | algorithm3_ () |
int | algorithm4_ () |
int | algorithm5_ () |
Definition at line 84 of file N_NLS_TwoLevelNewton.h.
Xyce::Nonlinear::TwoLevelNewton::TwoLevelNewton | ( | bool | noxFlag, |
bool | noxFlagInner, | ||
const IO::CmdParse & | cp | ||
) |
Definition at line 87 of file N_NLS_TwoLevelNewton.C.
Xyce::Nonlinear::TwoLevelNewton::~TwoLevelNewton | ( | ) |
Definition at line 153 of file N_NLS_TwoLevelNewton.C.
|
private |
|
private |
Definition at line 896 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 958 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 1042 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 1157 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 1298 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 1521 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 1668 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 848 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 869 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 1757 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 1980 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 2064 of file N_NLS_TwoLevelNewton.C.
|
inline |
Definition at line 275 of file N_NLS_TwoLevelNewton.h.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 264 of file N_NLS_TwoLevelNewton.C.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 301 of file N_NLS_TwoLevelNewton.h.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 334 of file N_NLS_TwoLevelNewton.h.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 354 of file N_NLS_TwoLevelNewton.h.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 324 of file N_NLS_TwoLevelNewton.h.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 344 of file N_NLS_TwoLevelNewton.h.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 446 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 460 of file N_NLS_TwoLevelNewton.C.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 364 of file N_NLS_TwoLevelNewton.h.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 325 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 423 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 341 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 293 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 309 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 277 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 2072 of file N_NLS_TwoLevelNewton.C.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 314 of file N_NLS_TwoLevelNewton.h.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 405 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 373 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 357 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 389 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 494 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 2056 of file N_NLS_TwoLevelNewton.C.
|
inlinevirtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 288 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 1909 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 802 of file N_NLS_TwoLevelNewton.C.
bool Xyce::Nonlinear::TwoLevelNewton::registerAnalysisManager | ( | Analysis::AnalysisManager * | analysis_manager | ) |
Definition at line 170 of file N_NLS_TwoLevelNewton.C.
bool Xyce::Nonlinear::TwoLevelNewton::registerLinearSystem | ( | Linear::System * | ptr | ) |
Definition at line 194 of file N_NLS_TwoLevelNewton.C.
bool Xyce::Nonlinear::TwoLevelNewton::registerLoader | ( | Loader::NonlinearEquationLoader * | ptr | ) |
Definition at line 217 of file N_NLS_TwoLevelNewton.C.
bool Xyce::Nonlinear::TwoLevelNewton::registerOutputMgr | ( | IO::OutputMgr * | ptr | ) |
Definition at line 240 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 754 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 566 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 580 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 538 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 776 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 561 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 594 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 609 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Reimplemented from Xyce::Nonlinear::NonLinearSolver.
Definition at line 704 of file N_NLS_TwoLevelNewton.C.
|
virtual |
Implements Xyce::Nonlinear::NonLinearSolver.
Definition at line 1554 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 827 of file N_NLS_TwoLevelNewton.C.
|
private |
Definition at line 172 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 249 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 240 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 182 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 185 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 243 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 211 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 247 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 184 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 260 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 241 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 259 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 237 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 180 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 181 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 175 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 169 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 166 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 245 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 215 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 216 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 222 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 231 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 229 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 223 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 220 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 221 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 219 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 239 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 261 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 209 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 255 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 254 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 253 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 236 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 235 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 213 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 214 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 227 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 225 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 224 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 226 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 242 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 204 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 205 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 233 of file N_NLS_TwoLevelNewton.h.
|
private |
Definition at line 264 of file N_NLS_TwoLevelNewton.h.