Xyce
6.1
|
#include <N_NLS_ReturnCodes.h>
Public Member Functions | |
N_NLS_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 82 of file N_NLS_ReturnCodes.h.
|
inline |
Definition at line 85 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::innerSolveFailed |
Definition at line 110 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::nanFail |
Definition at line 104 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::nearConvergence |
Definition at line 102 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::normalConvergence |
Definition at line 101 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::normTooSmall |
Definition at line 97 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::smallUpdate |
Definition at line 103 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::stalled |
Definition at line 108 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::tooManySteps |
Definition at line 105 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::tooManyTranSteps |
Definition at line 106 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::updateTooBig |
Definition at line 107 of file N_NLS_ReturnCodes.h.
int N_NLS_ReturnCodes::wrmsExactZero |
Definition at line 109 of file N_NLS_ReturnCodes.h.