implementations.problem_classes.boussinesq_helpers.build2DFDMatrix module

get2DMatrix(N, h, bc_hor, bc_ver, order)[source]
get2DMesh(N, x_b, z_b, bc_hor, bc_ver)[source]
get2DUpwindMatrix(N, dx, order)[source]
getBCHorizontal(value, N, dx, bc_hor)[source]
getBCVertical(value, N, dz, bc_ver)[source]