version 0.6.0

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.

Data Types

type  t_int_weno_scheme
 The WENO Interpolation type. More...
 

Functions/Subroutines

subroutine int_weno_scheme_init (self)
 Declare a int_weno_scheme starting and ending at the specified indices. More...
 

Function/Subroutine Documentation

◆ int_weno_scheme_init()

subroutine type_int_weno_scheme::int_weno_scheme_init ( class(t_int_weno_scheme), intent(inout)  self)
Parameters
[in,out]selfthe element