45 #define _IFT_LineSearchNM_lsearchtol "lsearchtol" 46 #define _IFT_LineSearchNM_lsearchamp "lsearchamp" 47 #define _IFT_LineSearchNM_lsearchmaxeta "lsearchmaxeta" 98 void search(
int istep,
FloatArray &prod,
FloatArray &eta,
double amp,
double maxeta,
double mineta,
int &status);
101 #endif // linesearch_h
This base class is an abstraction for numerical algorithm.
unsigned long NM_Status
Mask defining NumMetod Status; which can be asked after finishing computation by Numerical Method...
Class implementing an array of integers.
virtual const char * giveClassName() const
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
Abstract base class representing the "problem" under consideration.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.
This base class is an abstraction/implementation for numerical method solving line search optimizatio...