The Interpolation/Reconstruction WENO Scheme type definition This definition of the WENO Scheme is based on a Finite Volume principle, and is thus a reconstuction, where the mean value of the data is known for a cell, contrary to interpolation based on node values. The difference is subtle and only happens in the associated weights.
|
subroutine | int_weno_scheme_init (self) |
| Declare a int_weno_scheme starting and ending at the specified indices.
|
|
◆ int_weno_scheme_init()
subroutine type_int_weno_scheme::int_weno_scheme_init |
( |
class(t_int_weno_scheme), intent(inout) | self | ) |
|