|
type(region_type), pointer | region |
| A pointer to the region containing the nodes. If the nodes are in an interface rather than a region then this pointer will be NULL and the interface pointer should be used. More...
|
|
type(interface_type), pointer | interface |
| A pointer to the interface containing the nodes. If the nodes are in a region rather than an interface then this pointer will be NULL and the region pointer should be used. More...
|
|
logical | nodes_finished |
| Is .TRUE. if the nodes have finished being created, .FALSE. if not. More...
|
|
integer(intg) | number_of_nodes |
| The number of nodes defined on the region. More...
|
|
type(node_type), dimension(:), allocatable | nodes |
| NODES(nodes_idx). The nodal information for the nodes_idx'th global node. More...
|
|
integer(intg), dimension(:,:), allocatable | coupled_nodes |
| Coupled meshes nodes numbers. More...
|
|
type(tree_type), pointer | nodes_tree |
| The tree for user to global node mapping. More...
|
|
Contains information on the nodes defined on a region.
- See also
- OPENCMISS::CMISSNodesType
Definition at line 359 of file types.f90.