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

Contains information for a BDF differential-algebraic equation solver. More...

Collaboration diagram for types::bdf_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 BDF differential-algebraic equation solver. More...
 

Detailed Description

Contains information for a BDF differential-algebraic equation solver.

Definition at line 2556 of file types.f90.

Member Data Documentation

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

A pointer to the differential-algebraic solver.

Definition at line 2557 of file types.f90.

integer(intg) types::bdf_dae_solver_type::solver_library

The library type for the BDF differential-algebraic equation solver.

See also
SOLVER_ROUTINES::SolverLibraries,SOLVER_ROUTINES

Definition at line 2558 of file types.f90.