| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex55.c | 8 PetscBool compare; /* Compare the meshes using DMPlexEqual() */ member 22 options->compare = PETSC_FALSE; in ProcessOptions() 33 …", "Compare the meshes using DMPlexEqual()", "ex55.c", options->compare, &options->compare, NULL)); in ProcessOptions() 254 if (user.compare) { in main()
|
| H A D | ex56.c | 11 …PetscBool compare; /* Compare the meshes using DMPlexEqual() and DMCompareLa… member 27 options->compare = PETSC_FALSE; in ProcessOptions() 38 …meshes using DMPlexEqual() and DMCompareLabels()", EX, options->compare, &options->compare, NULL)); in ProcessOptions() 167 if (options->compare) { in CompareMeshes()
|
| /petsc/share/petsc/saws/js/ |
| H A D | tree.js | 170 if(compare(matInfo[j].endtag,matInfo[indexOfCurrentSmallest].endtag) == -1) { 181 function compare(endtag1, endtag2) function
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex18.c | 10 PetscBool compare; member 26 ctx->compare = PETSC_FALSE; in GetOptions() 34 PetscCall(PetscOptionsGetBool(NULL, NULL, "-compare_to_reference", &ctx->compare, NULL)); in GetOptions() 227 …PetscSFConcatenateRootMode mode = ctx->compare ? ctx->rootMode : PETSCSF_CONCATENATE_ROOTMODE_LOCA… in CreateSFs_Regular() 333 if (ctx->compare) { in main()
|
| /petsc/src/sys/logging/handler/interface/ |
| H A D | loghandler.c | 212 PetscMPIInt h_comm_world, compare; in PetscLogHandlerEventSync() local 214 PetscCallMPI(MPI_Comm_compare(h_comm, comm, &compare)); in PetscLogHandlerEventSync() 216 …PetscCheck(h_comm_world != MPI_UNEQUAL || compare != MPI_UNEQUAL, comm, PETSC_ERR_SUP, "PetscLogHa… in PetscLogHandlerEventSync()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 19 The tool can create and compare ABI dumps for header files and shared objects of a library. The ABI…
|
| /petsc/doc/changes/ |
| H A D | 2016.md | 6 - Added the option -compare option for incremental debugging; see
|
| H A D | 320.md | 30 - Add `PetscStrcmpAny()` to compare against multiple non-empty strings
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 123 static inline PetscErrorCode compare(PetscDataType dt, void *ptr0, void *ptr1, PetscBool *flg) in compare() function 315 PetscCall(compare(c->types[t], ptr0, c->vals[t], &flg)); in CapsuleReadAndCompareAttributes()
|
| /petsc/doc/developers/ |
| H A D | testing.md | 53 - one or more `diff` tests to compare output with the expected result 144 compare with `output_file`. 175 to compare to expected results. 335 Using both options in tandem allows one to use the normal `output:` mechanism to compare
|
| /petsc/doc/manual/ |
| H A D | streams.md | 242 …tioner, `PCGAMG` and Krylov accelerator GMRES. Strong scaling is used to compare with the STREAMS …
|
| H A D | snes.md | 917 users can employ the option `-snes_test_jacobian` to compare the 919 generally catch obvious problems. One can compare the elements of the
|
| H A D | performance.md | 239 demonstrate, compare the full output of `make streams` from {any}`subsec_bandwidth_vs_processes` fi…
|
| H A D | other.md | 964 it is easier to compare the file you are editing to the function definition this way.
|
| H A D | tao.md | 3030 so application problems may conveniently switch solvers to compare
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 1480 PetscBool isTrans, isHTrans, compare; in MatGetTranspose_TransposeVirtual() local 1492 compare = (PetscBool)(isTrans || isHTrans); in MatGetTranspose_TransposeVirtual() 1493 if (compare) { in MatGetTranspose_TransposeVirtual() 1508 } while (compare); in MatGetTranspose_TransposeVirtual()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | IS.pyx | 607 The index set to compare indices with.
|
| H A D | Vec.pyx | 1776 Vector to compare with.
|
| H A D | Mat.pyx | 2373 Matrix to compare against. Uses ``self`` if `None`.
|
| /petsc/doc/ |
| H A D | petsc.bib | 9727 QUADFLOW. We compare the use of exact Jacobians and Jacobians numerically 10113 annote = {Uses PETSc's high quality parallel algorithms to provide a framework to compare 11370 and compare eight solvers on a set of seven box-models used in present day models.
|