TSGLLEAdaptSetType#
Sets the type of a TSGLLEAdapt step-size and order adaptivity object
Synopsis#
#include "petscts.h"
PetscErrorCode TSGLLEAdaptSetType(TSGLLEAdapt adapt, TSGLLEAdaptType type)
Logically Collective
Input Parameters#
adapt - the
TSGLLEAdaptcontexttype - the name of the adaptivity scheme, e.g.
TSGLLEADAPT_NONE,TSGLLEADAPT_SIZE,TSGLLEADAPT_BOTH
See Also#
TS: Scalable ODE and DAE Solvers, TSGLLE, TSGLLEAdapt, TSGLLEAdaptCreate(), TSGLLEAdaptType, TSGLLEAdaptRegister()
Level#
intermediate
Location#
src/ts/impls/implicit/glle/glleadapt.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages