Xyce
6.1
|
#include <N_NLS_ReturnCodes.h>
Public Member Functions | |
ReturnCodes () | |
Public Attributes | |
int | normTooSmall |
int | normalConvergence |
int | nearConvergence |
int | smallUpdate |
int | nanFail |
int | tooManySteps |
int | tooManyTranSteps |
int | updateTooBig |
int | stalled |
int | wrmsExactZero |
int | innerSolveFailed |
Definition at line 85 of file N_NLS_ReturnCodes.h.
|
inline |
Definition at line 88 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::innerSolveFailed |
Definition at line 113 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::nanFail |
Definition at line 107 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::nearConvergence |
Definition at line 105 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::normalConvergence |
Definition at line 104 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::normTooSmall |
Definition at line 100 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::smallUpdate |
Definition at line 106 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::stalled |
Definition at line 111 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::tooManySteps |
Definition at line 108 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::tooManyTranSteps |
Definition at line 109 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::updateTooBig |
Definition at line 110 of file N_NLS_ReturnCodes.h.
int Xyce::Nonlinear::ReturnCodes::wrmsExactZero |
Definition at line 112 of file N_NLS_ReturnCodes.h.