GTSGetTimeDependence

Determines whether or not a field has explicit time dependence.

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSGetTimeDependence(GTS ts, int field, PetscTruth *flag)
Not collective

Input Parameters

ts -The grid TS
field -The field

Output Parameter

flag -Indicates whether or not the field has explicit time dependence

Keywords

grid ts, get

See Also

GTSSetTimeDependence()

Level:intermediate
Location:
src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages