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

Contains information of the linear matrices for equations matrices. More...

Collaboration diagram for types::equations_matrices_linear_type:

Public Attributes

type(equations_matrices_type), pointer equations_matrices
 A pointer back to the equations matrices. More...
 
integer(intg) number_of_linear_matrices
 The number of linear equations matrices defined for the equations set. More...
 
type(equations_matrix_ptr_type), dimension(:), allocatable matrices
 MATRICES(matrix_idx)PTR contains the information on the matrix_idx'th linear equations matrix. More...
 

Detailed Description

Contains information of the linear matrices for equations matrices.

Definition at line 1479 of file types.f90.

Member Data Documentation

type(equations_matrices_type), pointer types::equations_matrices_linear_type::equations_matrices

A pointer back to the equations matrices.

Definition at line 1480 of file types.f90.

type(equations_matrix_ptr_type), dimension(:), allocatable types::equations_matrices_linear_type::matrices

MATRICES(matrix_idx)PTR contains the information on the matrix_idx'th linear equations matrix.

Definition at line 1482 of file types.f90.

integer(intg) types::equations_matrices_linear_type::number_of_linear_matrices

The number of linear equations matrices defined for the equations set.

Definition at line 1481 of file types.f90.