|
OpenCMISS-Iron FORTRAN API Documentation
|
The nonlinear Quasi-Newton types. More...
|
Variables | |
| integer(intg), parameter, public | opencmiss_iron::cmfe_solver_quasi_newton_lbfgs =SOLVER_QUASI_NEWTON_LBFGS |
| LBFGS Quasi-Newton type. More... | |
| integer(intg), parameter, public | opencmiss_iron::cmfe_solver_quasi_newton_goodbroyden =SOLVER_QUASI_NEWTON_GOODBROYDEN |
| "Good" Broyden Quasi-Newton type More... | |
| integer(intg), parameter, public | opencmiss_iron::cmfe_solver_quasi_newton_badbroyden =SOLVER_QUASI_NEWTON_BADBROYDEN |
| "Bad" Broyden Quasi-Newton type More... | |
The nonlinear Quasi-Newton types.
| integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_badbroyden =SOLVER_QUASI_NEWTON_BADBROYDEN |
"Bad" Broyden Quasi-Newton type
Definition at line 6096 of file opencmiss_iron.f90.
| integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_goodbroyden =SOLVER_QUASI_NEWTON_GOODBROYDEN |
"Good" Broyden Quasi-Newton type
Definition at line 6095 of file opencmiss_iron.f90.
| integer(intg), parameter, public opencmiss_iron::cmfe_solver_quasi_newton_lbfgs =SOLVER_QUASI_NEWTON_LBFGS |
LBFGS Quasi-Newton type.
Definition at line 6094 of file opencmiss_iron.f90.