Searched refs:PCGAMGSetLowMemoryFilter (Results 1 – 5 of 5) sorted by relevance
311 PetscCall(PCGAMGSetLowMemoryFilter(pc, PETSC_TRUE)); in main()
115 - Add `PCGAMGSetLowMemoryFilter()` with corresponding option `-pc_gamg_low_memory_threshold_filter`…
374 PETSC_EXTERN PetscErrorCode PCGAMGSetLowMemoryFilter(PC, PetscBool);
190 PetscErrorCode PCGAMGSetLowMemoryFilter(PC pc, PetscBool b) in PCGAMGSetLowMemoryFilter() function
1107 > See `PCGAMGSetLowMemoryFilter()`.