This is the complete list of members for oofem::LineSearchNM, including all inherited members.
amplifFactor | oofem::LineSearchNM | |
domain | oofem::NumericalMethod | protected |
engngModel | oofem::NumericalMethod | protected |
eta | oofem::LineSearchNM | |
giveClassName() const | oofem::LineSearchNM | inlinevirtual |
giveEngngModel() | oofem::NumericalMethod | inline |
initializeFrom(InputRecord *ir) | oofem::LineSearchNM | virtual |
LineSearchNM(Domain *d, EngngModel *m) | oofem::LineSearchNM | |
ls_failed enum value | oofem::LineSearchNM | |
ls_ok enum value | oofem::LineSearchNM | |
LS_status enum name | oofem::LineSearchNM | |
ls_tolerance | oofem::LineSearchNM | |
max_iter | oofem::LineSearchNM | |
maxEta | oofem::LineSearchNM | |
minEta | oofem::LineSearchNM | |
NumericalMethod(Domain *d, EngngModel *m) | oofem::NumericalMethod | inline |
prod | oofem::LineSearchNM | |
reinitialize() | oofem::NumericalMethod | inlinevirtual |
restoreContext(DataStream &stream, ContextMode mode, void *obj=NULL) | oofem::NumericalMethod | inlinevirtual |
saveContext(DataStream &stream, ContextMode mode, void *obj=NULL) | oofem::NumericalMethod | inlinevirtual |
search(int istep, FloatArray &prod, FloatArray &eta, double amp, double maxeta, double mineta, int &status) | oofem::LineSearchNM | protected |
setDomain(Domain *d) | oofem::NumericalMethod | inlinevirtual |
solve(FloatArray &r, FloatArray &dr, FloatArray &F, FloatArray &R, FloatArray *R0, IntArray &eqnmask, double lambda, double &etaValue, LS_status &status, TimeStep *tStep) | oofem::LineSearchNM | virtual |
~NumericalMethod() | oofem::NumericalMethod | inlinevirtual |