OpenCMISS-Iron Internal API Documentation
OPENCMISS::Coordinate::RadialInterpolations

The type of radial interpolation for polar coordinate systems. More...

Collaboration diagram for OPENCMISS::Coordinate::RadialInterpolations:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_no_radial_interpolation_type = COORDINATE_NO_RADIAL_INTERPOLATION_TYPE
 No radial interpolation. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_radial_interpolation_type = COORDINATE_RADIAL_INTERPOLATION_TYPE
 r radial interpolation More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_radial_squared_interpolation_type = COORDINATE_RADIAL_SQUARED_INTERPOLATION_TYPE
 r^2 radial interpolation More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_radial_cubed_interpolation_type = COORDINATE_RADIAL_CUBED_INTERPOLATION_TYPE
 r^3 radial interpolation More...
 

Detailed Description

The type of radial interpolation for polar coordinate systems.

See also
OPENCMISS::Coordinate,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_no_radial_interpolation_type = COORDINATE_NO_RADIAL_INTERPOLATION_TYPE

No radial interpolation.

See also
OPENCMISS::Coordinate::RadialInterpolations,OPENCMISS

Definition at line 1547 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_radial_cubed_interpolation_type = COORDINATE_RADIAL_CUBED_INTERPOLATION_TYPE

r^3 radial interpolation

See also
OPENCMISS::Coordinate::RadialInterpolations,OPENCMISS

Definition at line 1550 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_radial_interpolation_type = COORDINATE_RADIAL_INTERPOLATION_TYPE

r radial interpolation

See also
OPENCMISS::Coordinate::RadialInterpolations,OPENCMISS

Definition at line 1548 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_coordinate_radial_squared_interpolation_type = COORDINATE_RADIAL_SQUARED_INTERPOLATION_TYPE

r^2 radial interpolation

See also
OPENCMISS::Coordinate::RadialInterpolations,OPENCMISS

Definition at line 1549 of file opencmiss_iron.f90.