Home
last modified time | relevance | path

Searched refs:cpcol_2_parent (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
1060 PetscCall(VecGetArray(ghostparents2, &cpcol_2_parent)); in fixAggregatesWithSquare()
1082 PetscInt sgid_new = (PetscInt)PetscRealPart(cpcol_2_parent[cpid]); in fixAggregatesWithSquare()
1123 PetscInt sgid_new = (PetscInt)PetscRealPart(cpcol_2_parent[cpid]); in fixAggregatesWithSquare()
1151 PetscCall(VecRestoreArray(ghostparents2, &cpcol_2_parent)); in fixAggregatesWithSquare()