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

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

Collaboration diagram for types::domain_nodes_type:

Public Attributes

type(domain_type), pointer domain
 The pointer to the domain for this nodes topology information. More...
 
integer(intg) number_of_nodes
 The number of nodes (excluding ghost nodes) in this domain topology. More...
 
integer(intg) total_number_of_nodes
 The total number of nodes (including ghost nodes) in this domain topology. More...
 
integer(intg) number_of_global_nodes
 The number of global nodes in this domain topology. More...
 
integer(intg) maximum_number_of_derivatives
 The maximum number of derivatives over the nodes in this domain topology. More...
 
type(domain_node_type), dimension(:), pointer nodes
 NODES(np). The pointer to the array of topology information for the nodes of this domain. NODES(np) contains the topological information for the np'th local node of the domain. More...
 
type(tree_type), pointer nodes_tree
 A tree mapping the domain local number to the region nodes user number. More...
 

Detailed Description

Contains the topology information for the nodes of a domain.

Definition at line 713 of file types.f90.

Member Data Documentation

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

The pointer to the domain for this nodes topology information.

Definition at line 714 of file types.f90.

integer(intg) types::domain_nodes_type::maximum_number_of_derivatives

The maximum number of derivatives over the nodes in this domain topology.

Definition at line 718 of file types.f90.

type(domain_node_type), dimension(:), pointer types::domain_nodes_type::nodes

NODES(np). The pointer to the array of topology information for the nodes of this domain. NODES(np) contains the topological information for the np'th local node of the domain.

Todo:
Change this to allocatable???

Definition at line 719 of file types.f90.

type(tree_type), pointer types::domain_nodes_type::nodes_tree

A tree mapping the domain local number to the region nodes user number.

Definition at line 720 of file types.f90.

integer(intg) types::domain_nodes_type::number_of_global_nodes

The number of global nodes in this domain topology.

Definition at line 717 of file types.f90.

integer(intg) types::domain_nodes_type::number_of_nodes

The number of nodes (excluding ghost nodes) in this domain topology.

Definition at line 715 of file types.f90.

integer(intg) types::domain_nodes_type::total_number_of_nodes

The total number of nodes (including ghost nodes) in this domain topology.

Definition at line 716 of file types.f90.