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

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

Collaboration diagram for types::domain_lines_type:

Public Attributes

type(domain_type), pointer domain
 The pointer to the domain for this lines topology information. More...
 
integer(intg) number_of_lines
 The number of lines in this domain topology. More...
 
type(domain_line_type), dimension(:), allocatable lines
 LINES(nl). The pointer to the array of topology information for the lines of this domain. LINES(nl) contains the topological information for the nl'th local line of the domain. More...
 

Detailed Description

Contains the topology information for the lines of a domain.

Definition at line 637 of file types.f90.

Member Data Documentation

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

The pointer to the domain for this lines topology information.

Definition at line 638 of file types.f90.

type(domain_line_type), dimension(:), allocatable types::domain_lines_type::lines

LINES(nl). The pointer to the array of topology information for the lines of this domain. LINES(nl) contains the topological information for the nl'th local line of the domain.

Definition at line 640 of file types.f90.

integer(intg) types::domain_lines_type::number_of_lines

The number of lines in this domain topology.

Definition at line 639 of file types.f90.