Modules | |
| module | mod_extrapolate_cells_to_cells_neumann |
| Extrapolate the field defined on cells onto faces. This is used whenever you need to compute what would be the Dirichlet boundary value associated to the Neumann condition, given a field inside the domain. Order 2 version. | |
Functions/Subroutines | |
| subroutine | mod_extrapolate_cells_to_cells_neumann::extrapolate_cells_to_cells_neumann_generic (field, scheme, axis, index, neumann_value, extrapolated_value) |
| Extrapolate the field defined on cells to the previous/next cells with a the Neumann conditions known at the destination cells. | |