GTSUpdate
This is a general purpose function which is called at the beginning of every time step. It currently calculates the mesh acceleration and moves the mesh.
Synopsis
#include "petscts.h"
#include "gsolver.h"
int GTSUpdate(GTS ts, PetscReal t, PetscReal *dt)
Collective on GTS
Input Parameters
ts -The GTS context
t -The current time
Output Parameter
dt -The current time step
Keywords
grid ts, timestep
See Also
GTSPreStep(), GTSPostStep()
Level:advanced
Location:src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages