0.6.0
Loading...
Searching...
No Matches

Reconstruction Schemes at order 3 The scheme is defined in the interval [-1:+1]. More...

Functions/Subroutines

subroutine compute_stencil (self, step, steps, derivative)
 Compute the stencil for the rec_o4 scheme.
 

Variables

type(t_rec_scheme_o3), target rec_scheme_o3
 

Detailed Description

Reconstruction Schemes at order 3 The scheme is defined in the interval [-1:+1].

Function/Subroutine Documentation

◆ compute_stencil()

subroutine mod_rec_scheme_o3::compute_stencil ( class(t_rec_scheme_o3), intent(inout) self,
double precision, intent(in) step,
double precision, dimension(:), intent(in) steps,
integer, intent(in), optional derivative )

Compute the stencil for the rec_o4 scheme.

Note
This version is almost twice faster than the generic one.