#include "petscpc.h" PetscErrorCode PCHMGSetReuseInterpolation(PC pc, PetscBool reuse)Logically Collective on PC
pc | - the HMG context | |
reuse | - True indicates that HMG will reuse the interpolations |
-pc_hmg_reuse_interpolation <true | false> | - Whether or not to reuse the interpolations. If true, it potentially save the compute time. |