OpenCMISS-Iron Internal API Documentation
|
Interpolates the appropriate partial derivative index of the elements parameters for basis function at Xi location. More...
Private Member Functions | |
real(dp) function | basis_interpolate_xi_dp (BASIS, PARTIAL_DERIV_INDEX, XI, ELEMENT_PARAMETERS, ERR, ERROR) |
Interpolates the appropriate partial derivative index of the element parameters at position XI for the basis for double precision arguments. Note the interpolated value returned needs to be adjusted for the particular coordinate system with COORDINATE_INTERPOLATE_ADJUST. Note for simplex basis functions the XI coordinates should exclude the last area coordinate. More... | |
Interpolates the appropriate partial derivative index of the elements parameters for basis function at Xi location.
Definition at line 183 of file basis_routines.f90.
|
private |
Interpolates the appropriate partial derivative index of the element parameters at position XI for the basis for double precision arguments. Note the interpolated value returned needs to be adjusted for the particular coordinate system with COORDINATE_INTERPOLATE_ADJUST. Note for simplex basis functions the XI coordinates should exclude the last area coordinate.
basis | A pointer to the basis | |
[in] | partial_deriv_index | The partial derivative index to interpolate |
[in] | xi | The Xi position to interpolate the basis function at |
[in] | element_parameters | The element parameters to interpolate |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 1272 of file basis_routines.f90.