Finite Difference Schemes for second derivative at order 4. More...
Functions/Subroutines | |
| subroutine | fd_scheme_second_o4_centered_init (self) |
| Init the corresponding scheme. | |
| subroutine | fd_scheme_second_o4_centered_fill (self, steps) |
| Fill the corresponding scheme. | |
| subroutine | t_fd_scheme_second_o4_backward_init (self) |
| Init the corresponding scheme. | |
| subroutine | t_fd_scheme_second_o4_forward_init (self) |
| Init the corresponding scheme. | |
| subroutine | t_fd_scheme_second_o4_backward_fill (self, steps) |
| Fill the corresponding scheme. | |
| subroutine | t_fd_scheme_second_o4_forward_fill (self, steps) |
| Fill the corresponding scheme. | |
| pure double precision function, dimension(size(h)+1) | scheme_second_o4_forward_compute_weights (h) |
Finite Difference Schemes for second derivative at order 4.
| subroutine mod_finite_differences_scheme_second_o4::fd_scheme_second_o4_centered_fill | ( | class(t_fd_scheme_second_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_second_o4::fd_scheme_second_o4_centered_init | ( | class(t_fd_scheme_second_o4_centered), intent(inout) | self | ) |
Init the corresponding scheme.
| [in,out] | self | The element |
| subroutine mod_finite_differences_scheme_second_o4::t_fd_scheme_second_o4_backward_fill | ( | class(t_fd_scheme_second_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-5) and x(i) |
| subroutine mod_finite_differences_scheme_second_o4::t_fd_scheme_second_o4_backward_init | ( | class(t_fd_scheme_second_o4_backward), intent(inout) | self | ) |
Init the corresponding scheme.
| [in,out] | self | The element |
| subroutine mod_finite_differences_scheme_second_o4::t_fd_scheme_second_o4_forward_fill | ( | class(t_fd_scheme_second_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+5) |
| subroutine mod_finite_differences_scheme_second_o4::t_fd_scheme_second_o4_forward_init | ( | class(t_fd_scheme_second_o4_forward), intent(inout) | self | ) |
Init the corresponding scheme.
| [in,out] | self | The element |