OpenCMISS-Iron Internal API Documentation
types::optimiser_solver_type Type Reference

Contains information for an optimiser solver. More...

Collaboration diagram for types::optimiser_solver_type:

Public Attributes

type(solver_type), pointer solver
 A pointer to the solver. More...
 
integer(intg) solver_library
 The library type for the optimiser solver. More...
 
integer(intg) solver_matrices_library
 The library type for the optimiser solver matrices. More...
 

Detailed Description

Contains information for an optimiser solver.

Definition at line 2746 of file types.f90.

Member Data Documentation

type(solver_type), pointer types::optimiser_solver_type::solver

A pointer to the solver.

Definition at line 2747 of file types.f90.

integer(intg) types::optimiser_solver_type::solver_library

The library type for the optimiser solver.

See also
SOLVER_ROUTINES::SolverLibraries,SOLVER_ROUTINES

Definition at line 2748 of file types.f90.

integer(intg) types::optimiser_solver_type::solver_matrices_library

The library type for the optimiser solver matrices.

See also
DISTRIBUTED_MATRIX_VECTOR::LibraryTypes,DISTRIBUTED_MATRIX_VECTOR

Definition at line 2749 of file types.f90.