0.6.0
Loading...
Searching...
No Matches
mod_finite_differences_3d_stencils Module Reference

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)
 

Detailed Description

Stencil filling for 3D schemes.

Function/Subroutine Documentation

◆ fill_3d_stencil()

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 )