Home
last modified time | relevance | path

Searched refs:ArrayInt (Results 1 – 14 of 14) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DIS.pyx404 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 Dtyping.pxi19 cdef ArrayInt
H A DSF.pyx155 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 DDS.pyx231 def getDimensions(self) -> ArrayInt:
246 def getComponents(self) -> ArrayInt:
H A DDMPlex.pyx557 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 DSection.pyx586 def getConstraintIndices(self, point: int) -> ArrayInt:
634 def getFieldConstraintIndices(self, point: int, field: int) -> ArrayInt:
H A DOptions.pyx286 def getIntArray(self, name: str, default=None) -> ArrayInt:
H A DDMDA.pyx597 def getOwnershipRanges(self) -> tuple[ArrayInt, ...]:
1064 def getElements(self, elem_type: ElementType | None = None) -> ArrayInt:
H A DMat.pyx2010 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 DSpace.pyx810 def getNumDof(self) -> ArrayInt:
H A DSNES.pyx1423 def getConvergenceHistory(self) -> tuple[ArrayReal, ArrayInt]:
2571 def __get__(self) -> tuple[ArrayReal, ArrayInt]:
H A DVec.pyx1184 def getOwnershipRanges(self) -> ArrayInt:
3626 def __get__(self) -> ArrayInt:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py117 ArrayInt = NDArray[np.integer] variable
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst105 ``ArrayBool``/``ArrayInt``/``ArrayReal``/``ArrayScalar`` as the return type.