petsc-3.9.4 2018-09-11
DMAdaptorGetSolver
Gets the solver used to produce discrete solutions
Synopsis
#include "petscdmadaptor.h"
PetscErrorCode DMAdaptorGetSolver(DMAdaptor adaptor, SNES *snes)
Not collective
Input Parameter
adaptor -The DMAdaptor object
Output Parameter
snes -The solver
Keywords
DMAdaptor, convergence
See Also
DMAdaptorSetSolver(), DMAdaptorCreate(), DMAdaptorAdapt()
Level
intermediate
Location
src/snes/utils/dmadapt.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages