GTSSetTimeDependence

Sets the explicit time dependence of a field.

Synopsis

#include "petscts.h" 
#include "gsolver.h" 
int GTSSetTimeDependence(GTS ts, int field, PetscTruth flag)
Collective on GTS

Input Parameters

ts -The grid TS
field -The field
flag -Indicates whether or not the field has explicit time dependence

Keywords

grid ts, get

See Also

GTSGetTimeDependence()

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