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

#include <N_NLS_NOX_AugmentLinSys_PseudoTransient.h>

Inheritance diagram for N_NLS_NOX::AugmentLinSysPseudoTransient:
Collaboration diagram for N_NLS_NOX::AugmentLinSysPseudoTransient:

Public Member Functions

 AugmentLinSysPseudoTransient (const Teuchos::RefCountPtr< Epetra_MapColoring > &color_map, N_LAS_Vector *cloneVector, bool useVoltageScaleFactor=false, double voltageScaleFactor=1.0)
 Ctor. More...
 
 ~AugmentLinSysPseudoTransient ()
 Dtor. More...
 
void setProgressVariable (double time_step_size)
 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

bool use_voltage_scale_factor_
 
double voltage_scale_factor_
 
double time_step_size_
 
Teuchos::RefCountPtr
< Epetra_MapColoring > 
color_map_
 
N_LAS_Vector * tmp_vector_ptr_
 

Detailed Description

Definition at line 69 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.h.

Constructor & Destructor Documentation

N_NLS_NOX::AugmentLinSysPseudoTransient::AugmentLinSysPseudoTransient ( const Teuchos::RefCountPtr< Epetra_MapColoring > &  color_map,
N_LAS_Vector *  cloneVector,
bool  useVoltageScaleFactor = false,
double  voltageScaleFactor = 1.0 
)

Ctor.

Definition at line 69 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.C.

N_NLS_NOX::AugmentLinSysPseudoTransient::~AugmentLinSysPseudoTransient ( )

Dtor.

Definition at line 89 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.C.

Member Function Documentation

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

Augments the Jacobian.

Implements N_NLS_NOX::AugmentLinSys.

Definition at line 132 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.C.

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

Augments the Residual.

Implements N_NLS_NOX::AugmentLinSys.

Definition at line 118 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.C.

void N_NLS_NOX::AugmentLinSysPseudoTransient::setProgressVariable ( double  value)
virtual

Set the progress variable (time step size for pseudo transient).

Implements N_NLS_NOX::AugmentLinSys.

Definition at line 104 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.C.

Member Data Documentation

Teuchos::RefCountPtr<Epetra_MapColoring> N_NLS_NOX::AugmentLinSysPseudoTransient::color_map_
private

Definition at line 98 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.h.

double N_NLS_NOX::AugmentLinSysPseudoTransient::time_step_size_
private

Definition at line 96 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.h.

N_LAS_Vector* N_NLS_NOX::AugmentLinSysPseudoTransient::tmp_vector_ptr_
private

Definition at line 100 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.h.

bool N_NLS_NOX::AugmentLinSysPseudoTransient::use_voltage_scale_factor_
private

Definition at line 92 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.h.

double N_NLS_NOX::AugmentLinSysPseudoTransient::voltage_scale_factor_
private

Definition at line 94 of file N_NLS_NOX_AugmentLinSys_PseudoTransient.h.


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