Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dftest.c24 static PetscErrorCode PetscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int… in PetscTestOwnership() argument
50 static PetscErrorCode PetscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int… in PetscTestOwnership() argument
91 if (fgid == gid[g]) { in PetscTestOwnership()
164 gid_t fgid; in PetscTestFile() local
172 PetscCall(PetscGetFileStat(fname, &fuid, &fgid, &fmode, &exists)); in PetscTestFile()
181 PetscCall(PetscTestOwnership(fname, mode, fuid, fgid, fmode, flg)); in PetscTestFile()
204 gid_t fgid; in PetscTestDirectory() local
212 PetscCall(PetscGetFileStat(dirname, &fuid, &fgid, &fmode, &exists)); in PetscTestDirectory()
218 PetscCall(PetscTestOwnership(dirname, mode, fuid, fgid, fmode, flg)); in PetscTestDirectory()
/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c258 PetscInt colIndex, Iend, fgid; in MatCoarsenApply_MISK_private() local
266 PetscCall(PetscCDIntNdGetID(pos, &fgid)); in MatCoarsenApply_MISK_private()
268 PetscCall(MatSetValues(Prols[iterIdx], 1, &fgid, 1, &colIndex, &one, INSERT_VALUES)); in MatCoarsenApply_MISK_private()
/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c299 const PetscInt fgid = flid + myFine0; in triangulateAndFormProl() local
386 PetscInt jj = cgid * bs, ii = fgid * bs; /* need to gloalize */ in triangulateAndFormProl()
467 PetscInt fgid = clid_lid_1[kk] + my0; in getGIDsOnSquareGraph() local
469 PetscCall(VecSetValues(locState, 1, &fgid, &v, INSERT_VALUES)); /* set with PID */ in getGIDsOnSquareGraph()