TSGetApplicationContext

Gets the user-defined context for the timestepper.

Synopsis

int TSGetApplicationContext( TS ts,  void **usrP )
Not Collective

Input Parameter

ts -the TS context obtained from TSCreate()

Output Parameter

usrP -user context

Keywords

TS, timestep, get, application, context

See Also

TSSetApplicationContext()

Location: src/ts/interface/ts.c
Time Stepping
Table of Contents