OpenCMISS-Iron Internal API Documentation
|
Evaluates the Lagrange/Hermite/Fourier tensor product basis function for the given basis. More...
Private Member Functions | |
real(dp) function | basis_lhtp_basis_evaluate_dp (BASIS, NODE_NUMBER, DERIVATIVE_NUMBER, PARTIAL_DERIV_INDEX, XI, ERR, ERROR) |
Evaluates the double precision Lagrange/Hermite/Fourier tensor product basis function for the given BASIS. More... | |
Evaluates the Lagrange/Hermite/Fourier tensor product basis function for the given basis.
Definition at line 241 of file basis_routines.f90.
|
private |
Evaluates the double precision Lagrange/Hermite/Fourier tensor product basis function for the given BASIS.
basis | A pointer to the basis to evaluate | |
[in] | node_number | The local node number of the tensor product basis to evaluate |
[in] | derivative_number | The local derivative number of the tensor product basis to evaluate |
[in] | partial_deriv_index | The partial derivative index to interpolate |
[in] | xi | The Xi position to evaluate the basis function at |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 2266 of file basis_routines.f90.