Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex58.c18 PetscCall(PetscGlobalMinMaxInt(PETSC_COMM_WORLD, li, gi)); in main()
20 PetscCall(PetscGlobalMinMaxInt(PETSC_COMM_WORLD, li, li)); in main()
31 PetscCall(PetscGlobalMinMaxInt(PETSC_COMM_WORLD, li, gi)); in main()
/petsc/src/sys/utils/
H A Dmpiu.c148 PetscErrorCode PetscGlobalMinMaxInt(MPI_Comm comm, const PetscInt minMaxVal[2], PetscInt minMaxValG… in PetscGlobalMinMaxInt() function
/petsc/src/dm/interface/
H A Ddmi.c158 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)gs), bsLocal, bsMinMax)); in PetscSectionSelectFields_Private()
509 PetscCall(PetscGlobalMinMaxInt(comm, bsLocal, bsMinMax)); in DMCreateSectionSuperDM()
H A Ddm.c1151 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm), bsLocal, bsMinMax)); in DMGetLocalToGlobalMapping()
/petsc/src/ksp/pc/impls/mg/
H A Dgdsw.c254 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)A), cbs, cbs)); in PCMGGDSWCreateCoarseSpace_Private()
/petsc/src/vec/vec/utils/
H A Dvscat.c811 PetscCall(PetscGlobalMinMaxInt(bigcomm, m, mg)); in VecScatterCreate()
/petsc/src/vec/is/is/interface/
H A Dindex.c90 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)subset), lbounds, gbounds)); in ISRenumber()
/petsc/include/
H A Dpetscsys.h1684 PETSC_EXTERN PetscErrorCode PetscGlobalMinMaxInt(MPI_Comm, const PetscInt[2], PetscInt[2]);
/petsc/src/dm/impls/plex/
H A Dplex.c1685 PetscCall(PetscGlobalMinMaxInt(comm, locMinMax, sizes)); in DMPlexView_Ascii()
1688 PetscCall(PetscGlobalMinMaxInt(comm, locMinMax, hybsizes)); in DMPlexView_Ascii()
1692 PetscCall(PetscGlobalMinMaxInt(comm, locMinMax, ghostsizes)); in DMPlexView_Ascii()
2999 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm), bsLocal, bsMinMax)); in DMCreateMatrix_Plex()
10907 PetscCall(PetscGlobalMinMaxInt(PetscObjectComm((PetscObject)dm), bsLocal, bsMinMax)); in DMCreateSubDomainDM_Plex()
/petsc/src/dm/label/
H A Ddmlabel.c1375 PetscCall(PetscGlobalMinMaxInt(comm, minmax_values_loc, minmax_values)); in DMLabelGetValueISGlobal()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2463 PetscCall(PetscGlobalMinMaxInt(comm, locMinMax, sizes)); in DMView_Swarm_Ascii()