Modules | |
| module | mod_extrapolate_cell_to_cell_neumann |
| Extrapolate cell values toward other cells (usualy ghost cells) with Neumann condition. | |
Functions/Subroutines | |
| double precision function | mod_extrapolate_cell_to_cell_neumann::extrapolate_cell_to_cell_neumann (field, scheme, i, j, k, axis, derivative_value) |
Extrapolate from the cell (i,j,k) the field along the axis with a constraining Neumann condition to the previous/next cell (depending on the scheme used). | |