OpenCMISS-Iron FORTRAN API Documentation
|
Returns the coordinate system radial interpolation type. More...
Private Member Functions | |
subroutine | cmfe_coordinatesystem_radialinterpolationgetnumber (coordinateSystemUserNumber, radialInterpolationType, err) |
Returns the radial interpolation type of a coordinate system identified by a user number. More... | |
subroutine | cmfe_coordinatesystem_radialinterpolationgetobj (coordinateSystem, radialInterpolationType, err) |
Returns the radial interpolation type of a coordinate system identified by an object. More... | |
Returns the coordinate system radial interpolation type.
user number method
fix pointers
Definition at line 1603 of file opencmiss_iron.f90.
|
private |
Returns the radial interpolation type of a coordinate system identified by a user number.
[in] | coordinatesystemusernumber | The user number of the coordinate system to get the radial interpolation for. |
[out] | radialinterpolationtype | On return, the radial interpolation type of the coordinate system |
[out] | err | The error code. |
Definition at line 18682 of file opencmiss_iron.f90.
|
private |
Returns the radial interpolation type of a coordinate system identified by an object.
[in,out] | coordinatesystem | The coordinate system to get the radial interpolation type for. |
[out] | radialinterpolationtype | On return, the radial interpolation type of the coordinate system. |
[out] | err | The error code. |
Definition at line 18719 of file opencmiss_iron.f90.