extrapolate_ghost_points Subroutine

public subroutine extrapolate_ghost_points(mesh, u)

Extrapolates ghost points via inverse distance extrapolation

Arguments

Type IntentOptional Attributes Name
type(mesh_cart_t), intent(in) :: mesh

Mesh

real(kind=FP), intent(inout), dimension(mesh%get_n_points()) :: u

Variable for which ghost points are set