Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 20 of 20) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex55.c8 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 Dex56.c11 …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 Dtree.js170 if(compare(matInfo[j].endtag,matInfo[indexOfCurrentSmallest].endtag) == -1) {
181 function compare(endtag1, endtag2) function
/petsc/src/vec/is/sf/tests/
H A Dex18.c10 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 Dloghandler.c212 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 DREADME.md19 The tool can create and compare ABI dumps for header files and shared objects of a library. The ABI…
/petsc/doc/changes/
H A D2016.md6 - Added the option -compare option for incremental debugging; see
H A D320.md30 - Add `PetscStrcmpAny()` to compare against multiple non-empty strings
/petsc/src/vec/vec/tests/
H A Dex48.c123 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 Dtesting.md53 - 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 Dstreams.md242 …tioner, `PCGAMG` and Krylov accelerator GMRES. Strong scaling is used to compare with the STREAMS …
H A Dsnes.md917 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 Dperformance.md239 demonstrate, compare the full output of `make streams` from {any}`subsec_bandwidth_vs_processes` fi…
H A Dother.md964 it is easier to compare the file you are editing to the function definition this way.
H A Dtao.md3030 so application problems may conveniently switch solvers to compare
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1480 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 DIS.pyx607 The index set to compare indices with.
H A DVec.pyx1776 Vector to compare with.
H A DMat.pyx2373 Matrix to compare against. Uses ``self`` if `None`.
/petsc/doc/
H A Dpetsc.bib9727 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.