Lines Matching refs:current_level
88 …_gamg->level_reduction_factors[pc_gamg->current_level] == 0 && PetscDefined(HAVE_CUDA) && pc_gamg-… in PCGAMGCreateLevel_GAMG()
116 } else if (pc_gamg->level_reduction_factors[pc_gamg->current_level] > 0) { in PCGAMGCreateLevel_GAMG()
117 if (nactive < pc_gamg->level_reduction_factors[pc_gamg->current_level]) { in PCGAMGCreateLevel_GAMG()
121 …current_level] == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "odd number of active process %d wrt reducti… in PCGAMGCreateLevel_GAMG()
122 new_size = nactive / pc_gamg->level_reduction_factors[pc_gamg->current_level]; in PCGAMGCreateLevel_GAMG()
123 …cObject)pc)->prefix, new_size, nactive, pc_gamg->level_reduction_factors[pc_gamg->current_level])); in PCGAMGCreateLevel_GAMG()
143 …PetscCall(PetscLogEventBegin(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0… in PCGAMGCreateLevel_GAMG()
145 …PetscCall(PetscLogEventEnd(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0)); in PCGAMGCreateLevel_GAMG()
188 …PetscCall(PetscLogEventBegin(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0… in PCGAMGCreateLevel_GAMG()
190 …PetscCall(PetscLogEventEnd(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0)); in PCGAMGCreateLevel_GAMG()
200 …PetscCall(PetscLogEventBegin(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0… in PCGAMGCreateLevel_GAMG()
202 …PetscCall(PetscLogEventEnd(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0)); in PCGAMGCreateLevel_GAMG()
465 …PetscCall(PetscLogEventBegin(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0… in PCGAMGCreateLevel_GAMG()
467 …PetscCall(PetscLogEventEnd(petsc_gamg_setup_matmat_events[pc_gamg->current_level][1], 0, 0, 0, 0)); in PCGAMGCreateLevel_GAMG()
509 …are Graph on level %" PetscInt_FMT "\n", ((PetscObject)a_pc)->prefix, pc_gamg->current_level + 1)); in PCGAMGSquareGraph_GAMG()
512 …ll(PetscSNPrintf(addp, sizeof(addp), "pc_gamg_square_%" PetscInt_FMT "_", pc_gamg->current_level)); in PCGAMGSquareGraph_GAMG()
521 …PetscCall(PetscLogEventBegin(petsc_gamg_setup_matmat_events[pc_gamg->current_level][0], 0, 0, 0, 0… in PCGAMGSquareGraph_GAMG()
523 …PetscCall(PetscLogEventEnd(petsc_gamg_setup_matmat_events[pc_gamg->current_level][0], 0, 0, 0, 0)); in PCGAMGSquareGraph_GAMG()
662 pc_gamg->current_level = level; in PCSetUp_GAMG()
1978 pc_gamg->current_level = 0; /* don't need to init really */ in PCCreate_GAMG()