version 0.6.0
mod_interpolation_weno_dscheme_o2z_reconstruction Module Reference

Interpolation WENO Reconstruction Derivativ Schemes at order 2.

Functions/Subroutines

pure integer function t_int_weno_dscheme_o2z_rec_start ()
 
pure integer function t_int_weno_dscheme_o2z_rec_end ()
 
double precision function t_int_weno_dscheme_o2z_rec_backward_apply (self, step, steps, values)
 Apply the corresponding scheme. More...
 
double precision function t_int_weno_dscheme_o2z_rec_forward_apply (self, step, steps, values)
 Apply the corresponding scheme. More...
 

Variables

type(t_int_weno_dscheme_o2z_rec_backward), target int_weno_dscheme_o2z_rec_backward
 
type(t_int_weno_dscheme_o2z_rec_forward), target int_weno_dscheme_o2z_rec_forward
 

Function/Subroutine Documentation

◆ t_int_weno_dscheme_o2z_rec_backward_apply()

double precision function mod_interpolation_weno_dscheme_o2z_reconstruction::t_int_weno_dscheme_o2z_rec_backward_apply ( class(t_int_weno_dscheme_o2z_rec_backward), intent(in)  self,
double precision, intent(in)  step,
double precision, dimension(:), intent(in)  steps,
double precision, dimension(:), intent(in)  values 
)
Parameters
[in,out]selfThe element
[in]stepThe + step from x(i). It has to be < (x(i+1)-x(i))
[in]stepsThe spatial disc. steps of the intervals \( I_i \) where the mean values are defined
[in]valuesThe discrete (mean) values of the function
Precondition
The scheme has already been initialized

◆ t_int_weno_dscheme_o2z_rec_forward_apply()

double precision function mod_interpolation_weno_dscheme_o2z_reconstruction::t_int_weno_dscheme_o2z_rec_forward_apply ( class(t_int_weno_dscheme_o2z_rec_forward), intent(in)  self,
double precision, intent(in)  step,
double precision, dimension(:), intent(in)  steps,
double precision, dimension(:), intent(in)  values 
)
Parameters
[in,out]selfThe element
[in]stepThe - step from x(i)
[in]stepsThe spatial disc. steps between x(i-2) and x(i+2)
[in]valuesThe discrete (mean) values of the function
Precondition
The scheme has already been initialized