OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::DataProjection::ProjectionTypes

Data Projection types. More...

Collaboration diagram for OPENCMISS::DataProjection::ProjectionTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_data_projection_boundary_lines_projection_type = DATA_PROJECTION_BOUNDARY_LINES_PROJECTION_TYPE
 The boundary line projection type for data projection, only projects to boundary lines of the mesh. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_data_projection_boundary_faces_projection_type = DATA_PROJECTION_BOUNDARY_FACES_PROJECTION_TYPE
 The boundary face projection type for data projection, only projects to boundary faces of the mesh. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_data_projection_all_elements_projection_type = DATA_PROJECTION_ALL_ELEMENTS_PROJECTION_TYPE
 The element projection type for data projection, projects to all elements in mesh. More...
 

Detailed Description

Data Projection types.

See also
OPENCMISS::DataProjection,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_data_projection_all_elements_projection_type = DATA_PROJECTION_ALL_ELEMENTS_PROJECTION_TYPE

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

See also
OPENCMISS::DataProjection::ProjectionTypes,OPENCMISS

Definition at line 1795 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_data_projection_boundary_faces_projection_type = DATA_PROJECTION_BOUNDARY_FACES_PROJECTION_TYPE

The boundary face projection type for data projection, only projects to boundary faces of the mesh.

See also
OPENCMISS::DataProjection::ProjectionTypes,OPENCMISS

Definition at line 1794 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_data_projection_boundary_lines_projection_type = DATA_PROJECTION_BOUNDARY_LINES_PROJECTION_TYPE

The boundary line projection type for data projection, only projects to boundary lines of the mesh.

See also
OPENCMISS::DataProjection::ProjectionTypes,OPENCMISS

Definition at line 1793 of file opencmiss_iron.f90.