Extrapolate from a field known on cells (i,j,k) towards a faces. More...
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 | |
Extrapolate from a field known on cells (i,j,k) towards a faces.
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 ) |
Extrapolate from the cell (i,j,k) the field along the axis
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} |