Home
last modified time | relevance | path

Searched refs:findDistance (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tutorials/network/
H A Dex2.c27 PetscReal findDistance(PetscReal x1, PetscReal x2, PetscReal y1, PetscReal y2) in findDistance() function
73 dist = findDistance(x[i], x[j], y[i], y[j]); in random_network()
82 dist = findDistance(x[i], x[j], y[i], y[j]); in random_network()