Searched refs:PetscCDIntNdGetID (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 109 PetscErrorCode PetscCDIntNdGetID(const PetscCDIntNd *a_this, PetscInt *a_gid) in PetscCDIntNdGetID() function 380 PetscCall(PetscCDIntNdGetID(n, &gid)); in PetscCDGetASMBlocks() 848 PetscCall(PetscCDIntNdGetID(pos, &ghost_idx)); in MatCoarsenApply_HEM_private() 851 PetscCall(PetscCDIntNdGetID(pos, &lid0)); in MatCoarsenApply_HEM_private() 913 PetscCall(PetscCDIntNdGetID(pos, &gid)); in MatCoarsenApply_HEM_private() 1079 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenApply_HEM_private() 1120 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenApply_HEM_private() 1139 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenApply_HEM_private() 1197 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenView_HEM()
|
| /petsc/src/mat/graphops/coarsen/impls/misk/ |
| H A D | misk.c | 27 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in PetscCoarsenDataView_private() 266 PetscCall(PetscCDIntNdGetID(pos, &fgid)); in MatCoarsenApply_MISK_private() 338 PetscCall(PetscCDIntNdGetID(pos, &gidj)); in MatCoarsenApply_MISK_private()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 580 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in formProl0() 895 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in fixAggregatesWithSquare() 912 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in fixAggregatesWithSquare() 976 PetscCall(PetscCDIntNdGetID(pos, &gid)); in fixAggregatesWithSquare() 1020 PetscCall(PetscCDIntNdGetID(pos, &gid)); in fixAggregatesWithSquare() 1105 PetscCall(PetscCDIntNdGetID(pos, &gid)); in fixAggregatesWithSquare() 1135 PetscCall(PetscCDIntNdGetID(pos, &gidj)); in fixAggregatesWithSquare()
|
| H A D | geo.c | 293 PetscCall(PetscCDIntNdGetID(pos, &flid)); in triangulateAndFormProl()
|
| /petsc/src/mat/graphops/coarsen/impls/mis/ |
| H A D | mis.c | 298 PetscCall(PetscCDIntNdGetID(pos, &gid1)); in MatCoarsenView_MIS()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1655 PETSC_EXTERN PetscErrorCode PetscCDIntNdGetID(const PetscCDIntNd *, PetscInt *);
|