Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1047 PetscInt cpid, nghost_2; in fixAggregatesWithSquare() local
1050 PetscCall(VecGetSize(mpimat_2->lvec, &nghost_2)); in fixAggregatesWithSquare()
1077 PetscCall(PetscHMapICreateWithSize(2 * nghost_2 + 1, &gid_cpid)); in fixAggregatesWithSquare()
1078 for (cpid = 0; cpid < nghost_2; cpid++) { in fixAggregatesWithSquare()
1122 for (cpid = 0; cpid < nghost_2; cpid++) { in fixAggregatesWithSquare()