The Finite Difference Weno Scheme type definition. More...
Data Types | |
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. | |
The Finite Difference Weno Scheme type definition.
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 ) |
Declare a fd_weno_scheme
starting and ending at the specified indices.
[in,out] | self | the element |
[in] | index_start | the starting index, between -max_index and +max_index-1 |
[in] | index_end | the ending index, between -max_index+1 and +max_index |