OpenCMISS-Iron Internal API Documentation
DATA_POINT_PROJECTION_ROUTINES::DataProjectionTypes

Datapoint projection definition type parameters. More...

Variables

integer(intg), parameter, public data_projection_routines::data_projection_boundary_lines_projection_type =1
 The boundary line projection type for data projection, only projects to boundary lines of the mesh. More...
 
integer(intg), parameter, public data_projection_routines::data_projection_boundary_faces_projection_type =2
 The boundary face projection type for data projection, only projects to boundary faces of the mesh. More...
 
integer(intg), parameter, public data_projection_routines::data_projection_all_elements_projection_type =3
 The element projection type for data projection, projects to all elements in mesh. More...
 

Detailed Description

Datapoint projection definition type parameters.

See also
DATA_POINT_PROJECTION_ROUTINES,OPENCMISS_DataProjectionTypes

Variable Documentation

integer(intg), parameter, public data_projection_routines::data_projection_all_elements_projection_type =3

The element projection type for data projection, projects to all elements in mesh.

See also
DATA_PROJECTION_ROUTINES

Definition at line 84 of file data_projection_routines.f90.

Referenced by data_projection_routines::data_projection_create_start_data_points(), data_projection_routines::data_projection_projection_type_set(), and data_projection_routines::dataprojection_datapointsprojectionevaluate().

integer(intg), parameter, public data_projection_routines::data_projection_boundary_faces_projection_type =2
integer(intg), parameter, public data_projection_routines::data_projection_boundary_lines_projection_type =1