Finite Difference Schemes for the first derivative at order 4. More...
Functions/Subroutines | |
subroutine | t_fd_scheme_first_o4_backward_init (self) |
Init the corresponding scheme. | |
subroutine | fd_scheme_first_o4_centered_init (self) |
Init the corresponding scheme. | |
subroutine | t_fd_scheme_first_o4_forward_init (self) |
Init the corresponding scheme. | |
subroutine | t_fd_scheme_first_o4_backward_fill (self, steps) |
Fill the corresponding scheme. | |
subroutine | fd_scheme_first_o4_centered_fill (self, steps) |
Fill the corresponding scheme. | |
subroutine | t_fd_scheme_first_o4_forward_fill (self, steps) |
Fill the corresponding scheme. | |
Finite Difference Schemes for the first derivative at order 4.
subroutine mod_finite_differences_scheme_first_o4::fd_scheme_first_o4_centered_fill | ( | class(t_fd_scheme_first_o4_centered), 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-2) and x(i+2) |
subroutine mod_finite_differences_scheme_first_o4::fd_scheme_first_o4_centered_init | ( | class(t_fd_scheme_first_o4_centered), intent(inout) | self | ) |
Init the corresponding scheme.
[in,out] | self | The element |
subroutine mod_finite_differences_scheme_first_o4::t_fd_scheme_first_o4_backward_fill | ( | class(t_fd_scheme_first_o4_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-4) and x(i) |
subroutine mod_finite_differences_scheme_first_o4::t_fd_scheme_first_o4_backward_init | ( | class(t_fd_scheme_first_o4_backward), intent(inout) | self | ) |
Init the corresponding scheme.
[in,out] | self | The element |
subroutine mod_finite_differences_scheme_first_o4::t_fd_scheme_first_o4_forward_fill | ( | class(t_fd_scheme_first_o4_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+4) |
subroutine mod_finite_differences_scheme_first_o4::t_fd_scheme_first_o4_forward_init | ( | class(t_fd_scheme_first_o4_forward), intent(inout) | self | ) |
Init the corresponding scheme.
[in,out] | self | The element |