implementations.problem_classes.boussinesq_helpers.buildFDMatrix module

getBCLeft(value, N, dx, type, order)[source]
getBCRight(value, N, dx, type, order)[source]
getMatrix(N, dx, bc_left, bc_right, order)[source]
getUpwindMatrix(N, dx, order)[source]