Xyce
6.1
|
Namespaces | |
N_NLS_LOCA | |
N_NLS_NOX | |
Classes | |
class | ConductanceExtractor |
class | ConstraintBT |
class | DampedNewton |
class | Manager |
class | MatrixFreeEpetraOperator |
class | NLParams |
class | NonLinearSolver |
class | NonLinInfo |
class | objectiveFunctionData |
class | ParamMgr |
class | ReturnCodes |
class | Sensitivity |
class | TwoLevelNewton |
Functions | |
bool | registerPkgOptionsMgr (Manager &manager, IO::PkgOptionsMgr &options_manager) |
RCP< MatrixFreeEpetraOperator > | matrixFreeEpetraOperator (RCP< NonLinearSolver > nonlinearSolver, RCP< Linear::Vector > solVector, RCP< Linear::Vector > rhsVector, RCP< const Epetra_Map > solutionMap) |
std::ostream & | operator<< (std::ostream &os, const ReturnCodes &rc) |
bool | loadSensitivityResiduals (int difference, bool forceFD_, double sqrtEta_, std::string &netlistFilename_, TimeIntg::DataStore &ds, Loader::NonlinearEquationLoader &nonlinearEquationLoader_, const std::vector< std::string > ¶mNameVec_, const Analysis::AnalysisManager &analysisManager_) |
bool | extractSENSData (IO::PkgOptionsMgr &options_manager, IO::CircuitBlock &circuit_block, const std::string &netlist_filename, const IO::TokenVector &parsed_line) |
anonymous enum |
Definition at line 72 of file N_NLS_Manager.C.
Enumerator | |
---|---|
DC_OP | |
DC_SWEEP | |
DC_NLPOISSON | |
TRANSIENT | |
HB_MODE | |
NUM_MODES |
Definition at line 59 of file N_NLS_fwd.h.
Enumerator | |
---|---|
NEWTON_DIR | |
GRADIENT_DIR | |
MOD_NEWTON_DIR |
Definition at line 77 of file N_NLS_NLParams.h.
Enumerator | |
---|---|
FULL | |
DIVIDE | |
BACKTRACK | |
BANK_ROSE | |
DESCENT | |
SIMPLE_BACKTRACK |
Definition at line 66 of file N_NLS_NLParams.h.
Enumerator | |
---|---|
NEWTON | |
GRADIENT | |
NEWTON_GRADIENT | |
MOD_NEWTON | |
MOD_NEWTON_GRADIENT |
Definition at line 84 of file N_NLS_NLParams.h.
Enumerator | |
---|---|
SENS_FWD | |
SENS_REV | |
SENS_CNT | |
NUM_DIFF_MODES |
Definition at line 69 of file N_NLS_SensitivityResiduals.h.
Enumerator | |
---|---|
FULL_PROBLEM | |
INNER_PROBLEM | |
OUTER_PROBLEM |
Definition at line 54 of file N_NLS_TwoLevelEnum.h.
bool Xyce::Nonlinear::extractSENSData | ( | IO::PkgOptionsMgr & | options_manager, |
IO::CircuitBlock & | circuit_block, | ||
const std::string & | netlist_filename, | ||
const IO::TokenVector & | parsed_line | ||
) |
Definition at line 1195 of file N_NLS_Sensitivity.C.
bool Xyce::Nonlinear::loadSensitivityResiduals | ( | int | difference, |
bool | forceFD_, | ||
double | sqrtEta_, | ||
std::string & | netlistFilename_, | ||
TimeIntg::DataStore & | ds, | ||
Loader::NonlinearEquationLoader & | nonlinearEquationLoader_, | ||
const std::vector< std::string > & | paramNameVec_, | ||
const Analysis::AnalysisManager & | analysisManager_ | ||
) |
Definition at line 107 of file N_NLS_SensitivityResiduals.C.
RCP< MatrixFreeEpetraOperator > Xyce::Nonlinear::matrixFreeEpetraOperator | ( | RCP< NonLinearSolver > | nonlinearSolver, |
RCP< Linear::Vector > | solVector, | ||
RCP< Linear::Vector > | rhsVector, | ||
RCP< const Epetra_Map > | solutionMap | ||
) |
Definition at line 68 of file N_NLS_MatrixFreeEpetraOperator.C.
std::ostream & Xyce::Nonlinear::operator<< | ( | std::ostream & | os, |
const ReturnCodes & | rc | ||
) |
Definition at line 82 of file N_NLS_ReturnCodes.C.
bool Xyce::Nonlinear::registerPkgOptionsMgr | ( | Manager & | manager, |
IO::PkgOptionsMgr & | options_manager | ||
) |
Definition at line 1324 of file N_NLS_Manager.C.