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

Contains information on the variables involved in a solver matrix. More...

Collaboration diagram for types::solver_mapping_variables_type:

Public Attributes

integer(intg) number_of_variables
 The number of variables involved in the solver matrix. More...
 
type(solver_mapping_variable_type), dimension(:), allocatable variables
 VARIABLES(variable_idx). The variable information for the variable_idx'th variable involved in the solver matrix. More...
 

Detailed Description

Contains information on the variables involved in a solver matrix.

Definition at line 3078 of file types.f90.

Member Data Documentation

integer(intg) types::solver_mapping_variables_type::number_of_variables

The number of variables involved in the solver matrix.

Definition at line 3079 of file types.f90.

type(solver_mapping_variable_type), dimension(:), allocatable types::solver_mapping_variables_type::variables

VARIABLES(variable_idx). The variable information for the variable_idx'th variable involved in the solver matrix.

Definition at line 3080 of file types.f90.