Grid nodes Derivative Interpolation Schemes type.
More...
|
type | t_int_dscheme |
| The derivative interpolation scheme to derivate from It simply derivates from the int_scheme and specialize the "compute stencil" function. More...
|
|
◆ t_int_compute_d1_stencil_generic()
subroutine type_int_dscheme::t_int_compute_d1_stencil_generic |
( |
class(t_int_dscheme), intent(inout) | self, |
|
|
double precision, intent(in) | step, |
|
|
double precision, dimension(:), intent(in) | steps, |
|
|
integer, intent(in), optional | derivative ) |
- Note
- This can be overloaded by a deriving scheme with an optimized version
- Parameters
-
[in,out] | self | the element |
[in] | step | the step where to interpolate relatively to the reference node 0 |
[in] | steps | the steps between the node values (of size N-1) |
[in] | derivative | Dummy parameter (the derivative is 1) |