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


Calls

proc~~extrapolate_ghost_points~~CallsGraph proc~extrapolate_ghost_points extrapolate_ghost_points interface~get_index_neighbor mesh_cart_t%get_index_neighbor proc~extrapolate_ghost_points->interface~get_index_neighbor interface~get_n_points_ghost mesh_cart_t%get_n_points_ghost proc~extrapolate_ghost_points->interface~get_n_points_ghost interface~get_size_neighbor mesh_cart_t%get_size_neighbor proc~extrapolate_ghost_points->interface~get_size_neighbor interface~is_ghost_point mesh_cart_t%is_ghost_point proc~extrapolate_ghost_points->interface~is_ghost_point