Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 9 of 9) sorted by relevance

/petsc/doc/changes/
H A D39.md53 checking if user provided MATSHELL matches the Jacobian of a given
107 matches the Jacobian of the function provided to
H A D318.md38 …he pointer passed to communication routines (e.g. `PetscSFBcastBegin()`) matches the corresponding…
/petsc/doc/manual/
H A Dversionchecking.md41 prints out 1 if the PETSc version matches `xxx.yyy[.zzz]` and 0 otherwise. The command works in a s…
H A Dother.md155 parse the file as YAML if it matches certain criteria, for example.
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c457 PetscInt matches[2]; in PetscSFGetWindow() local
460 matches[0] = match ? 1 : 0; in PetscSFGetWindow()
461 matches[1] = match ? -1 : 0; in PetscSFGetWindow()
462 PetscCallMPI(MPIU_Allreduce(matches, all_matches, 2, MPIU_INT, MPI_MAX, wcomm)); in PetscSFGetWindow()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst166 Take extra care that "MyCheckingMacro" exactly matches (including case) the name of the
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1026 …t leafLocalIndices[], PetscInt leafLocalOffset, PetscSection *matchSection, PetscSFNode *matches[]) in PetscSFFindMatchingIndices() argument
1112 *matches = matches_; in PetscSFFindMatchingIndices()
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md119 … finite element space, and uses a Taylor test to check that our Jacobian matches the residual. It …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx1621 If `None`, the local row space matches the global row space.
1624 If `None`, the local column space matches the global column space.