Searched refs:gminmax (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmmbimpl.h | 51 PetscInt gminmax[2], lminmax[2]; /* Local and global min/max in the ID sequence */ member
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 1086 …PetscCallMPI(MPIU_Allreduce(&dmmoab->lminmax[0], &dmmoab->gminmax[0], 1, MPI_INT, MPI_MIN, ((Petsc… in DMSetUp_Moab() 1087 …PetscCallMPI(MPIU_Allreduce(&dmmoab->lminmax[1], &dmmoab->gminmax[1], 1, MPI_INT, MPI_MAX, ((Petsc… in DMSetUp_Moab() 1090 …for (i = 0; i < totsize; ++i) dmmoab->gsindices[i] -= dmmoab->gminmax[0]; /* zero based index need… in DMSetUp_Moab() 1091 dmmoab->lminmax[0] -= dmmoab->gminmax[0]; in DMSetUp_Moab() 1092 dmmoab->lminmax[1] -= dmmoab->gminmax[0]; in DMSetUp_Moab() 1094 …tscInt_FMT "]\n", dmmoab->lminmax[0], dmmoab->lminmax[1], dmmoab->gminmax[0], dmmoab->gminmax[1])); in DMSetUp_Moab()
|