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

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

Collaboration diagram for types::decomposition_faces_type:

Public Attributes

type(decomposition_type), pointer decomposition
 The pointer to the decomposition for this faces topology information. More...
 
integer(intg) number_of_faces
 The number of faces in this decomposition topology. More...
 
type(decomposition_face_type), dimension(:), allocatable faces
 FACES(nl). The pointer to the array of topology information for the faces of this decomposition. FACES(nl) contains the topological information for the nl'th local face of the decomposition. More...
 

Detailed Description

Contains the topology information for the faces of a decomposition.

Definition at line 991 of file types.f90.

Member Data Documentation

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

The pointer to the decomposition for this faces topology information.

Definition at line 992 of file types.f90.

type(decomposition_face_type), dimension(:), allocatable types::decomposition_faces_type::faces

FACES(nl). The pointer to the array of topology information for the faces of this decomposition. FACES(nl) contains the topological information for the nl'th local face of the decomposition.

Definition at line 994 of file types.f90.

integer(intg) types::decomposition_faces_type::number_of_faces

The number of faces in this decomposition topology.

Definition at line 993 of file types.f90.