Modules | |
| module | type_int_weno_fast_scheme |
| The fast Interpolation/Reconstruction WENO scheme type definition. The efficiency is based on: | |
Functions/Subroutines | |
| subroutine | type_int_weno_fast_scheme::t_int_weno_fast_scheme_init (self) |
| Initialize a 1D point interpolant. | |
| subroutine | type_int_weno_fast_scheme::t_int_weno_fast_scheme_precompute (self) |
| Init the corresponding scheme The WENO3 backward scheme (offcentered) is evaluated in the [x(i);x(i+1)] interval. There are thus 2 points behind and 1 points after. | |
| double precision function | type_int_weno_fast_scheme::t_int_weno_fast_scheme_apply_dummy (self, step, steps, values) |
| Unused function (present for architecture needs). | |