Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c26 MPI_Comm gcomm; member
202 PetscCall(ISCreateGeneral(dd.gcomm, i, indices, PETSC_COPY_VALUES, &temp_dirichlet)); in ComputeSpecialBoundaryIndices()
278 PetscCall(ISCreateGeneral(dd.gcomm, i, indices, PETSC_COPY_VALUES, &temp_neumann)); in ComputeSpecialBoundaryIndices()
315 …PetscCall(DMDACreate3d(dd.gcomm, bx, by, bz, stype, dd.xm, dd.ym, dd.zm, PETSC_DECIDE, PETSC_DECID… in ComputeMapping()
317 …PetscCall(DMDACreate2d(dd.gcomm, bx, by, stype, dd.xm, dd.ym, PETSC_DECIDE, PETSC_DECIDE, 1, 1, NU… in ComputeMapping()
319 PetscCall(DMDACreate1d(dd.gcomm, bx, dd.xm, 1, 1, NULL, &da)); in ComputeMapping()
326 …PetscCall(ISLocalToGlobalMappingCreate(dd.gcomm, 1, localsize, global_indices, PETSC_OWN_POINTER, … in ComputeMapping()
642 PetscCallMPI(MPI_Comm_rank(dd->gcomm, &rank)); in DomainDecomposition()
721 …PetscCall(MatCreateIS(dd.gcomm, 1, PETSC_DECIDE, PETSC_DECIDE, dd.xm * dd.ym * dd.zm, dd.xm * dd.y… in ComputeMatrix()
815 PetscCall(KSPCreate(dd.gcomm, &temp_ksp)); in ComputeKSPBDDC()
[all …]
/petsc/src/mat/utils/
H A Doverlapsplit.c21 MPI_Comm gcomm, dcomm, scomm; in MatIncreaseOverlapSplit_Single() local
35 PetscCall(PetscObjectGetComm((PetscObject)mat, &gcomm)); in MatIncreaseOverlapSplit_Single()
37 PetscCallMPI(MPI_Comm_compare(gcomm, scomm, &issamecomm)); in MatIncreaseOverlapSplit_Single()
55 PetscCallMPI(MPI_Comm_rank(gcomm, &grank)); in MatIncreaseOverlapSplit_Single()
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj318 …D89D1DB7207AA1AB00FACC19 /* gcomm.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1ACF207AA1A…
1070 …1ACF207AA1A900FACC19 /* gcomm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1841 D89D1ACF207AA1A900FACC19 /* gcomm.c */,
2667 D89D1DB7207AA1AB00FACC19 /* gcomm.c in Sources */,