GTSCreateContext
This functions creates a GTSContext attached to the given context.
Synopsis
#include "petscts.h"
#include "gsolver.h"
int GTSCreateContext(GTS ts, double ltime, PetscObject ctx, PetscObject *oldCtx)
Collective on GTS
Input Parameters
ts -The GTS
ltime -The time for the context
ctx -The parent context
Output Parameter
oldCtx -The previous GTSContext
Keywords
grid ts, context, create
See Also
GTSDestroyContext(), GTSCreateConstraintContext()
Level:developer
Location:src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages