Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/overview/
H A Dgpu_roadmap.md13 PETSc uses a single source programming model where solver back-ends are selected as
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx159 The routine which ends the global to local scatter.
223 The routine which ends the local to global scatter.
287 The routine which ends the local to local scatter.
/petsc/doc/community/meetings/2025/
H A Dindex.md17 - Wednesday, May 21 - Meeting (ends around 5pm)
/petsc/doc/manual/
H A Dother.md150 With `-options_file`, PETSc will parse the file as YAML if it ends in a standard
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c542 PetscInt ends = 0, ints = 0, undef = 0; in PCBDDCNedelecSupport() local
548 if (nconn > order) ends++; in PCBDDCNedelecSupport()
552 if (undef || ends > 2 || ints != order - 1) { in PCBDDCNedelecSupport()