Searched refs:ArrayInt (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | IS.pyx | 404 def partitioningCount(self, npart: int | None = None) -> ArrayInt: 838 def getIndices(self) -> ArrayInt: 882 def getBlockIndices(self) -> ArrayInt: 1078 def __get__(self) -> ArrayInt: 1087 def __get__(self) -> ArrayInt: 1146 result: ArrayInt | None = None) -> None: 1361 def getIndices(self) -> ArrayInt: 1385 def getBlockIndices(self) -> ArrayInt: 1411 def getInfo(self) -> dict[int, ArrayInt]: 1440 def getBlockInfo(self) -> dict[int, ArrayInt]: [all …]
|
| H A D | typing.pxi | 19 cdef ArrayInt
|
| H A D | SF.pyx | 155 def getGraph(self) -> tuple[int, ArrayInt, ArrayInt]: 167 ilocal : ArrayInt 169 iremote : ArrayInt 279 def computeDegree(self) -> ArrayInt: 378 …def distributeSection(self, Section rootSection, Section leafSection=None) -> tuple[ArrayInt, Sect…
|
| H A D | DS.pyx | 231 def getDimensions(self) -> ArrayInt: 246 def getComponents(self) -> ArrayInt:
|
| H A D | DMPlex.pyx | 557 def getCone(self, p: int) -> ArrayInt: 672 def getConeOrientation(self, p: int) -> ArrayInt: 837 def getSupport(self, p: int) -> ArrayInt: 1106 def getMeet(self, points: Sequence[int]) -> ArrayInt: 1132 def getJoin(self, points: Sequence[int]) -> ArrayInt: 1158 def getFullJoin(self, points: Sequence[int]) -> ArrayInt: 1184 … def getTransitiveClosure(self, p: int, useCone: bool | None = True) -> tuple[ArrayInt, ArrayInt]: 1198 points : ArrayInt 1200 orientations : ArrayInt 1533 def getAdjacency(self, p: int) -> ArrayInt:
|
| H A D | Section.pyx | 586 def getConstraintIndices(self, point: int) -> ArrayInt: 634 def getFieldConstraintIndices(self, point: int, field: int) -> ArrayInt:
|
| H A D | Options.pyx | 286 def getIntArray(self, name: str, default=None) -> ArrayInt:
|
| H A D | DMDA.pyx | 597 def getOwnershipRanges(self) -> tuple[ArrayInt, ...]: 1064 def getElements(self, elem_type: ElementType | None = None) -> ArrayInt:
|
| H A D | Mat.pyx | 2010 def getOwnershipRanges(self) -> ArrayInt: 2045 def getOwnershipRangesColumn(self) -> ArrayInt: 2540 def getValuesCSR(self) -> tuple[ArrayInt, ArrayInt, ArrayScalar]: 2578 def getRow(self, row: int) -> tuple[ArrayInt, ArrayScalar]: 2598 …def getRowIJ(self, symmetric: bool = False, compressed: bool = False) -> tuple[ArrayInt, ArrayInt]: 2629 … getColumnIJ(self, symmetric: bool = False, compressed: bool = False) -> tuple[ArrayInt, ArrayInt]: 5961 def __get__(self) -> ArrayInt:
|
| H A D | Space.pyx | 810 def getNumDof(self) -> ArrayInt:
|
| H A D | SNES.pyx | 1423 def getConvergenceHistory(self) -> tuple[ArrayReal, ArrayInt]: 2571 def __get__(self) -> tuple[ArrayReal, ArrayInt]:
|
| H A D | Vec.pyx | 1184 def getOwnershipRanges(self) -> ArrayInt: 3626 def __get__(self) -> ArrayInt:
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | typing.py | 117 ArrayInt = NDArray[np.integer] variable
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | documentation_standards.rst | 105 ``ArrayBool``/``ArrayInt``/``ArrayReal``/``ArrayScalar`` as the return type.
|