Searched refs:myCrs0 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | agg.c | 1287 PetscInt myCrs0, nbnodes = 0, *flid_fgid; in PCGAMGConstructProlongator_AGG() local 1336 PetscCall(MatGetOwnershipRangeColumn(Prol, &myCrs0, &kk)); in PCGAMGConstructProlongator_AGG() 1338 …myCrs0) % col_bs == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "(kk %" PetscInt_FMT " -myCrs0 %" PetscInt… in PCGAMGConstructProlongator_AGG() 1339 myCrs0 = myCrs0 / col_bs; in PCGAMGConstructProlongator_AGG() 1340 …myCrs0) == nLocalSelected, PETSC_COMM_SELF, PETSC_ERR_PLIB, "(kk %" PetscInt_FMT "/col_bs %" Petsc… in PCGAMGConstructProlongator_AGG() 1396 …PetscCall(formProl0(agg_lists, bs, col_bs, myCrs0, nbnodes, data_w_ghost, flid_fgid, &data_out, Pr… in PCGAMGConstructProlongator_AGG()
|
| H A D | geo.c | 446 PetscInt idx, num_fine_ghosts, num_crs_ghost, myCrs0; in getGIDsOnSquareGraph() local 454 PetscCallMPI(MPI_Scan(&kk, &myCrs0, 1, MPIU_INT, MPI_SUM, comm)); in getGIDsOnSquareGraph() 455 myCrs0 -= nselected_1; in getGIDsOnSquareGraph() 468 PetscScalar v = (PetscScalar)(kk + myCrs0); in getGIDsOnSquareGraph()
|