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

Contains the information for a line in a decomposition. More...

Public Attributes

integer(intg) number
 The line number in the decomposition. More...
 
integer(intg) xi_direction
 The Xi direction of the line. Old CMISS name NPL(1,0,nl) More...
 
integer(intg) number_of_surrounding_elements
 The number of elements that surround (use) this line. More...
 
integer(intg), dimension(:), allocatable surrounding_elements
 SURROUNDING_ELEMENTS(nel). The local element number of the nel'th element that surrounds (uses) this line. More...
 
integer(intg), dimension(:), allocatable element_lines
 ELEMENT_LINES(nel). The local arc number of the nel'th element that surrounds (uses) this line. More...
 
integer(intg), dimension(0:1) adjacent_lines
 ADJACENT_LINES(0:1). The line number of adjacent lines. ADJACENT_LINES(0) is the line number adjacent in the -xi direction. ADJACENT_LINES(1) is the line number adjacent in the +xi direction. Old CMISS name NPL(2..3,0,nl). More...
 
logical boundary_line
 Is .TRUE. if the line is on the boundary of the mesh for the domain, .FALSE. if not. More...
 

Detailed Description

Contains the information for a line in a decomposition.

Definition at line 961 of file types.f90.

Member Data Documentation

integer(intg), dimension(0:1) types::decomposition_line_type::adjacent_lines

ADJACENT_LINES(0:1). The line number of adjacent lines. ADJACENT_LINES(0) is the line number adjacent in the -xi direction. ADJACENT_LINES(1) is the line number adjacent in the +xi direction. Old CMISS name NPL(2..3,0,nl).

Definition at line 967 of file types.f90.

logical types::decomposition_line_type::boundary_line

Is .TRUE. if the line is on the boundary of the mesh for the domain, .FALSE. if not.

Definition at line 968 of file types.f90.

integer(intg), dimension(:), allocatable types::decomposition_line_type::element_lines

ELEMENT_LINES(nel). The local arc number of the nel'th element that surrounds (uses) this line.

Definition at line 966 of file types.f90.

integer(intg) types::decomposition_line_type::number

The line number in the decomposition.

Definition at line 962 of file types.f90.

integer(intg) types::decomposition_line_type::number_of_surrounding_elements

The number of elements that surround (use) this line.

Definition at line 964 of file types.f90.

integer(intg), dimension(:), allocatable types::decomposition_line_type::surrounding_elements

SURROUNDING_ELEMENTS(nel). The local element number of the nel'th element that surrounds (uses) this line.

Definition at line 965 of file types.f90.

integer(intg) types::decomposition_line_type::xi_direction

The Xi direction of the line. Old CMISS name NPL(1,0,nl)

Definition at line 963 of file types.f90.