OpenCMISS-Iron Internal API Documentation
|
Evaluates the appropriate partial derivative index for the specificied basis function at a Xi location. More...
Private Member Functions | |
real(dp) function | basis_evaluate_xi_dp (BASIS, ELEMENT_PARAMETER_INDEX, PARTIAL_DERIV_INDEX, XI, ERR, ERROR) |
Evaluates the appropriate partial derivative index at position XI for the basis for double precision arguments. Note for simplex basis functions the XI coordinates should exclude the last area coordinate. More... | |
Evaluates the appropriate partial derivative index for the specificied basis function at a Xi location.
Definition at line 168 of file basis_routines.f90.
|
private |
Evaluates the appropriate partial derivative index at position XI for the basis for double precision arguments. Note for simplex basis functions the XI coordinates should exclude the last area coordinate.
basis | A pointer to the basis | |
[in] | element_parameter_index | The element parameter index to evaluate i.e., the local basis index within the element basis. |
[in] | partial_deriv_index | The partial derivative index to evaluate |
[in] | xi | The Xi position to evaluate the basis function at |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 711 of file basis_routines.f90.