Home
last modified time | relevance | path

Searched refs:PCGAMGSetLowMemoryFilter (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex56.c311 PetscCall(PCGAMGSetLowMemoryFilter(pc, PETSC_TRUE)); in main()
/petsc/doc/changes/
H A D321.md115 - Add `PCGAMGSetLowMemoryFilter()` with corresponding option `-pc_gamg_low_memory_threshold_filter`…
/petsc/include/
H A Dpetscpc.h374 PETSC_EXTERN PetscErrorCode PCGAMGSetLowMemoryFilter(PC, PetscBool);
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c190 PetscErrorCode PCGAMGSetLowMemoryFilter(PC pc, PetscBool b) in PCGAMGSetLowMemoryFilter() function
/petsc/doc/manual/
H A Dksp.md1107 > See `PCGAMGSetLowMemoryFilter()`.