petsc-3.7.1 2016-05-15
TSGLGetAdapt
gets the TSGLAdapt object from the TS
Synopsis
#include "petscts.h"
PetscErrorCode TSGLGetAdapt(TS ts,TSGLAdapt *adapt)
Not Collective Many br
Input Parameter
ts -the TS context Many br
Output Parameter
adapt -the TSGLAdapt context Many br
Notes
This allows the user set options on the TSGLAdapt object. Usually it is better to do this using the options Many brdatabase, so this function is rarely needed. Many br
Many br
See Also
TSGLAdapt, TSGLAdaptRegister()
Level:advanced
Location:src/ts/impls/implicit/gl/gl.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages