|
real(dp) function | simplex_quadratic_evaluate_dp (NODE_INDEX, PARTIAL_DERIVATIVE_INDEX, XL, ERR, ERROR) |
| Evaluates a quadratic simpelx basis function at a specificed area position and node index and with a given partial derivative index with respect to area coordinates for double precision arguments. More...
|
|
Definition at line 232 of file basis_routines.f90.
real(dp) function basis_routines::simplex_quadratic_evaluate::simplex_quadratic_evaluate_dp |
( |
integer(intg), intent(in) |
NODE_INDEX, |
|
|
integer(intg), intent(in) |
PARTIAL_DERIVATIVE_INDEX, |
|
|
real(dp), intent(in) |
XL, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
Evaluates a quadratic simpelx basis function at a specificed area position and node index and with a given partial derivative index with respect to area coordinates for double precision arguments.
- Parameters
-
[in] | node_index | The node index to evaluate |
[in] | partial_derivative_index | The partial derivative index wrt area coordinates to evaluate |
[in] | xl | The area coordinate to evaluate at. |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 7337 of file basis_routines.f90.