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

Data Types

type  mod_finite_differences_scheme_fourth_o3::t_fd_scheme_fourth_o3_backward
 
type  mod_finite_differences_scheme_fourth_o3::t_fd_scheme_fourth_o3_forward
 

Modules

module  mod_finite_differences_scheme_fourth_o3
 Finite Difference Schemes for the first derivative at order 5.
 

Functions/Subroutines

subroutine mod_finite_differences_scheme_fourth_o3::t_fd_scheme_fourth_o3_backward_init (self)
 Init the corresponding scheme.
 
subroutine mod_finite_differences_scheme_fourth_o3::t_fd_scheme_fourth_o3_forward_init (self)
 Init the corresponding scheme.
 
subroutine mod_finite_differences_scheme_fourth_o3::t_fd_scheme_fourth_o3_backward_fill (self, steps)
 Fill the corresponding scheme.
 
subroutine mod_finite_differences_scheme_fourth_o3::t_fd_scheme_fourth_o3_forward_fill (self, steps)
 Fill the corresponding scheme.
 
pure double precision function, dimension(size(h)+1) mod_finite_differences_scheme_fourth_o3::scheme_fourth_o3_forward_compute_weights (h)
 

Variables

type(t_fd_scheme_fourth_o3_backward), target mod_finite_differences_scheme_fourth_o3::fd_scheme_fourth_o3_backward
 
type(t_fd_scheme_fourth_o3_forward), target mod_finite_differences_scheme_fourth_o3::fd_scheme_fourth_o3_forward