PCMGRegisterCoarseSpaceConstructor#
Adds a method to the PCMG
package for coarse space construction.
Synopsis#
#include "petscksp.h"
PetscErrorCode PCMGRegisterCoarseSpaceConstructor(const char name[], PetscErrorCode (*function)(PC pc, PetscInt l, DM dm, KSP smooth, PetscInt Nc, Mat initGuess, Mat *coarseSp))
Not Collective, No Fortran Support
Input Parameters#
name - name of the constructor
function - constructor routine
Calling sequence of function
#
Developer Notes#
How come this is not used by PCGAMG
?
See Also#
KSP: Linear System Solvers, PCMG
, PCMGGetCoarseSpaceConstructor()
, PCRegister()
Level#
advanced
Location#
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages