Finite Difference Schemes for the first derivative at order 5.
More...
|
type(t_fd_scheme_sixth_o1_backward), target | fd_scheme_sixth_o1_backward |
|
type(t_fd_scheme_sixth_o1_forward), target | fd_scheme_sixth_o1_forward |
|
- Todo
- MCO: introduce variable steps
◆ t_fd_scheme_sixth_o1_backward_fill()
subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_backward_fill |
( |
class(t_fd_scheme_sixth_o1_backward), intent(inout) | self, |
|
|
double precision, dimension(:), intent(in) | steps ) |
- Parameters
-
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i-5) and x(i) |
- Precondition
- The scheme has already been initialized
◆ t_fd_scheme_sixth_o1_backward_init()
subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_backward_init |
( |
class(t_fd_scheme_sixth_o1_backward), intent(inout) | self | ) |
|
◆ t_fd_scheme_sixth_o1_forward_fill()
subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_forward_fill |
( |
class(t_fd_scheme_sixth_o1_forward), intent(inout) | self, |
|
|
double precision, dimension(:), intent(in) | steps ) |
- Parameters
-
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i) and x(i+5) |
- Precondition
- The scheme has already been initialized
◆ t_fd_scheme_sixth_o1_forward_init()
subroutine mod_finite_differences_scheme_sixth_o1::t_fd_scheme_sixth_o1_forward_init |
( |
class(t_fd_scheme_sixth_o1_forward), intent(inout) | self | ) |
|