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

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

Collaboration diagram for types::domain_faces_type:

Public Attributes

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

Detailed Description

Contains the topology information for the faces of a domain.

Definition at line 661 of file types.f90.

Member Data Documentation

type(domain_type), pointer types::domain_faces_type::domain

The pointer to the domain for this faces topology information.

Definition at line 662 of file types.f90.

type(domain_face_type), dimension(:), allocatable types::domain_faces_type::faces

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

Definition at line 664 of file types.f90.

integer(intg) types::domain_faces_type::number_of_faces

The number of faces in this domain topology.

Definition at line 663 of file types.f90.