|
| subroutine, public | mod_add_cell_bc_noghost::add_cell_bc_noghost (matrix, rhs, boundary_condition, equation_stencil, equation_ls_map) |
| | Set boundary condition to a cell-discretized linear system (without ghost cells)
|
| |
| subroutine | mod_add_cell_bc_noghost::add_cell_bc_noghost_rec (matrix, rhs, boundary_condition, equation_stencil, equation_ls_map) |
| | Set Robin boundary condition using ghost cells and polynomial extrapolation.
|
| |
| subroutine | mod_add_cell_bc_noghost::apply_extrapolation_on_matrix (matrix, rhs, ia, l, ghost_offsets, target_offsets, g, coefficients) |
| | Inject ghost cell contributions into the system matrix and RHS.
|
| |