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

Contains information on the solver matrix. More...

Collaboration diagram for types::solver_matrix_type:

Public Attributes

integer(intg) matrix_number
 The number of the solver matrix. More...
 
type(solver_matrices_type), pointer solver_matrices
 A pointer to the solver matrices for this solver matrix. More...
 
logical update_matrix
 Is .TRUE. if the solver matrix is to be updated. More...
 
integer(intg) storage_type
 The storage type for the solver matrix. More...
 
integer(intg) number_of_columns
 The number of columns in the distributed solver matrix. More...
 
type(distributed_vector_type), pointer solver_vector
 A pointer to the distributed solver vector associated with the matrix. More...
 
type(distributed_matrix_type), pointer matrix
 A pointer to the distributed solver matrix data. More...
 

Detailed Description

Contains information on the solver matrix.

Definition at line 2411 of file types.f90.

Member Data Documentation

type(distributed_matrix_type), pointer types::solver_matrix_type::matrix

A pointer to the distributed solver matrix data.

Definition at line 2418 of file types.f90.

integer(intg) types::solver_matrix_type::matrix_number

The number of the solver matrix.

Definition at line 2412 of file types.f90.

integer(intg) types::solver_matrix_type::number_of_columns

The number of columns in the distributed solver matrix.

Definition at line 2416 of file types.f90.

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

A pointer to the solver matrices for this solver matrix.

Definition at line 2413 of file types.f90.

type(distributed_vector_type), pointer types::solver_matrix_type::solver_vector

A pointer to the distributed solver vector associated with the matrix.

Definition at line 2417 of file types.f90.

integer(intg) types::solver_matrix_type::storage_type

The storage type for the solver matrix.

Definition at line 2415 of file types.f90.

logical types::solver_matrix_type::update_matrix

Is .TRUE. if the solver matrix is to be updated.

Definition at line 2414 of file types.f90.