version 0.6.0
type_fd_weno_scheme Module Reference

The Finite Difference Weno Scheme type definition.

Data Types

interface  fd_weno_scheme_init
 Apply a scheme to given discrete values. This has to be overriden by each scheme. More...
 
type  t_fd_weno_scheme
 The Finite Difference Weno type. More...
 

Functions/Subroutines

subroutine weno_scheme_declare_stencil (self, index_start, index_end)
 Declare a fd_weno_scheme starting and ending at the specified indices. More...
 

Function/Subroutine Documentation

◆ weno_scheme_declare_stencil()

subroutine type_fd_weno_scheme::weno_scheme_declare_stencil ( class(t_fd_weno_scheme), intent(inout)  self,
integer, intent(in)  index_start,
integer, intent(in)  index_end 
)
Parameters
[in,out]selfthe element
[in]index_startthe starting index, between -max_index and +max_index-1
[in]index_endthe ending index, between -max_index+1 and +max_index