Xyce  6.1
Xyce::TimeIntg::TIAParams Class Reference

#include <N_TIA_TIAParams.h>

Public Member Functions

 TIAParams ()
 
 TIAParams (const TIAParams &)
 
TIAParamsoperator= (const TIAParams &right)
 
 ~TIAParams ()
 
void setMaxOrder (int max_order)
 
bool setTimeIntegratorOption (const Util::Param &param)
 
bool setAnalysisOption (const Util::Param &param)
 
void printParams (std::ostream &os, int analysis) const
 

Public Attributes

double initialTime
 Beginning time for the time integrator (StepErrorControl, integrators access from StepErrorControl) More...
 
double finalTime
 End time for simulation. More...
 
double initialTimeStep
 User specified initial time step. More...
 
double minTimeStep
 User specified minimum time step. More...
 
bool minTimeStepGiven
 
int minTimeStepsBP
 User specified mininum number of steps between breakpoints. More...
 
bool minTimeStepsBPGiven
 
double maxTimeStep
 User specified maximum time step. More...
 
bool maxTimeStepGiven
 
bool constantTimeStepFlag
 Constant time step integration flag. More...
 
double restartTimeStepScale
 Time step is scaled coming out of a breakpoint (StepErrorControl) More...
 
double initialOutputTime
 Time at which output starts (StepErrorControl) More...
 
bool initialOutputTimeGiven
 
bool useDeviceTimeStepMaxFlag
 True if devices impose a time step maximum. More...
 
int errorAnalysisOption
 Error analysis option. More...
 
int errorAnalysisOptionResetCount
 Iteration count down to reset errorAnalysisOption to LOCAL_TRUNCATED_ESTIMATES. More...
 
bool bpEnable
 Enable breakpoints flag. More...
 
int NLmin
 
int NLmax
 
double delmax
 
bool delmaxGiven
 
bool timestepsReversal
 
bool testFirstStep
 
bool newBPStepping
 
bool newLte
 
double relErrorTol
 
bool relErrorTolGiven
 
double absErrorTol
 
double errTolAcceptance
 
bool jacLimitFlag
 
double jacLimit
 
int maxOrder
 
int minOrder
 
bool interpOutputFlag
 
int minTimeStepRecoveryCounter
 

Detailed Description

Definition at line 74 of file N_TIA_TIAParams.h.

Constructor & Destructor Documentation

Xyce::TimeIntg::TIAParams::TIAParams ( )

Definition at line 82 of file N_TIA_TIAParams.C.

Xyce::TimeIntg::TIAParams::TIAParams ( const TIAParams right)

Definition at line 197 of file N_TIA_TIAParams.C.

Xyce::TimeIntg::TIAParams::~TIAParams ( )

Definition at line 128 of file N_TIA_TIAParams.C.

Member Function Documentation

TIAParams & Xyce::TimeIntg::TIAParams::operator= ( const TIAParams right)

Definition at line 231 of file N_TIA_TIAParams.C.

void Xyce::TimeIntg::TIAParams::printParams ( std::ostream &  os,
int  analysis 
) const

Definition at line 139 of file N_TIA_TIAParams.C.

bool Xyce::TimeIntg::TIAParams::setAnalysisOption ( const Util::Param &  param)

Definition at line 416 of file N_TIA_TIAParams.C.

void Xyce::TimeIntg::TIAParams::setMaxOrder ( int  max_order)

Definition at line 264 of file N_TIA_TIAParams.C.

bool Xyce::TimeIntg::TIAParams::setTimeIntegratorOption ( const Util::Param &  param)

Definition at line 284 of file N_TIA_TIAParams.C.

Member Data Documentation

double Xyce::TimeIntg::TIAParams::absErrorTol

Definition at line 135 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::bpEnable

Enable breakpoints flag.

Definition at line 112 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::constantTimeStepFlag

Constant time step integration flag.

Definition at line 101 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::delmax

Definition at line 117 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::delmaxGiven

Definition at line 118 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::errorAnalysisOption

Error analysis option.

Definition at line 109 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::errorAnalysisOptionResetCount

Iteration count down to reset errorAnalysisOption to LOCAL_TRUNCATED_ESTIMATES.

Definition at line 110 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::errTolAcceptance

Definition at line 138 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::finalTime

End time for simulation.

Definition at line 93 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::initialOutputTime

Time at which output starts (StepErrorControl)

Definition at line 104 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::initialOutputTimeGiven

Definition at line 105 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::initialTime

Beginning time for the time integrator (StepErrorControl, integrators access from StepErrorControl)

Definition at line 92 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::initialTimeStep

User specified initial time step.

Definition at line 94 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::interpOutputFlag

Definition at line 149 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::jacLimit

Definition at line 142 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::jacLimitFlag

Definition at line 141 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::maxOrder

Definition at line 145 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::maxTimeStep

User specified maximum time step.

Definition at line 99 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::maxTimeStepGiven

Definition at line 100 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::minOrder

Definition at line 146 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::minTimeStep

User specified minimum time step.

Definition at line 95 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::minTimeStepGiven

Definition at line 96 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::minTimeStepRecoveryCounter

Definition at line 155 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::minTimeStepsBP

User specified mininum number of steps between breakpoints.

Definition at line 97 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::minTimeStepsBPGiven

Definition at line 98 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::newBPStepping

Definition at line 122 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::newLte

Definition at line 123 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::NLmax

Definition at line 116 of file N_TIA_TIAParams.h.

int Xyce::TimeIntg::TIAParams::NLmin

Definition at line 115 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::relErrorTol

Definition at line 129 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::relErrorTolGiven

Definition at line 130 of file N_TIA_TIAParams.h.

double Xyce::TimeIntg::TIAParams::restartTimeStepScale

Time step is scaled coming out of a breakpoint (StepErrorControl)

Definition at line 102 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::testFirstStep

Definition at line 120 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::timestepsReversal

Definition at line 119 of file N_TIA_TIAParams.h.

bool Xyce::TimeIntg::TIAParams::useDeviceTimeStepMaxFlag

True if devices impose a time step maximum.

Definition at line 107 of file N_TIA_TIAParams.h.


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