Finite Difference Rec Schemes for value at order 3 with 3 points. More...
Functions/Subroutines | |
subroutine | t_fd_rec_scheme_zero_o3_forward_init (self) |
Init the corresponding scheme. | |
subroutine | t_fd_rec_scheme_zero_o3_forward_fill (self, steps) |
Fill the corresponding scheme. | |
Variables | |
type(t_fd_rec_scheme_zero_o3_forward), target | fd_rec_scheme_zero_o3_forward |
Finite Difference Rec Schemes for value at order 3 with 3 points.
subroutine mod_finite_differences_rec_scheme_zero_o3::t_fd_rec_scheme_zero_o3_forward_fill | ( | class(t_fd_rec_scheme_zero_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_rec_scheme_zero_o3::t_fd_rec_scheme_zero_o3_forward_init | ( | class(t_fd_rec_scheme_zero_o3_forward), intent(inout) | self | ) |
Init the corresponding scheme.
[in,out] | self | The element |