| /petsc/src/vec/vec/tests/ |
| H A D | ex21.c | 28 PetscCall(VecMax(x, &idx, &value)); in main() 29 PetscCall(VecMax(x, NULL, &value2)); in main()
|
| H A D | ex46.c | 83 PetscCall(VecMax(a, &locmax[0], &max[0])); in VecCompare() 86 PetscCall(VecMax(b, &locmax[1], &max[1])); in VecCompare()
|
| H A D | ex37.c | 105 PetscCall(VecMax(b, &index, &val)); in test_view() 113 PetscCall(VecMax(X, &index, &val)); in test_view() 335 PetscCall(VecMax(X, &index, &real)); in test_axpy_dot_max()
|
| H A D | ex48.c | 385 PetscCall(VecMax(v, NULL, &max)); in testGroupsDatasets()
|
| /petsc/src/vec/vec/tutorials/output/ |
| H A D | ex1_1.out | 2 VecMax 1., VecInd 0
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex72.c | 245 PetscCall(VecMax(max, &idx, &val)); in main() 253 PetscCall(VecMax(max, &idx, &val)); in main() 256 PetscCall(VecMax(max, &idx, &val)); in main() 260 PetscCall(VecMax(l1, &idx, &val)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex11.c | 217 PetscCall(VecMax(uvec, &loc, &max)); in port_lsd_bfbt() 227 PetscCall(VecMax(pvec, &loc, &max)); in port_lsd_bfbt() 237 PetscCall(VecMax(x, &loc, &max)); in port_lsd_bfbt()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 149 PetscCall(VecMax(a, &locmax[0], &max[0])); in VecCompare() 152 PetscCall(VecMax(b, &locmax[1], &max[1])); in VecCompare()
|
| /petsc/src/ksp/ksp/impls/cgs/ |
| H A D | cgs.c | 70 PetscCall(VecMax(RP, max_pos, &vr0max)); in KSPSolve_CGS()
|
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.c | 108 PetscCall(VecMax(mfqP->subpdel, NULL, &maxval)); in gqtwrap() 113 PetscCall(VecMax(mfqP->subpdel, NULL, &maxval)); in gqtwrap() 118 PetscCall(VecMax(mfqP->subpdel, NULL, &maxval)); in gqtwrap() 127 PetscCall(VecMax(mfqP->subpdel, NULL, &maxval)); in gqtwrap() 135 PetscCall(VecMax(mfqP->subpdel, NULL, &maxval)); in gqtwrap() 614 PetscCall(VecMax(mfqP->Xhist[0], NULL, &val)); in TaoSolve_POUNDERS() 620 PetscCall(VecMax(mfqP->Xhist[0], NULL, &val)); in TaoSolve_POUNDERS() 628 PetscCall(VecMax(mfqP->Xhist[0], NULL, &val)); in TaoSolve_POUNDERS()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex1.c | 69 PetscCall(VecMax(x, &maxind, &maxval)); in main()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opusutils.cu | 166 PetscCall(VecMax(z, &j, &normz)); in MatApproximateNorm_Private()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex17.c | 139 PetscCall(VecMax(u, NULL, &vmax)); in main()
|
| H A D | ex9.c | 1364 PetscCall(VecMax(X, &imax, &xmax)); in SolutionStatsView()
|
| /petsc/src/ts/tests/ |
| H A D | ex25.c | 143 PetscCall(VecMax(X, NULL, &xmax)); in Brusselator()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscvec.pxi | 134 PetscErrorCode VecMax(PetscVec, PetscInt*, PetscReal*)
|
| H A D | Vec.pyx | 2232 min, petsc.VecMax 2237 CHKERR(VecMax(self.vec, &ival, &rval))
|
| /petsc/include/ |
| H A D | petscvec.h | 305 PETSC_EXTERN PetscErrorCode VecMax(Vec, PetscInt *, PetscReal *);
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 346 PetscCall(VecMax(v, NULL, &max)); in TSMonitorExtreme()
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 389 PetscCall(VecMax(bx->v[i], &tp, &lv)); in VecMax_Nest()
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 345 PetscCall(VecMax(xin, NULL, &max)); in VecView_MPI_Draw()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex7.c | 626 PetscCall(VecMax(X, &imax, &xmax)); in SolutionStatsView()
|
| H A D | finitevolume1d.c | 674 PetscCall(VecMax(X, &imax, &xmax)); in SolutionStatsView()
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 335 PetscErrorCode VecMax(Vec x, PetscInt *p, PetscReal *val) in VecMax() function
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 722 PetscCall(VecMax(ks, &maxcell, &maxalpha)); in MonitorVelocity()
|