DMAdaptorGetMixedSetupFunction#
Get the function setting up the mixed problem, if it exists
Synopsis#
#include "petscdmadaptor.h"
PetscErrorCode DMAdaptorGetMixedSetupFunction(DMAdaptor adaptor, PetscErrorCode (**setupFunc)(DMAdaptor, DM))
Not Collective
Input Parameter#
adaptor - the
DMAdaptor
Output Parameter#
setupFunc - the function setting up the mixed problem, or
NULL
See Also#
DMAdaptor
, DMAdaptorSetMixedSetupFunction()
, DMAdaptorAdapt()
Level#
advanced
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages