OpenCMISS-Iron Internal API Documentation
DATA_POINT_PROJECTION_ROUTINES::DataProjectionExitTags

Datapoint projection exit tags. More...

Variables

integer(intg), parameter data_projection_routines::data_projection_exit_tag_converged =1
 Data projection exited due to it being converged. More...
 
integer(intg), parameter data_projection_routines::data_projection_exit_tag_bounds =2
 Data projection exited due to it hitting the bound and continue to travel out of the element. More...
 
integer(intg), parameter data_projection_routines::data_projection_exit_tag_max_iteration =3
 Data projection exited due to it attaining maximum number of iteration specified by user. More...
 
integer(intg), parameter data_projection_routines::data_projection_exit_tag_no_element =4
 Data projection exited due to no local element found, this happens when none of the candidate elements are within this computational node, and before MPI communication with other nodes. More...
 

Detailed Description

Datapoint projection exit tags.

See also
DATA_POINT_PROJECTION_ROUTINES,OPENCMISS_DataProjectionExitTags

Variable Documentation

integer(intg), parameter data_projection_routines::data_projection_exit_tag_bounds =2
private
integer(intg), parameter data_projection_routines::data_projection_exit_tag_max_iteration =3
private
integer(intg), parameter data_projection_routines::data_projection_exit_tag_no_element =4
private