Xyce
6.1
|
#include <N_TIA_TimeIntInfo.h>
Public Member Functions | |
TimeIntInfo () | |
~TimeIntInfo () | |
Public Attributes | |
int | currentOrder |
Time integrator order. More... | |
int | numberOfSteps |
Time integrator step. More... | |
int | usedOrder |
Time integrator used order. More... | |
int | nscsco |
Time integrator ?nscsco? More... | |
double | pdt |
Time integrator partial time deriviative. More... | |
double | nextTimeStep |
Step error control next time step. More... | |
double | currTimeStep |
Step error control current time step. More... | |
double | currentTime |
Step error control current time. More... | |
double | nextTime |
Step error control next time. More... | |
double | finalTime |
Step error control final time. More... | |
double | startingTimeStep |
Step error control starting time step. More... | |
double | bpTol |
Step error control breakpoint tolerance. More... | |
bool | dcopFlag |
Analysis DCOP flag. More... | |
bool | acopFlag |
Analysis ACOP flag. More... | |
bool | inputOPFlag |
Analysis InputOP flag. More... | |
bool | tranopFlag |
Analysis TransientOP flag. More... | |
bool | transientFlag |
Analysis. More... | |
bool | dcsweepFlag |
Analysis. More... | |
bool | sweepSourceResetFlag |
Analysis. More... | |
int | timeStepNumber |
Analysis. More... | |
bool | initTranFlag |
Analysis. More... | |
bool | beginIntegrationFlag |
Analysis. More... | |
int | doubleDCOPStep |
Analysis. More... | |
bool | doubleDCOPEnabled |
Analysis. More... | |
int | timeIntMode |
Analysis. More... | |
Definition at line 64 of file N_TIA_TimeIntInfo.h.
|
inline |
Definition at line 66 of file N_TIA_TimeIntInfo.h.
|
inline |
Definition at line 94 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::acopFlag |
Analysis ACOP flag.
Definition at line 112 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::beginIntegrationFlag |
Definition at line 120 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::bpTol |
Step error control breakpoint tolerance.
Definition at line 109 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::currentOrder |
Time integrator order.
Definition at line 97 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::currentTime |
Step error control current time.
Definition at line 105 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::currTimeStep |
Step error control current time step.
Definition at line 104 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::dcopFlag |
Analysis DCOP flag.
Definition at line 111 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::dcsweepFlag |
Definition at line 116 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::doubleDCOPEnabled |
Definition at line 122 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::doubleDCOPStep |
Definition at line 121 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::finalTime |
Step error control final time.
Definition at line 107 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::initTranFlag |
Definition at line 119 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::inputOPFlag |
Analysis InputOP flag.
Definition at line 113 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::nextTime |
Step error control next time.
Definition at line 106 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::nextTimeStep |
Step error control next time step.
Definition at line 103 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::nscsco |
Time integrator ?nscsco?
Definition at line 100 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::numberOfSteps |
Time integrator step.
Definition at line 98 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::pdt |
Time integrator partial time deriviative.
Definition at line 101 of file N_TIA_TimeIntInfo.h.
double Xyce::TimeIntg::TimeIntInfo::startingTimeStep |
Step error control starting time step.
Definition at line 108 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::sweepSourceResetFlag |
Definition at line 117 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::timeIntMode |
Definition at line 123 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::timeStepNumber |
Definition at line 118 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::tranopFlag |
Analysis TransientOP flag.
Definition at line 114 of file N_TIA_TimeIntInfo.h.
bool Xyce::TimeIntg::TimeIntInfo::transientFlag |
Definition at line 115 of file N_TIA_TimeIntInfo.h.
int Xyce::TimeIntg::TimeIntInfo::usedOrder |
Time integrator used order.
Definition at line 99 of file N_TIA_TimeIntInfo.h.