petsc-3.7.1 2016-05-15
Report Typos and Errors

TSAdaptCandidatesGet

Get the list of candidate orders of accuracy and cost

Synopsis

#include "petscts.h" 
PetscErrorCode TSAdaptCandidatesGet(TSAdapt adapt,PetscInt *n,const PetscInt **order,const PetscInt **stageorder,const PetscReal **ccfl,const PetscReal **cost)
Not Collective Many br

Input Arguments

adapt -time step adaptivity context Many br

Output Arguments

n - number of candidate schemes, always at least 1 Many br
order - the order of each candidate scheme Many br
stageorder - the stage order of each candidate scheme Many br
ccfl - the CFL coefficient of each scheme Many br
cost - the relative cost of each scheme Many br

Many br

Note

The current scheme is always returned in the first slot Many br

See Also

TSAdaptCandidatesClear(), TSAdaptCandidateAdd(), TSAdaptChoose()

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