Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcmgimpl.h78 PetscReal max_eigen_DinvA[PETSC_MG_MAXLEVELS]; member
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1488 mg->max_eigen_DinvA[pc_gamg->current_level] = emax; in PCGAMGOptimizeProlongator_AGG()
1492 mg->max_eigen_DinvA[pc_gamg->current_level] = 0; in PCGAMGOptimizeProlongator_AGG()
1496 mg->max_eigen_DinvA[pc_gamg->current_level] = 0; in PCGAMGOptimizeProlongator_AGG()
H A Dgamg.c37 mg->max_eigen_DinvA[level] = 0; in PCReset_GAMG()
928 if (mg->max_eigen_DinvA[level] > 0) { in PCSetUp_GAMG()
934 emax = mg->max_eigen_DinvA[level]; in PCSetUp_GAMG()