petsc-3.14.6 2021-03-30
Report Typos and Errors

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

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