|
| procedure, pass(self) | apply (self, step, steps, values) |
| | Apply the corresponding scheme.
|
| |
| procedure, pass(self) | init (self) |
| | Declare a int_weno_scheme starting and ending at the specified indices.
|
| |
| procedure(int_weno_scheme_apply), deferred, pass(self) | apply (self, step, steps, values) |
| | Init the scheme with its stencil.
|
| |
◆ apply()
| procedure, pass(self) mod_interpolation_weno_dscheme_o5::t_int_weno_dscheme_o5_backward::apply |
( |
class(t_int_weno_dscheme_o5_backward), intent(in) | self, |
|
|
double precision, intent(in) | step, |
|
|
double precision, dimension(:), intent(in) | steps, |
|
|
double precision, dimension(:), intent(in) | values ) |
Apply the corresponding scheme.
- Parameters
-
| [in,out] | self | The element |
| [in] | step | The + step from x(i). It has to be < (x(i+1)-x(i)) |
| [in] | steps | The spatial disc. steps between x(i-2) and x(i+2) |
| [in] | values | The discrete values (at points) of the function |
- Precondition
- The scheme has already been initialized
◆ direction()
| procedure, nopass mod_interpolation_weno_dscheme_o5::t_int_weno_dscheme_o5_backward::direction |
|
staticvirtual |
◆ index_end()
| procedure, nopass mod_interpolation_weno_dscheme_o5::t_int_weno_dscheme_o5_backward::index_end |
|
staticvirtual |
◆ index_start()
| procedure, nopass mod_interpolation_weno_dscheme_o5::t_int_weno_dscheme_o5_backward::index_start |
|
staticvirtual |
The documentation for this type was generated from the following file: