TSGLLEAdaptCreate#

Create a TSGLLEAdapt step-size and order adaptivity object

Synopsis#

#include "petscts.h" 
PetscErrorCode TSGLLEAdaptCreate(MPI_Comm comm, TSGLLEAdapt *inadapt)

Collective

Input Parameter#

  • comm - the MPI communicator

Output Parameter#

Note#

Typically this is not called by users; use TSGetAdapt() on the enclosing TS instead.

See Also#

TS: Scalable ODE and DAE Solvers, TSGLLE, TSGLLEAdapt, TSGLLEAdaptSetType(), TSGLLEAdaptDestroy()

Level#

intermediate

Location#

src/ts/impls/implicit/glle/glleadapt.c

Implementations#

TSGLLEAdaptCreate_None() in src/ts/impls/implicit/glle/glleadapt.c
TSGLLEAdaptCreate_Size() in src/ts/impls/implicit/glle/glleadapt.c
TSGLLEAdaptCreate_Both() in src/ts/impls/implicit/glle/glleadapt.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages