petsc-3.7.1 2016-05-15
Report Typos and Errors

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 Many br

Input Parameter

ts -The TS context Many br

Output Parameter

prefix -A pointer to the prefix string used Many br

Notes: On the fortran side, the user should pass in a string 'prifix' of Many brsufficient length to hold the prefix. Many br

Many br

Keywords

TS, get, options, prefix, database

See Also

TSAppendOptionsPrefix()

Level:intermediate
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages