#include "petscts.h" PetscErrorCode TSEvaluateWLTE(TS ts,NormType wnormtype,PetscInt *order,PetscReal *wlte)Collective on TS
ts | - time stepping context | |
wnormtype | - norm type, either NORM_2 or NORM_INFINITY |
order | - optional, desired order for the error evaluation or PETSC_DECIDE; on output, the actual order of the error evaluation |
wlte | - the weighted local truncation error norm |