Extrapolate from a field known on cells (i,j,k) towards a faces.
◆ 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
-
| field | The field defined on the cells |
[in,out] | scheme | the extrapolation scheme (forward or backward) |
| i,j,k | The index of the cell |
| axis | The 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