TSGetApplicationContext

Gets the user-defined context for the timestepper.

Synopsis

#include "ts.h"  
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()

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