Home
last modified time | relevance | path

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

/dports/science/sparta/sparta-20Oct2021/src/
H A Dgrid.cpp2347 double alllo[3],allhi[3]; in check_uniform_group() local
2348 MPI_Allreduce(lo,&alllo,3,MPI_DOUBLE,MPI_MIN,world); in check_uniform_group()
2351 corner[0] = alllo[0]; in check_uniform_group()
2352 corner[1] = alllo[1]; in check_uniform_group()
2353 corner[2] = alllo[2]; in check_uniform_group()
2355 nxyz[0] = static_cast<int> ((allhi[0]-alllo[0])/xyzsize[0] + 0.5); in check_uniform_group()
2356 nxyz[1] = static_cast<int> ((allhi[1]-alllo[1])/xyzsize[1] + 0.5); in check_uniform_group()
2357 nxyz[2] = static_cast<int> ((allhi[2]-alllo[2])/xyzsize[2] + 0.5); in check_uniform_group()