version 0.6.0
mod_finite_differences_scheme_sixth_o1 Module Reference

Finite Difference Schemes for the first derivative at order 5. More...

Functions/Subroutines

subroutine t_fd_scheme_sixth_o1_backward_init (self)
 Init the corresponding scheme. More...
 
subroutine t_fd_scheme_sixth_o1_forward_init (self)
 Init the corresponding scheme. More...
 
subroutine t_fd_scheme_sixth_o1_backward_fill (self, steps)
 Fill the corresponding scheme. More...
 
subroutine t_fd_scheme_sixth_o1_forward_fill (self, steps)
 Fill the corresponding scheme. More...
 
pure double precision function, dimension(size(h)+1) scheme_sixth_o1_forward_compute_weights (h)
 

Variables

type(t_fd_scheme_sixth_o1_backward), target fd_scheme_sixth_o1_backward
 
type(t_fd_scheme_sixth_o1_forward), target fd_scheme_sixth_o1_forward
 

Detailed Description

Todo:
MCO: introduce variable steps

Function/Subroutine Documentation

◆ t_fd_scheme_sixth_o1_backward_fill()

subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_backward_fill ( class(t_fd_scheme_sixth_o1_backward), intent(inout)  self,
double precision, dimension(:), intent(in)  steps 
)
Parameters
[in,out]selfThe scheme to fill
[in]stepsThe spatial disc. steps between x(i-5) and x(i)
Precondition
The scheme has already been initialized

◆ t_fd_scheme_sixth_o1_backward_init()

subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_backward_init ( class(t_fd_scheme_sixth_o1_backward), intent(inout)  self)
Parameters
[in,out]selfThe element

◆ t_fd_scheme_sixth_o1_forward_fill()

subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_forward_fill ( class(t_fd_scheme_sixth_o1_forward), intent(inout)  self,
double precision, dimension(:), intent(in)  steps 
)
Parameters
[in,out]selfThe scheme to fill
[in]stepsThe spatial disc. steps between x(i) and x(i+5)
Precondition
The scheme has already been initialized

◆ t_fd_scheme_sixth_o1_forward_init()

subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_forward_init ( class(t_fd_scheme_sixth_o1_forward), intent(inout)  self)
Parameters
[in,out]selfThe element