Xyce  6.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
N_NLS_NOX::AugmentLinSysOPStart Class Reference

#include <N_NLS_NOX_AugmentLinSys_OPStart.h>

Inheritance diagram for N_NLS_NOX::AugmentLinSysOPStart:
Collaboration diagram for N_NLS_NOX::AugmentLinSysOPStart:

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...
 
- Public Member Functions inherited from N_NLS_NOX::AugmentLinSys
 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_
 

Detailed Description

Definition at line 73 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void N_NLS_NOX::AugmentLinSysOPStart::augmentJacobian ( N_LAS_Matrix *  jacobian)
virtual

Augments the Jacobian.

Implements N_NLS_NOX::AugmentLinSys.

Definition at line 143 of file N_NLS_NOX_AugmentLinSys_OPStart.C.

void N_NLS_NOX::AugmentLinSysOPStart::augmentResidual ( const N_LAS_Vector *  solution,
N_LAS_Vector *  residual_vector 
)
virtual

Augments the Residual.

Implements N_NLS_NOX::AugmentLinSys.

Definition at line 123 of file N_NLS_NOX_AugmentLinSys_OPStart.C.

void N_NLS_NOX::AugmentLinSysOPStart::setProgressVariable ( double  value)
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.

Member Data Documentation

Xyce::NodeNamePairMap& N_NLS_NOX::AugmentLinSysOPStart::allNodes_
private

Definition at line 98 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

Xyce::NodeNamePairMap& N_NLS_NOX::AugmentLinSysOPStart::op_
private

map of specified variables

Definition at line 97 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

N_LAS_Vector* N_NLS_NOX::AugmentLinSysOPStart::residualPtr_
private

Definition at line 104 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

int N_NLS_NOX::AugmentLinSysOPStart::rSize_
private

Definition at line 106 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

std::set<int> N_NLS_NOX::AugmentLinSysOPStart::skipGID
private

Definition at line 102 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

std::set<int> N_NLS_NOX::AugmentLinSysOPStart::skipLID
private

Definition at line 101 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

bool N_NLS_NOX::AugmentLinSysOPStart::skipSet
private

Definition at line 100 of file N_NLS_NOX_AugmentLinSys_OPStart.h.

const N_LAS_Vector* N_NLS_NOX::AugmentLinSysOPStart::solutionPtr_
private

Definition at line 105 of file N_NLS_NOX_AugmentLinSys_OPStart.h.


The documentation for this class was generated from the following files: