Home
last modified time | relevance | path

Searched refs:allhi (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
2349 MPI_Allreduce(hi,&allhi,3,MPI_DOUBLE,MPI_MAX,world); 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()