Searched refs:PCMGGetGridComplexity (Results 1 – 4 of 4) sorted by relevance
464 PETSC_EXTERN PetscErrorCode PCMGGetGridComplexity(PC, PetscReal *, PetscReal *);
153 - Add `PCMGGetGridComplexity()` to get operator and grid complexity of MG hierarchy
1306 PetscErrorCode PCMGGetGridComplexity(PC pc, PetscReal *gc, PetscReal *oc) in PCMGGetGridComplexity() function
1735 PetscCall(PCMGGetGridComplexity(pc, &gc, &oc)); in PCView_GAMG()