version 0.6.0
Loading...
Searching...
No Matches

Derivative interpolation scheme at order 1 The scheme is defined in the interval [0:+1].

Functions/Subroutines

subroutine t_int_dscheme_o1_compute_stencil (self, step, steps, derivative)
 Apply the corresponding scheme.
 

Variables

type(t_int_dscheme_o1), target int_dscheme_o1
 

Function/Subroutine Documentation

◆ t_int_dscheme_o1_compute_stencil()

subroutine mod_int_dscheme_o1::t_int_dscheme_o1_compute_stencil ( class(t_int_dscheme_o1), intent(inout) self,
double precision, intent(in) step,
double precision, dimension(:), intent(in) steps,
integer, intent(in), optional derivative )
Parameters
[in,out]selfThe element
[in]stepThe + step from x(i).
[in]stepsThe spatial disc. steps of the intervals \( I_i \) where the values are defined
[in]derivativeDummy parameter (the derivative is 1)
Precondition
The scheme has already been initialized