Searched refs:locmax (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex46.c | 77 PetscInt locmin[2], locmax[2]; in VecCompare() local 83 PetscCall(VecMax(a, &locmax[0], &max[0])); in VecCompare() 86 PetscCall(VecMax(b, &locmax[1], &max[1])); in VecCompare() 90 …ntf(PETSC_COMM_WORLD, " max(a) = %+1.2e [loc %" PetscInt_FMT "]\n", (double)max[0], locmax[0])); in VecCompare() 93 …ntf(PETSC_COMM_WORLD, " max(b) = %+1.2e [loc %" PetscInt_FMT "]\n", (double)max[1], locmax[1])); in VecCompare()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 143 PetscInt locmin[2], locmax[2]; in VecCompare() local 149 PetscCall(VecMax(a, &locmax[0], &max[0])); in VecCompare() 152 PetscCall(VecMax(b, &locmax[1], &max[1])); in VecCompare() 156 …ntf(PETSC_COMM_WORLD, " max(a) = %+1.2e [loc %" PetscInt_FMT "]\n", (double)max[0], locmax[0])); in VecCompare() 159 …ntf(PETSC_COMM_WORLD, " max(b) = %+1.2e [loc %" PetscInt_FMT "]\n", (double)max[1], locmax[1])); in VecCompare()
|