OpenCMISS-Iron Internal API Documentation

Field interpolation parameters. More...

Collaboration diagram for OPENCMISS::Field::InterpolationTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_field_constant_interpolation = FIELD_CONSTANT_INTERPOLATION
 Constant interpolation. One parameter for the field. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_element_based_interpolation = FIELD_ELEMENT_BASED_INTERPOLATION
 Element based interpolation. Parameters are different in each element. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_node_based_interpolation = FIELD_NODE_BASED_INTERPOLATION
 Node based interpolation. Parameters are nodal based and a basis function is used. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_grid_point_based_interpolation = FIELD_GRID_POINT_BASED_INTERPOLATION
 Grid point based interpolation. Parameters are different at each grid point. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_gauss_point_based_interpolation = FIELD_GAUSS_POINT_BASED_INTERPOLATION
 Gauss point based interpolation. Parameters are different at each Gauss point. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_data_point_based_interpolation = FIELD_DATA_POINT_BASED_INTERPOLATION
 Data point based interpolation. Parameters are different at each data point. More...
 

Detailed Description

Field interpolation parameters.

See also
OPENCMISS::Field,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_field_constant_interpolation = FIELD_CONSTANT_INTERPOLATION

Constant interpolation. One parameter for the field.

See also
OPENCMISS::Field::InterpolationTypes,OPENCMISS

Definition at line 3334 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_data_point_based_interpolation = FIELD_DATA_POINT_BASED_INTERPOLATION

Data point based interpolation. Parameters are different at each data point.

See also
OPENCMISS::Field::InterpolationTypes,OPENCMISS

Definition at line 3339 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_element_based_interpolation = FIELD_ELEMENT_BASED_INTERPOLATION

Element based interpolation. Parameters are different in each element.

See also
OPENCMISS::Field::InterpolationTypes,OPENCMISS

Definition at line 3335 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_gauss_point_based_interpolation = FIELD_GAUSS_POINT_BASED_INTERPOLATION

Gauss point based interpolation. Parameters are different at each Gauss point.

See also
OPENCMISS::Field::InterpolationTypes,OPENCMISS

Definition at line 3338 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_grid_point_based_interpolation = FIELD_GRID_POINT_BASED_INTERPOLATION

Grid point based interpolation. Parameters are different at each grid point.

See also
OPENCMISS::Field::InterpolationTypes,OPENCMISS

Definition at line 3337 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_node_based_interpolation = FIELD_NODE_BASED_INTERPOLATION

Node based interpolation. Parameters are nodal based and a basis function is used.

See also
OPENCMISS::Field::InterpolationTypes,OPENCMISS

Definition at line 3336 of file opencmiss_iron.f90.