Fill ghost nodes with homogeneous Neumann boundary conditions for cell scalars. More...
Functions/Subroutines | |
subroutine | explicit_add_cell_bc_nh (scalar) |
Call the explicit_add_cell_bc routine with Neumann homogeneous conditions on every boundary. | |
Fill ghost nodes with homogeneous Neumann boundary conditions for cell scalars.
subroutine mod_explicit_add_cell_bc_nh::explicit_add_cell_bc_nh | ( | double precision, dimension(:,:,:), intent(inout) | scalar | ) |
Call the explicit_add_cell_bc routine with Neumann homogeneous conditions on every boundary.
The extrapolation is done in the first ghost node and represents the extrapolation on the boundary faces.
For compilators support, the 'nh' suffix stands for Neumann homogeneous.
[in,out] | scalar | scalar field |