version 0.6.0
mod_finite_differences_scheme_third_o2 Module Reference

Finite Difference Schemes for third derivative at order 2.

Functions/Subroutines

subroutine t_fd_scheme_third_o2_backward_init (self)
 Init the corresponding scheme. More...
 
subroutine t_fd_scheme_third_o2_backward_fill (self, steps)
 Fill the corresponding scheme. More...
 
subroutine t_fd_scheme_third_o2_forward_init (self)
 Init the corresponding scheme. More...
 
subroutine t_fd_scheme_third_o2_forward_fill (self, steps)
 Fill the corresponding scheme. More...
 

Variables

type(t_fd_scheme_third_o2_backward), target fd_scheme_third_o2_backward
 
type(t_fd_scheme_third_o2_forward), target fd_scheme_third_o2_forward
 

Function/Subroutine Documentation

◆ t_fd_scheme_third_o2_backward_fill()

subroutine mod_finite_differences_scheme_third_o2::t_fd_scheme_third_o2_backward_fill ( class(t_fd_scheme_third_o2_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-1) and x(i+1)
Precondition
The scheme has already been initialized
Todo:
MCO: implement the variable step formula

◆ t_fd_scheme_third_o2_backward_init()

subroutine mod_finite_differences_scheme_third_o2::t_fd_scheme_third_o2_backward_init ( class(t_fd_scheme_third_o2_backward), intent(inout)  self)
Parameters
[in,out]selfThe element

◆ t_fd_scheme_third_o2_forward_fill()

subroutine mod_finite_differences_scheme_third_o2::t_fd_scheme_third_o2_forward_fill ( class(t_fd_scheme_third_o2_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-1) and x(i+1)
Precondition
The scheme has already been initialized
Todo:
MCO: implement the variable step formula

◆ t_fd_scheme_third_o2_forward_init()

subroutine mod_finite_differences_scheme_third_o2::t_fd_scheme_third_o2_forward_init ( class(t_fd_scheme_third_o2_forward), intent(inout)  self)
Parameters
[in,out]selfThe element