get_coordinates Function

public pure function get_coordinates(self, i, j, k) result(xloc)

Get the physical location of a cell center with i,j,k local indices

Type Bound

mesh_t

Arguments

Type IntentOptional Attributes Name
class(mesh_t), intent(in) :: self
integer, intent(in) :: i
integer, intent(in) :: j
integer, intent(in) :: k

Return Value real(kind=dp), dimension(3)