Xyce
6.1
|
#include <N_NLS_NOX_AugmentLinSys_OPStart.h>
Public Member Functions | |
AugmentLinSysOPStart (Xyce::NodeNamePairMap &, Xyce::NodeNamePairMap &) | |
Ctor. More... | |
~AugmentLinSysOPStart () | |
Dtor. More... | |
void | setProgressVariable (double dummy) |
Set the progress variable (time step size for pseudo transient). More... | |
void | augmentResidual (const N_LAS_Vector *solution, N_LAS_Vector *residual_vector) |
Augments the Residual. More... | |
void | augmentJacobian (N_LAS_Matrix *jacobian) |
Augments the Jacobian. More... | |
![]() | |
AugmentLinSys () | |
Ctor. More... | |
~AugmentLinSys () | |
Dtor. More... | |
Private Attributes | |
Xyce::NodeNamePairMap & | op_ |
map of specified variables More... | |
Xyce::NodeNamePairMap & | allNodes_ |
bool | skipSet |
std::set< int > | skipLID |
std::set< int > | skipGID |
N_LAS_Vector * | residualPtr_ |
const N_LAS_Vector * | solutionPtr_ |
int | rSize_ |
Definition at line 73 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
N_NLS_NOX::AugmentLinSysOPStart::AugmentLinSysOPStart | ( | Xyce::NodeNamePairMap & | op_in, |
Xyce::NodeNamePairMap & | allNodes_in | ||
) |
Ctor.
Definition at line 71 of file N_NLS_NOX_AugmentLinSys_OPStart.C.
N_NLS_NOX::AugmentLinSysOPStart::~AugmentLinSysOPStart | ( | ) |
Dtor.
Definition at line 98 of file N_NLS_NOX_AugmentLinSys_OPStart.C.
|
virtual |
Augments the Jacobian.
Implements N_NLS_NOX::AugmentLinSys.
Definition at line 143 of file N_NLS_NOX_AugmentLinSys_OPStart.C.
|
virtual |
Augments the Residual.
Implements N_NLS_NOX::AugmentLinSys.
Definition at line 123 of file N_NLS_NOX_AugmentLinSys_OPStart.C.
|
inlinevirtual |
Set the progress variable (time step size for pseudo transient).
Implements N_NLS_NOX::AugmentLinSys.
Definition at line 88 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 98 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
map of specified variables
Definition at line 97 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 104 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 106 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 102 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 101 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 100 of file N_NLS_NOX_AugmentLinSys_OPStart.h.
|
private |
Definition at line 105 of file N_NLS_NOX_AugmentLinSys_OPStart.h.