version 0.6.0

Namespaces

module  mod_interpolate_scalar_face_to_cell
 Interpolate scalar from faces to cells.
 
module  mod_interpolate_vector_face_to_cell
 Interpolate vector field from faces to cells.
 
module  mod_interpolate_face_to_edge
 Interpolate scalar from faces to edges.
 
module  mod_interpolate_face_to_face
 Interpolate vector components from faces to faces.
 
module  mod_interpolate_scalar_cell_to_face
 Interpolate scalar from cells to faces.
 
module  mod_interpolate_vector_cell_to_face
 Interpolate a vector field from cells to faces.
 
module  mod_interpolate_field_time
 Interpolate between fields. As most of interpolationg of fields are done in time, the module has been explicitely named with "time".
 
module  mod_interpolate_scalar_cell_to_vertices
 Interpolate scalar from cells to vertices.
 

Functions

subroutine mod_harmonic_viscosity_interpolation::harmonic_viscosity_interpolation (viscosity, viscosity_edge)
 Compute viscosity from cell to edges.
 

Detailed Description

This is module aims to furnish high-level routines that permits the interpolation of whole fields (scalar or face vectors) with various order of precision. It can also be used to interpolate between fields (useful for time interpolation).