get_index_neighbor Interface

interface
public pure module function get_index_neighbor(self, ishift, jshift, ind)

Arguments

Type IntentOptional Attributes Name
class(mesh_cart_t), intent(in) :: self

Instance of the type

integer, intent(in) :: ishift

Shift in horizontal direction w.r.t. point ind

integer, intent(in) :: jshift

Shift in vertical direction w.r.t. point ind

integer, intent(in) :: ind

Mesh index

Return Value integer