version 0.6.0
mod_interpolation_weno_scheme_o4_reconstruction Module Reference

Interpolation WENO Reconstruction Centered Schemes at order 4.

Functions/Subroutines

double precision function t_int_weno_scheme_o4_reconstruction_centered_apply (self, step, steps, values)
 Apply the corresponding scheme. More...
 
double precision function t_int_weno_scheme_o4_2_reconstruction_centered_apply (self, step, steps, values)
 Apply the corresponding scheme. More...
 

Variables

type(t_int_weno_scheme_o4_reconstruction_centered), target int_weno_scheme_o4_reconstruction_centered
 
type(t_int_weno_scheme_o4_2_reconstruction_centered), target int_weno_scheme_o4_2_reconstruction_centered
 

Function/Subroutine Documentation

◆ t_int_weno_scheme_o4_2_reconstruction_centered_apply()

double precision function mod_interpolation_weno_scheme_o4_reconstruction::t_int_weno_scheme_o4_2_reconstruction_centered_apply ( class(t_int_weno_scheme_o4_2_reconstruction_centered), 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_scheme_o4_reconstruction_centered_apply()

double precision function mod_interpolation_weno_scheme_o4_reconstruction::t_int_weno_scheme_o4_reconstruction_centered_apply ( class(t_int_weno_scheme_o4_reconstruction_centered), 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