Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1045 PetscScalar *cpcol_2_parent, *cpcol_2_gid; in fixAggregatesWithSquare() local
1073 PetscCall(VecGetArray(ghostgids2, &cpcol_2_gid)); in fixAggregatesWithSquare()
1086 PetscInt gid = (PetscInt)PetscRealPart(cpcol_2_gid[cpid]); in fixAggregatesWithSquare()
1126 PetscInt gid = (PetscInt)PetscRealPart(cpcol_2_gid[cpid]); in fixAggregatesWithSquare()
1152 PetscCall(VecRestoreArray(ghostgids2, &cpcol_2_gid)); in fixAggregatesWithSquare()