Finite Difference Schemes for first derivative at order 3. More...
Functions/Subroutines | |
subroutine | t_fd_scheme_first_o3_backward_init (self) |
Init the corresponding scheme. | |
subroutine | t_fd_scheme_first_o3_backward_fill (self, steps) |
Fill the corresponding scheme. | |
subroutine | t_fd_scheme_first_o3_forward_init (self) |
Init the corresponding scheme. | |
subroutine | t_fd_scheme_first_o3_forward_fill (self, steps) |
Fill the corresponding scheme. | |
Variables | |
type(t_fd_scheme_first_o3_backward), target | fd_scheme_first_o3_backward |
type(t_fd_scheme_first_o3_forward), target | fd_scheme_first_o3_forward |
Finite Difference Schemes for first derivative at order 3.
subroutine mod_finite_differences_scheme_first_o3::t_fd_scheme_first_o3_backward_fill | ( | class(t_fd_scheme_first_o3_backward), intent(inout) | self, |
double precision, dimension(:), intent(in) | steps ) |
Fill the corresponding scheme.
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i-3) and x(i) |
subroutine mod_finite_differences_scheme_first_o3::t_fd_scheme_first_o3_backward_init | ( | class(t_fd_scheme_first_o3_backward), intent(inout) | self | ) |
Init the corresponding scheme.
[in,out] | self | The element |
subroutine mod_finite_differences_scheme_first_o3::t_fd_scheme_first_o3_forward_fill | ( | class(t_fd_scheme_first_o3_forward), intent(inout) | self, |
double precision, dimension(:), intent(in) | steps ) |
Fill the corresponding scheme.
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i) and x(i+3) |
subroutine mod_finite_differences_scheme_first_o3::t_fd_scheme_first_o3_forward_init | ( | class(t_fd_scheme_first_o3_forward), intent(inout) | self | ) |
Init the corresponding scheme.
[in,out] | self | The element |