get_scalar_at_grid_point Interface

interface
module subroutine get_scalar_at_grid_point(tpof, i, j, k, l, scalar)

Arguments

Type IntentOptional Attributes Name
class(tpo), intent(inout) :: tpof
integer, intent(in) :: i

index of the desired point

integer, intent(in) :: j

index of the desired point

integer, intent(in) :: k

index of the desired point

integer, intent(in) :: l

Index of the refinement level

double precision, intent(out) :: scalar

Value of the scalar field at

Description

Returns the value of a scalar field at the desired point