Home
last modified time | relevance | path

Searched refs:ArrayScalar (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dtyping.pxi22 cdef ArrayScalar
H A DVec.pyx1313 def getArray(self, readonly: bool = False) -> ArrayScalar:
1366 def resetArray(self, force: bool = False) -> ArrayScalar | None:
1379 ArrayScalar
1902 def mDot(self, vecs: Sequence[Vec], out: ArrayScalar | None = None) -> ArrayScalar:
1935 def mDotBegin(self, vecs: Sequence[Vec], out: ArrayScalar) -> None: argument
1965 def mDotEnd(self, vecs: Sequence[Vec], out: ArrayScalar) -> ArrayScalar: argument
1996 def mtDot(self, vecs: Sequence[Vec], out: ArrayScalar | None = None) -> ArrayScalar:
2029 def mtDotBegin(self, vecs: Sequence[Vec], out: ArrayScalar) -> None: argument
2059 def mtDotEnd(self, vecs: Sequence[Vec], out: ArrayScalar) -> ArrayScalar: argument
2759 values: Sequence[Scalar] | None = None) -> ArrayScalar:
[all …]
H A DOptions.pyx366 def getScalarArray(self, name: str, default=None) -> ArrayScalar:
H A DMat.pyx2519 …(self, rows: Sequence[int], cols: Sequence[int], values: ArrayScalar | None = None) -> ArrayScalar:
2540 def getValuesCSR(self) -> tuple[ArrayInt, ArrayInt, ArrayScalar]:
2578 def getRow(self, row: int) -> tuple[ArrayInt, ArrayScalar]:
3731 def invertBlockDiagonal(self) -> ArrayScalar:
5628 def getDenseArray(self, readonly: bool = False) -> ArrayScalar:
H A DDMPlex.pyx1223 def vecGetClosure(self, Section sec, Vec vec, p: int) -> ArrayScalar:
1251 def getVecClosure(self, Section sec or None, Vec vec, point: int) -> ArrayScalar:
/petsc/src/binding/petsc4py/src/petsc4py/
H A Dtyping.py126 ArrayScalar = NDArray[np.floating | np.complexfloating] variable
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst105 ``ArrayBool``/``ArrayInt``/``ArrayReal``/``ArrayScalar`` as the return type.