OpenCMISS-Iron FORTRAN API Documentation

Sets/changes the label for a node identified by a given global number. More...

Private Member Functions

subroutine cmfe_nodes_labelsetcnumber (regionUserNumber, nodeGlobalNumber, label, err)
 Sets/changes the character label for a node in a set of nodes identified by user number. More...
 
subroutine cmfe_nodes_labelsetcobj (nodes, nodeGlobalNumber, label, err)
 Sets/changes the character label for a node in a set of nodes identified by an object. More...
 
subroutine cmfe_nodes_labelsetvsnumber (regionUserNumber, nodeGlobalNumber, label, err)
 Sets/changes the varying string label for a node in a set of nodes identified by user number. More...
 
subroutine cmfe_nodes_labelsetvsobj (nodes, nodeGlobalNumber, label, err)
 Sets/changes the varying string label for a node in a set of nodes identified by an object. More...
 

Detailed Description

Sets/changes the label for a node identified by a given global number.

Todo:
should this be a user number?

Definition at line 5343 of file opencmiss_iron.f90.