version 0.6.0

Extrapolate from a field known on cells (i,j,k) towards a faces.

Functions/Subroutines

double precision function extrapolate_cell_to_face_generic (field, scheme, i, j, k, axis)
 Extrapolate from the cell (i,j,k) the field along the axis More...
 

Function/Subroutine Documentation

◆ extrapolate_cell_to_face_generic()

double precision function mod_extrapolate_cell_to_face::extrapolate_cell_to_face_generic ( double precision, dimension(:,:,:), intent(in)  field,
class(t_ext_scheme), intent(inout)  scheme,
integer, intent(in)  i,
integer, intent(in)  j,
integer, intent(in)  k,
integer, intent(in)  axis 
)
Parameters
fieldThe field defined on the cells
[in,out]schemethe extrapolation scheme (forward or backward)
i,j,kThe index of the cell
axisThe axis (direction) {1,2,3} for {u,v,w}
Returns
The extrapolation of field from the cell i,j,k along the given axis to the previous (i/j/k) or next (i/j/k+1) face