PCMGCoarseSpaceConstructorFn#
A function prototype for functions registered with PCMGRegisterCoarseSpaceConstructor()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode PCMGCoarseSpaceConstructorFn(PC pc, PetscInt l, DM dm, KSP smooth, PetscInt Nc, Mat initGuess, Mat *coarseSp);
Calling Sequence#
See Also#
KSP: Linear System Solvers, PCMGRegisterCoarseSpaceConstructor()
, PCMGGetCoarseSpaceConstructor()
Level#
beginner
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages