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

Contains information for an Adams-Moulton differential-algebraic equation solver. More...

Collaboration diagram for types::adams_moulton_dae_solver_type:

Public Attributes

type(dae_solver_type), pointer dae_solver
 A pointer to the differential-algebraic solver. More...
 
integer(intg) solver_library
 The library type for the Adams-Moulton differential-algebraic equation solver. More...
 

Detailed Description

Contains information for an Adams-Moulton differential-algebraic equation solver.

Definition at line 2550 of file types.f90.

Member Data Documentation

type(dae_solver_type), pointer types::adams_moulton_dae_solver_type::dae_solver

A pointer to the differential-algebraic solver.

Definition at line 2551 of file types.f90.

integer(intg) types::adams_moulton_dae_solver_type::solver_library

The library type for the Adams-Moulton differential-algebraic equation solver.

See also
SOLVER_ROUTINES::SolverLibraries,SOLVER_ROUTINES

Definition at line 2552 of file types.f90.