OpenCMISS-Iron Internal API Documentation
|
Contains the topology information for the lines of a domain. More...
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... | |
Contains the topology information for the lines of a domain.
type(domain_type), pointer types::domain_lines_type::domain |
type(domain_line_type), dimension(:), allocatable types::domain_lines_type::lines |