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

Contains information about a node. More...

Public Attributes

integer(intg) global_number
 The global number of the node. More...
 
integer(intg) user_number
 The user defined number of the node. More...
 
type(varying_string) label
 A string label for the node. More...
 

Detailed Description

Contains information about a node.

Definition at line 352 of file types.f90.

Member Data Documentation

integer(intg) types::node_type::global_number

The global number of the node.

Definition at line 353 of file types.f90.

type(varying_string) types::node_type::label

A string label for the node.

Definition at line 355 of file types.f90.

integer(intg) types::node_type::user_number

The user defined number of the node.

Definition at line 354 of file types.f90.