0.6.0
Loading...
Searching...
No Matches
scheme_fourth_o2.f90 File Reference

Data Types

type  mod_finite_differences_scheme_fourth_o2::t_fd_scheme_fourth_o2_backward
 
type  mod_finite_differences_scheme_fourth_o2::t_fd_scheme_fourth_o2_forward
 

Modules

module  mod_finite_differences_scheme_fourth_o2
 Finite Difference Schemes for the third derivative at order 3.
 

Functions/Subroutines

subroutine mod_finite_differences_scheme_fourth_o2::t_fd_scheme_fourth_o2_backward_init (self)
 Init the corresponding scheme.
 
subroutine mod_finite_differences_scheme_fourth_o2::t_fd_scheme_fourth_o2_forward_init (self)
 Init the corresponding scheme.
 
subroutine mod_finite_differences_scheme_fourth_o2::t_fd_scheme_fourth_o2_backward_fill (self, steps)
 Fill the corresponding scheme.
 
subroutine mod_finite_differences_scheme_fourth_o2::t_fd_scheme_fourth_o2_forward_fill (self, steps)
 Fill the corresponding scheme.
 
pure double precision function, dimension(size(h)+1) mod_finite_differences_scheme_fourth_o2::scheme_fourth_o2_forward_compute_weights (h)
 

Variables

type(t_fd_scheme_fourth_o2_backward), target mod_finite_differences_scheme_fourth_o2::fd_scheme_fourth_o2_backward
 
type(t_fd_scheme_fourth_o2_forward), target mod_finite_differences_scheme_fourth_o2::fd_scheme_fourth_o2_forward