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

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

Collaboration diagram for types::decomposition_topology_type:

Public Attributes

type(decomposition_type), pointer decomposition
 The pointer to the decomposition for this topology information. More...
 
type(decomposition_elements_type), pointer elements
 The pointer to the topology information for the elements of this decomposition. More...
 
type(decomposition_lines_type), pointer lines
 The pointer to the topology information for the lines of this decomposition. More...
 
type(decomposition_faces_type), pointer faces
 The pointer to the topology information for the faces of this decomposition. More...
 
type(decompositiondatapointstype), pointer datapoints
 The pointer to the topology information for the data of this decomposition. More...
 

Detailed Description

Contains the topology information for a decomposition.

Definition at line 1054 of file types.f90.

Member Data Documentation

type(decompositiondatapointstype), pointer types::decomposition_topology_type::datapoints

The pointer to the topology information for the data of this decomposition.

Definition at line 1059 of file types.f90.

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

The pointer to the decomposition for this topology information.

Definition at line 1055 of file types.f90.

type(decomposition_elements_type), pointer types::decomposition_topology_type::elements

The pointer to the topology information for the elements of this decomposition.

Definition at line 1056 of file types.f90.

type(decomposition_faces_type), pointer types::decomposition_topology_type::faces

The pointer to the topology information for the faces of this decomposition.

Definition at line 1058 of file types.f90.

type(decomposition_lines_type), pointer types::decomposition_topology_type::lines

The pointer to the topology information for the lines of this decomposition.

Definition at line 1057 of file types.f90.