Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpc.h464 PETSC_EXTERN PetscErrorCode PCMGGetGridComplexity(PC, PetscReal *, PetscReal *);
/petsc/doc/changes/
H A D317.md153 - Add `PCMGGetGridComplexity()` to get operator and grid complexity of MG hierarchy
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c1306 PetscErrorCode PCMGGetGridComplexity(PC pc, PetscReal *gc, PetscReal *oc) in PCMGGetGridComplexity() function
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c1735 PetscCall(PCMGGetGridComplexity(pc, &gc, &oc)); in PCView_GAMG()