TSGetOptionsPrefix#
Sets the prefix used for searching for all TS
options in the database.
Synopsis#
#include "petscts.h"
PetscErrorCode TSGetOptionsPrefix(TS ts, const char *prefix[])
Not Collective
Input Parameter#
ts - The
TS
context
Output Parameter#
prefix - A pointer to the prefix string used
Fortran Note#
The user should pass in a string ‘prefix’ of sufficient length to hold the prefix.
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSAppendOptionsPrefix()
, TSSetFromOptions()
Level#
intermediate
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages