OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::LineSearchNM |
This base class is an abstraction/implementation for numerical method solving line search optimization problem. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for LineSearchNM | |
#define | _IFT_LineSearchNM_lsearchtol "lsearchtol" |
#define | _IFT_LineSearchNM_lsearchamp "lsearchamp" |
#define | _IFT_LineSearchNM_lsearchmaxeta "lsearchmaxeta" |
#define _IFT_LineSearchNM_lsearchamp "lsearchamp" |
Definition at line 46 of file linesearch.h.
Referenced by oofem::LineSearchNM::initializeFrom().
#define _IFT_LineSearchNM_lsearchmaxeta "lsearchmaxeta" |
Definition at line 47 of file linesearch.h.
Referenced by oofem::LineSearchNM::initializeFrom().
#define _IFT_LineSearchNM_lsearchtol "lsearchtol" |
Definition at line 45 of file linesearch.h.
Referenced by oofem::LineSearchNM::initializeFrom().