petsc-3.7.1 2016-05-15
TSAdaptCreate
create an adaptive controller context for time stepping
Synopsis
#include "petscts.h"
PetscErrorCode TSAdaptCreate(MPI_Comm comm,TSAdapt *inadapt)
Collective on MPI_Comm Many br
Input Parameter
comm -The communicator Many br
Output Parameter
adapt -new TSAdapt object Many br
Many br
Notes
TSAdapt creation is handled by TS, so users should not need to call this function. Many br
Keywords
TSAdapt, create
See Also
TSGetAdapt(), TSAdaptSetType(), TSAdaptDestroy()
Level:developer
Location:src/ts/adapt/interface/tsadapt.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages