Finite Difference Schemes for the zero'th derivative (the value) More...
Functions/Subroutines | |
subroutine | fd_scheme_zero_init (self) |
Init the corresponding scheme. | |
subroutine | fd_scheme_zero_fill (self, steps) |
Fill the corresponding scheme. | |
Variables | |
type(t_fd_scheme_zero), target | fd_scheme_zero |
This FD scheme can be used when computing coupled cross derivatives.
subroutine mod_finite_differences_scheme_zero::fd_scheme_zero_fill | ( | class(t_fd_scheme_zero), intent(inout) | self, |
double precision, dimension(:), intent(in) | steps ) |
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i-1) and x(i) |
subroutine mod_finite_differences_scheme_zero::fd_scheme_zero_init | ( | class(t_fd_scheme_zero), intent(inout) | self | ) |
[in] | self | The scheme to initialize |