version 0.6.0
Loading...
Searching...
No Matches

Extrapolate from a field known on faces (u,v,w) towards a cell's edges.

Functions/Subroutines

double precision function extrapolate_face_to_edge_generic (scheme, field, i, j, k, axis)
 Extrapolate from the face (i,j,k) the field to the edge along the axis
 

Function/Subroutine Documentation

◆ extrapolate_face_to_edge_generic()

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