DMKSPGetCreateOperators#
get KSP matrix creation function
Synopsis#
#include "petscksp.h"
PetscErrorCode DMKSPGetCreateOperators(DM dm, KSPCreateOperatorsFn **func, PetscCtx ctx)
Not Collective
Input Parameter#
Output Parameters#
func - matrix creation function, for calling sequence see
KSPCreateOperatorsFnctx - context for matrix creation
See Also#
KSP: Linear System Solvers, DMKSP, DM, KSP, DMKSPSetCreateOperators(), DMKSPSetComputeOperators(), KSPCreateOperatorsFn
Level#
developer
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages