| /petsc/src/mat/tests/ |
| H A D | ex171f.F90 | 24 PetscCallA(VecNormalize(v(1), norm, ierr))
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opusutils.cu | 189 PetscCall(VecNormalize(x, NULL)); in MatApproximateNorm_Private() 193 PetscCall(VecNormalize(y, n)); in MatApproximateNorm_Private() 203 PetscCall(VecNormalize(z, NULL)); in MatApproximateNorm_Private()
|
| /petsc/src/benchmarks/results/ |
| H A D | performance_cfd_2_10 | 469 VecNormalize 10 1.0 2.6925e-01 1.0 1.37e+07 1.0 0.0e+00 0.0e+00 0.0e+00 2 1 0 0 0 10… 494 VecNormalize 10 1.0 1.5537e-02 1.0 2.37e+08 1.0 0.0e+00 0.0e+00 0.0e+00 1 1 0 0 0 2… 520 VecNormalize 10 1.0 1.4759e-02 1.0 2.50e+08 1.0 0.0e+00 0.0e+00 0.0e+00 1 1 0 0 0 2… 549 VecNormalize 10 1.0 1.7439e-02 1.0 2.11e+08 1.0 0.0e+00 0.0e+00 0.0e+00 1 1 0 0 0 2… 576 VecNormalize 10 1.0 2.1596e-02 1.0 1.71e+08 1.0 0.0e+00 0.0e+00 0.0e+00 1 1 0 0 0 3… 602 VecNormalize 10 1.0 1.0886e-02 1.0 3.39e+08 1.0 0.0e+00 0.0e+00 0.0e+00 1 1 0 0 0 2… 629 VecNormalize 10 1.0 1.4853e-02 1.0 2.48e+08 1.0 0.0e+00 0.0e+00 0.0e+00 1 1 0 0 0 2… 656 VecNormalize 10 1.0 1.4474e-02 1.0 2.55e+08 1.0 0.0e+00 0.0e+00 0.0e+00 0 1 0 0 0 4…
|
| H A D | performance_arco1 | 548 VecNormalize 37 1.0 6.7067e-04 1.0 2.49e+08 1.0 0.0e+00 0.0e+00 0.0e+00 0 1 0 0 0 6…
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex34.c | 73 PetscCall(VecNormalize(V, &nrm1)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex67.c | 105 PetscCall(VecNormalize(n, NULL)); in main()
|
| H A D | ex49.c | 1196 PetscCall(VecNormalize(vecs[i], NULL)); in Orthogonalize()
|
| /petsc/src/ksp/ksp/guess/impls/fischer/ |
| H A D | fischer.c | 108 PetscCall(VecNormalize(itg->btilde[0], &norm)); in KSPGuessUpdate_Fischer_1() 123 PetscCall(VecNormalize(itg->btilde[curl], &norm)); in KSPGuessUpdate_Fischer_1()
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmres.c | 97 PetscCall(VecNormalize(VEC_VV(0), &res)); in KSPGMRESCycle() 140 PetscCall(VecNormalize(VEC_VV(it + 1), &tt)); in KSPGMRESCycle()
|
| /petsc/src/mat/interface/ |
| H A D | matnull.c | 155 PetscCall(VecNormalize(vec[i], NULL)); in MatNullSpaceCreateRigidBody()
|
| /petsc/src/ksp/ksp/impls/gmres/pgmres/ |
| H A D | pgmres.c | 26 PetscCall(VecNormalize(VEC_VV(0), &res_norm)); in KSPPGMRESCycle()
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_tut_4.out | 67 VecNormalize 587 1.0 2.0009e-02 1.0 6.63e+07 1.0 0.0e+00 0.0e+00 0.0e+00 1 2 0 0 0 1…
|
| H A D | ex19_tut_6.out | 69 VecNormalize 677 1.0 5.1487e-02 1.2 1.95e+07 1.0 0.0e+00 0.0e+00 6.8e+02 4 2 0 0 44 4…
|
| H A D | ex19_tut_5.out | 69 VecNormalize 123 1.0 1.6305e-03 1.0 4.81e+06 1.0 0.0e+00 0.0e+00 0.0e+00 0 1 0 0 0 0…
|
| H A D | ex19_tut_7.out | 71 VecNormalize 188 1.0 1.3350e-02 1.6 1.95e+06 1.1 0.0e+00 0.0e+00 1.9e+02 2 1 0 0 13 2…
|
| /petsc/src/snes/tutorials/ |
| H A D | ex62.c | 356 PetscCall(VecNormalize(vec, NULL)); in CreatePressureNullSpace()
|
| H A D | ex76.c | 480 PetscCall(VecNormalize(vec, NULL)); in CreatePressureNullSpace()
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 115 PetscCall(VecNormalize(VEC_VV(0), &res_norm)); in KSPDGMRESCycle() 163 PetscCall(VecNormalize(VEC_VV(it + 1), &tt)); in KSPDGMRESCycle()
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmres.c | 461 PetscCall(VecNormalize(VEC_V(0), &ksp->rnorm)); in KSPSolve_AGMRES()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 131 PetscErrorCode VecNormalize(PetscVec, PetscReal*)
|
| H A D | Vec.pyx | 2252 norm, petsc.VecNormalize 2256 CHKERR(VecNormalize(self.vec, &rval))
|
| /petsc/include/ |
| H A D | petscvec.h | 302 PETSC_EXTERN PetscErrorCode VecNormalize(Vec, PetscReal *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex77.c | 681 PetscCall(VecNormalize(vec, NULL)); in CreatePressureNullSpace()
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 283 VecNormalize 61 1.0 4.2675e-03 1.3 4.94e+06 1.0 0.0e+00 0.0e+00 6.1e+01 2 2 0 0 28 5…
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 289 PetscErrorCode VecNormalize(Vec x, PetscReal *val) in VecNormalize() function
|