Extrapolate faces outside boundaries. More...
Functions/Subroutines | |
subroutine | extrapolate_faces_outside_boundaries (field, fd_order) |
Extrapolate the cell field outside the boundaries of the domain (in the ghost cells) | |
subroutine | extrapolate_faces_outside_boundaries_generic (field, backward_scheme, forward_scheme) |
Extrapolate the face field outside the boundaries of the domain (in the ghost faces) | |
Extrapolate faces outside boundaries.
subroutine mod_extrapolate_faces_outside_boundaries::extrapolate_faces_outside_boundaries | ( | type(t_face_field), intent(inout) | field, |
integer, intent(in) | fd_order ) |
Extrapolate the cell field outside the boundaries of the domain (in the ghost cells)
[in,out] | field | The input field |
fd_order | The order \({1,2,3,4}\) |
(isu,*,*)
to (ieu,*,*)
(*,jsv,*)
to (*,jev,*)
(*,*,ksw)
to (*,*,kew)
subroutine mod_extrapolate_faces_outside_boundaries::extrapolate_faces_outside_boundaries_generic | ( | type(t_face_field), intent(inout) | field, |
class(t_ext_scheme), intent(inout) | backward_scheme, | ||
class(t_ext_scheme), intent(inout) | forward_scheme ) |
Extrapolate the face field outside the boundaries of the domain (in the ghost faces)
[in,out] | field | The input field |
[in,out] | backward_scheme | The backward scheme |
[in,out] | forward_scheme | The forward scheme |
(isu,*,*)
to (ieu,*,*)
(*,jsv,*)
to (*,jev,*)
(*,*,ksw)
to (*,*,kew)