Home
last modified time | relevance | path

Searched refs:TSErrorWeightedENorm (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c37 PetscCall(TSErrorWeightedENorm(ts, E, X, X, adapt->wnormtype, &enorm, &enorma, &enormr)); in TSAdaptChoose_GLEE()
/petsc/include/
H A Dpetscts.h804 PETSC_EXTERN PetscErrorCode TSErrorWeightedENorm(TS, Vec, Vec, Vec, NormType, PetscReal *, PetscRea…
/petsc/src/ts/interface/
H A Dts.c5287 PetscErrorCode TSErrorWeightedENorm(TS ts, Vec E, Vec U, Vec Y, NormType wnormtype, PetscReal *norm… in TSErrorWeightedENorm() function