Stencil filling for 3D schemes. More...
Functions/Subroutines | |
| type(t_stencil_3d) function | fill_3d_stencil (dim, scheme_x, scheme_y, scheme_z, steps_x, steps_y, steps_z) |
Stencil filling for 3D schemes.
| type(t_stencil_3d) function mod_finite_differences_3d_stencils::fill_3d_stencil | ( | integer, intent(in) | dim, |
| class(t_fd_scheme), intent(inout) | scheme_x, | ||
| class(t_fd_scheme), intent(inout) | scheme_y, | ||
| class(t_fd_scheme), intent(inout) | scheme_z, | ||
| double precision, dimension(:) | steps_x, | ||
| double precision, dimension(:) | steps_y, | ||
| double precision, dimension(:) | steps_z ) |