Searched refs:iterable (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | setsOrdered.py | 62 def ifilter(predicate, iterable): argument 66 for x in iterable: 69 def ifilterfalse(predicate, iterable): argument 73 for x in iterable: 364 def _update(self, iterable): argument 376 if type(iterable) in (list, tuple, xrange): 379 it = iter(iterable) 394 for element in iterable: 412 def __init__(self, iterable=None): argument 416 if iterable is not None: [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/ |
| H A D | pyproject.toml | 36 "truthy-iterable",
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 149 def pairwise(iterable,default=None): argument 152 iters = iter(iterable)
|
| /petsc/doc/manual/ |
| H A D | section.md | 23 A **point** is a `PetscInt` that serves as an abstract "index" into arrays from iterable sets, such… 24 Other iterable set examples can be as simple as the points of a finite difference grid, or cells of…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 2745 Optional iterable indicating which row to insert. 2859 Optional iterable indicating which block row to insert. 3020 Optional iterable indicating which row to insert. 3113 Optional iterable indicating which block row to insert.
|