0.6.0
Loading...
Searching...
No Matches
dd_weights.f90 File Reference

Modules

module  mod_discrete_derivative_weights
 Discrete derivatives dictionnary.
 

Functions/Subroutines

type(t_stencil_1d) function mod_discrete_derivative_weights::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 mod_discrete_derivative_weights::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 mod_discrete_derivative_weights::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 mod_discrete_derivative_weights::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.