Home
last modified time | relevance | path

Searched refs:VecNormAvailable (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex53.c54 PetscCall(VecNormAvailable(x, NORM_2, &available, &norm_after)); in main()
58 PetscCall(VecNormAvailable(x, NORM_2, &available, &norm_after)); in main()
/petsc/src/vec/vec/interface/
H A Drvector.c211 PetscCall(VecNormAvailable(x, type, &flg, val)); in VecNorm()
258 PetscErrorCode VecNormAvailable(Vec x, NormType type, PetscBool *available, PetscReal *val) in VecNormAvailable() function
510 PetscCall(VecNormAvailable(x, NORM_2, &set, &norm)); in VecSetAsync_Private()
H A Dvector.c2108 PetscCall(VecNormAvailable(xin, NORM_2, &flg, NULL)); in VecSetInf()
/petsc/include/
H A Dpetscvec.h300 PETSC_EXTERN PetscErrorCode VecNormAvailable(Vec, NormType, PetscBool *, PetscReal *);
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c897 PetscCall(VecNormAvailable(ksp->vec_sol, NORM_2, &flg, &norm)); in KSPSolve_Private()