PCGAMG: move subtype pointers to _PCGAMGOps.
Avoid stomping on user subtype preference in PCSetFromOptions_GAMG.
Subtype function pointers are now cleared by PCGAMGSetType to avoid lingering from t
PCGAMG: move subtype pointers to _PCGAMGOps.
Avoid stomping on user subtype preference in PCSetFromOptions_GAMG.
Subtype function pointers are now cleared by PCGAMGSetType to avoid lingering from the last type in cases where not all pointers get set. Also store the type name to help with debugging and diagnostic output.
show more ...
|