Searched refs:gsum (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 134 PetscInt64 loc[7], gsum[6], gmax[6], gmin[6], totbenign; in PCView_BDDC() local 199 gsum[0] = 1; in PCView_BDDC() 200 gsum[1] = gsum[2] = gsum[3] = gsum[4] = gsum[5] = 0; in PCView_BDDC() 208 … PetscCallMPI(MPI_Reduce(loc, gsum, 6, MPIU_INT64, MPI_SUM, 0, PetscObjectComm((PetscObject)pc))); in PCView_BDDC() 221 … PetscCall(PetscViewerASCIIPrintf(viewer, " Active processes : %" PetscInt64_FMT "\n", gsum[0])); in PCView_BDDC() 222 … PetscCall(PetscViewerASCIIPrintf(viewer, " Total subdomains : %" PetscInt64_FMT "\n", gsum[5])); in PCView_BDDC() 225 …tscInt64_FMT "\t%" PetscInt64_FMT "\t%" PetscInt64_FMT "\n", gmin[1], gmax[1], gsum[1] / gsum[0])); in PCView_BDDC() 226 …tscInt64_FMT "\t%" PetscInt64_FMT "\t%" PetscInt64_FMT "\n", gmin[2], gmax[2], gsum[2] / gsum[0])); in PCView_BDDC() 227 …tscInt64_FMT "\t%" PetscInt64_FMT "\t%" PetscInt64_FMT "\n", gmin[3], gmax[3], gsum[3] / gsum[0])); in PCView_BDDC() 228 …tscInt64_FMT "\t%" PetscInt64_FMT "\t%" PetscInt64_FMT "\n", gmin[4], gmax[4], gsum[4] / gsum[0])); in PCView_BDDC()
|
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glle.c | 728 PetscReal sum = 0.0, gsum; in TSGLLEVecNormWRMS() local 738 …PetscCallMPI(MPIU_Allreduce(&sum, &gsum, 1, MPIU_REAL, MPIU_SUM, PetscObjectComm((PetscObject)ts))… in TSGLLEVecNormWRMS() 740 *nrm = PetscSqrtReal(gsum / (1. * N)); in TSGLLEVecNormWRMS()
|