Modules | |
| module | mod_extrapolate_cells_to_faces_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_faces_neumann::extrapolate_cells_to_faces_neumann_generic (field, scheme, axis, index, neumann_value, extrapolated_value) |
| Extrapolate the field defined on cells to the previous/next faces with a the Neumann conditions known at the destination faces. | |