Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscconvest.h29 PETSC_EXTERN PetscErrorCode PetscConvEstComputeError(PetscConvEst, PetscInt, DM, Vec, PetscReal[]);
/petsc/src/ts/utils/
H A Dtsconvest.c78 PetscCall(PetscConvEstComputeError(ce, r, ce->idm, u, &ce->errors[r * Nf])); in PetscConvEstGetConvRateTS_Temporal_Private()
203 PetscCall(PetscConvEstComputeError(ce, r, dm[r], u, &ce->errors[r * Nf])); in PetscConvEstGetConvRateTS_Spatial_Private()
/petsc/src/snes/utils/
H A Dconvest.c187 PetscErrorCode PetscConvEstComputeError(PetscConvEst ce, PetscInt r, DM dm, Vec u, PetscReal errors… in PetscConvEstComputeError() function
402 PetscCall(PetscConvEstComputeError(ce, r, dm[r], u, &ce->errors[r * ce->Nf])); in PetscConvEstGetConvRateSNES_Private()