Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c156 …PetscInt *counts, *newproc_idx, ii, jj, kk, strideNew, *tidx, ncrs_new, ncrs_eq_new, nloc_old, exp… in PCGAMGCreateLevel_GAMG() local
333 ncrs_new = ncrs_eq_new / cr_bs; in PCGAMGCreateLevel_GAMG()
345 PetscCall(VecSetSizes(dest_crd, node_data_sz * ncrs_new, PETSC_DECIDE)); in PCGAMGCreateLevel_GAMG()
390 PetscCall(PetscMalloc1(node_data_sz * ncrs_new, &pc_gamg->data)); in PCGAMGCreateLevel_GAMG()
392 pc_gamg->data_sz = node_data_sz * ncrs_new; in PCGAMGCreateLevel_GAMG()
393 strideNew = ncrs_new * ndata_rows; in PCGAMGCreateLevel_GAMG()
397 for (ii = 0; ii < ncrs_new; ii++) { in PCGAMGCreateLevel_GAMG()