Lines Matching refs:lid_parent_gid
842 PetscScalar *cpcol_1_state, *cpcol_2_state, *cpcol_2_par_orig, *lid_parent_gid; in fixAggregatesWithSquare() local
856 PetscCall(PetscMalloc3(nloc, &lid_state, nloc, &lid_parent_gid, nloc, &lid_cprowID_1)); in fixAggregatesWithSquare()
883 lid_parent_gid[lid] = -1.0; in fixAggregatesWithSquare()
914 if (gid1 >= my0 && gid1 < Iend) lid_parent_gid[gid1 - my0] = (PetscScalar)(lid + my0); in fixAggregatesWithSquare()
940 PetscScalar v = lid_parent_gid[kk]; in fixAggregatesWithSquare()
965 …if (statej == DELETED && (sgid = (PetscInt)PetscRealPart(lid_parent_gid[lidj])) != lid + my0) { /*… in fixAggregatesWithSquare()
966 …lid_parent_gid[lidj] = (PetscScalar)(lid + my0); /* s… in fixAggregatesWithSquare()
998 PetscInt sgidold = (PetscInt)PetscRealPart(lid_parent_gid[lid]); in fixAggregatesWithSquare()
1010 lid_parent_gid[lid] = (PetscScalar)statej; /* send who selected */ in fixAggregatesWithSquare()
1054 …= my0; kk < nloc; kk++, j++) PetscCall(VecSetValues(tempVec, 1, &j, &lid_parent_gid[kk], INSERT_VA… in fixAggregatesWithSquare()
1157 PetscCall(PetscFree3(lid_state, lid_parent_gid, lid_cprowID_1)); in fixAggregatesWithSquare()