OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for the lines of a decomposition. More...
Public Attributes | |
type(decomposition_type), pointer | decomposition |
The pointer to the decomposition for this lines topology information. More... | |
integer(intg) | number_of_lines |
The number of lines in this decomposition topology. More... | |
type(decomposition_line_type), dimension(:), allocatable | lines |
LINES(nl). The pointer to the array of topology information for the lines of this decomposition. LINES(nl) contains the topological information for the nl'th local line of the decomposition. More... | |
Contains the topology information for the lines of a decomposition.
type(decomposition_type), pointer types::decomposition_lines_type::decomposition |
type(decomposition_line_type), dimension(:), allocatable types::decomposition_lines_type::lines |