Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1048 PetscHMapI gid_cpid; in fixAggregatesWithSquare() local
1077 PetscCall(PetscHMapICreateWithSize(2 * nghost_2 + 1, &gid_cpid)); in fixAggregatesWithSquare()
1088 PetscCall(PetscHMapISet(gid_cpid, gid, cpid)); in fixAggregatesWithSquare()
1107 PetscCall(PetscHMapIGet(gid_cpid, gid, &cpid)); in fixAggregatesWithSquare()
1119 PetscCall(PetscHMapIDestroy(&gid_cpid)); in fixAggregatesWithSquare()