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

Contains information about the solver equations for a solver. More...

Collaboration diagram for types::solver_equations_type:

Public Attributes

type(solver_type), pointer solver
 A pointer to the solver. More...
 
logical solver_equations_finished
 Is .TRUE. if the solver equations have finished being created, .FALSE. if not. More...
 
integer(intg) linearity
 The linearity type of the solver equations. More...
 
integer(intg) time_dependence
 The time dependence type of the solver equations. More...
 
integer(intg) sparsity_type
 The type of sparsity to use in the solver matrices. More...
 
type(solver_mapping_type), pointer solver_mapping
 A pointer to the solver mapping. More...
 
type(solver_matrices_type), pointer solver_matrices
 A pointer to the solver matrices for the problem. More...
 
type(boundary_conditions_type), pointer boundary_conditions
 A pointer to the boundary condition information for the solver equations. More...
 

Detailed Description

Contains information about the solver equations for a solver.

See also
OPENCMISS::CMISSSolverEquationsType

Definition at line 2452 of file types.f90.

Member Data Documentation

type(boundary_conditions_type), pointer types::solver_equations_type::boundary_conditions

A pointer to the boundary condition information for the solver equations.

Definition at line 2464 of file types.f90.

integer(intg) types::solver_equations_type::linearity

The linearity type of the solver equations.

Definition at line 2456 of file types.f90.

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

A pointer to the solver.

Definition at line 2453 of file types.f90.

logical types::solver_equations_type::solver_equations_finished

Is .TRUE. if the solver equations have finished being created, .FALSE. if not.

Definition at line 2454 of file types.f90.

type(solver_mapping_type), pointer types::solver_equations_type::solver_mapping

A pointer to the solver mapping.

Definition at line 2461 of file types.f90.

type(solver_matrices_type), pointer types::solver_equations_type::solver_matrices

A pointer to the solver matrices for the problem.

Definition at line 2462 of file types.f90.

integer(intg) types::solver_equations_type::sparsity_type

The type of sparsity to use in the solver matrices.

See also
SOLVER_ROUTINES::SparsityTypes,SOLVER_ROUTINES

Definition at line 2459 of file types.f90.

integer(intg) types::solver_equations_type::time_dependence

The time dependence type of the solver equations.

Definition at line 2457 of file types.f90.