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

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

Collaboration diagram for types::equations_matrices_dynamic_type:

Public Attributes

type(equations_matrices_type), pointer equations_matrices
 A pointer back to the equations matrices. More...
 
integer(intg) number_of_dynamic_matrices
 The number of dynamic 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 dynamic equations matrix. More...
 
type(distributed_vector_type), pointer temp_vector
 Temporary vector used for assembly. More...
 

Detailed Description

Contains information of the dynamic matrices for equations matrices.

Definition at line 1471 of file types.f90.

Member Data Documentation

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

A pointer back to the equations matrices.

Definition at line 1472 of file types.f90.

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

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

Definition at line 1474 of file types.f90.

integer(intg) types::equations_matrices_dynamic_type::number_of_dynamic_matrices

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

Definition at line 1473 of file types.f90.

type(distributed_vector_type), pointer types::equations_matrices_dynamic_type::temp_vector

Temporary vector used for assembly.

Definition at line 1475 of file types.f90.