PCAIRSetReuseAmount#
Sets how much data PCAIR stores when reusing the sparsity of the multigrid hierarchy
Synopsis#
PETSC_EXTERN PetscErrorCode PCAIRSetReuseAmount(PC pc, PetscInt input_int)
Logically Collective
Input Parameters#
pc - the
PCAIRpreconditioner contextinput_int - the amount of data to store when
-pc_air_reuse_sparsityis enabled
Options Database Key#
-pc_air_reuse_amount amount - how much data to store when
-pc_air_reuse_sparsityis enabled: 1 stores only the CF splitting and parallel repartitioning, 2 additionally stores everything needed to reuse sparsity in the SpGEMMs, and 3 stores everything; defaults to 3
See Also#
KSP: Linear System Solvers, PCAIR, PCAIRGetReuseAmount(), PCAIRSetReuseSparsity()
Level#
advanced
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages