OpenCMISS-Iron Internal API Documentation
|
Contains information for a Newton trust region nonlinear solver. More...
Public Attributes | |
type(newton_solver_type), pointer | newton_solver |
A pointer to the Newton solver. More... | |
integer(intg) | solver_library |
The library type for the nonlinear solver. More... | |
integer(intg) | solver_matrices_library |
The library type for the Newton trustregion solver matrices. More... | |
real(dp) | trustregion_tolerance |
The trust region tolerance. More... | |
real(dp) | trustregion_delta0 |
The trust region delta0. More... | |
type(petscsnestype) | snes |
The PETSc nonlinear solver object. More... | |
Contains information for a Newton trust region nonlinear solver.
type(newton_solver_type), pointer types::newton_trustregion_solver_type::newton_solver |
type(petscsnestype) types::newton_trustregion_solver_type::snes |
integer(intg) types::newton_trustregion_solver_type::solver_library |
The library type for the nonlinear solver.
integer(intg) types::newton_trustregion_solver_type::solver_matrices_library |
The library type for the Newton trustregion solver matrices.
real(dp) types::newton_trustregion_solver_type::trustregion_delta0 |