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

TSGLEEMode

String with the mode of error estimation for a General Linear with Error Estimation method.

Synopsis

PETSC_EXTERN PetscErrorCode TSGLEEGetType(TS ts,TSGLEEType*);
PETSC_EXTERN PetscErrorCode TSGLEESetType(TS ts,TSGLEEType);
PETSC_EXTERN PetscErrorCode TSGLEERegister(TSGLEEType,PetscInt,PetscInt,PetscInt,PetscReal,const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],const PetscReal[],PetscInt,const PetscReal[]);
PETSC_EXTERN PetscErrorCode TSGLEEFinalizePackage(void);
PETSC_EXTERN PetscErrorCode TSGLEEInitializePackage(void);
PETSC_EXTERN PetscErrorCode TSGLEERegisterDestroy(void);

See Also

TSGLEESetMode(), TS, TSGLEE, TSGLEERegister()

Level

beginner

Location

src/ts/../../include/petscts.h
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages