Discrete derivatives dictionnary. More...
Functions/Subroutines | |
type(t_stencil_1d) function | get_dd_stencil_1d (dd_matrix, dd_vector) |
Return the 1D weights associated to the dd_matrix and dd_vector. | |
type(t_stencil_2d) function | get_dd_stencil_2d (dd_matrix_x, dd_matrix_y, dd_vector_x, dd_vector_y) |
Return the 2D weights associated to the dd_matrices and dd_vectors. | |
type(t_stencil_3d) function | get_dd_stencil_3d (dd_matrix_x, dd_matrix_y, dd_matrix_z, dd_vector_x, dd_vector_y, dd_vector_z) |
Return the 3D weights associated to the dd_matrices and dd_vectors. | |
type(t_stencil_3d) function | get_dd_stencil_2d3d (dd_matrix_x, dd_matrix_y, dd_vector_x, dd_vector_y) |
Return the 3D (pseudo 2D) weights associated to the 2 dd_matrices and dd_vectors. | |
The Discrete Derivatives dictionnary