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

Contains the topology information for the lines of a decomposition. More...

Collaboration diagram for types::decomposition_lines_type:

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...
 

Detailed Description

Contains the topology information for the lines of a decomposition.

Definition at line 972 of file types.f90.

Member Data Documentation

type(decomposition_type), pointer types::decomposition_lines_type::decomposition

The pointer to the decomposition for this lines topology information.

Definition at line 973 of file types.f90.

type(decomposition_line_type), dimension(:), allocatable types::decomposition_lines_type::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.

Definition at line 975 of file types.f90.

integer(intg) types::decomposition_lines_type::number_of_lines

The number of lines in this decomposition topology.

Definition at line 974 of file types.f90.