Modules | |
| module | mod_interpolate_scalar_cell_to_vertices |
| Interpolate scalar from cells to vertices. | |
Functions/Subroutines | |
| subroutine | mod_interpolate_scalar_cell_to_vertices::interpolate_scalar_cell_to_vertices (field_cell, field_vertices, order) |
| Interpolate at the cell's vertices the field stored at cell centers. | |
| subroutine | mod_interpolate_scalar_cell_to_vertices::interpolate_scalar_cell_to_vertices_generic (field_cell, field_vertices, scheme) |
| Interpolate at the cell's vertices the field stored at cell centers IMPORTANT: the field needs to be known one cell outside the boundary (see extrapolation) field_vertices is of size (NX+1)x(NY+1)x(NZ+1) with null values on the boundaries. | |