petsc-3.10.5 2019-03-28
DMAdaptorGetSequenceLength
Gets the number of sequential adaptations
Synopsis
#include "petscdmadaptor.h"
PetscErrorCode DMAdaptorGetSequenceLength(DMAdaptor adaptor, PetscInt *num)
Not collective
Input Parameter
adaptor -The DMAdaptor object
Output Parameter
num -The number of adaptations
Keywords
DMAdaptor, convergence
See Also
DMAdaptorSetSequenceLength(), 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