Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c384 PetscCall(VecStrideNormAll(YNtmp, NORM_INFINITY, inorms)); in SNESSolve_NEWTONTRDC()
/petsc/include/
H A Dpetscvec.h336 PETSC_EXTERN PetscErrorCode VecStrideNormAll(Vec, NormType, PetscReal[]);
/petsc/src/vec/vec/utils/
H A Dvinv.c414 PetscErrorCode VecStrideNormAll(Vec v, NormType ntype, PetscReal nrm[]) in VecStrideNormAll() function