version 0.6.0

Grid nodes Derivative Interpolation Schemes type. More...

Data Types

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...
 

Functions/Subroutines

subroutine t_int_compute_d1_stencil_generic (self, step, steps, derivative)
 Compute the stencil with a generic interpolation procedure. More...
 

Detailed Description

Function/Subroutine Documentation

◆ 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]selfthe element
[in]stepthe step where to interpolate relatively to the reference node 0
[in]stepsthe steps between the node values (of size N-1)
[in]derivativeDummy parameter (the derivative is 1)