Searched refs:matches (Results 1 – 9 of 9) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 39.md | 53 checking if user provided MATSHELL matches the Jacobian of a given 107 matches the Jacobian of the function provided to
|
| H A D | 318.md | 38 …he pointer passed to communication routines (e.g. `PetscSFBcastBegin()`) matches the corresponding…
|
| /petsc/doc/manual/ |
| H A D | versionchecking.md | 41 prints out 1 if the PETSc version matches `xxx.yyy[.zzz]` and 0 otherwise. The command works in a s…
|
| H A D | other.md | 155 parse the file as YAML if it matches certain criteria, for example.
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 457 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 D | README.rst | 166 Take extra care that "MyCheckingMacro" exactly matches (including case) the name of the
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1026 …t leafLocalIndices[], PetscInt leafLocalOffset, PetscSection *matchSection, PetscSFNode *matches[]) in PetscSFFindMatchingIndices() argument 1112 *matches = matches_; in PetscSFFindMatchingIndices()
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 119 … 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 D | Mat.pyx | 1621 If `None`, the local row space matches the global row space. 1624 If `None`, the local column space matches the global column space.
|