Searched refs:ArrayReal (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DT.pyx | 76 def getData(self) -> tuple[ArrayReal, ArrayReal]: 83 points : ArrayReal 85 weights : ArrayReal
|
| H A D | typing.pxi | 20 cdef ArrayReal
|
| H A D | Options.pyx | 326 def getRealArray(self, name: str, default=None) -> ArrayReal:
|
| H A D | DM.pyx | 1399 def getPeriodicity(self) -> tuple[ArrayReal, ArrayReal, ArrayReal]:
|
| H A D | DMPlex.pyx | 2283 def computeCellGeometryFVM(self, cell: int) -> tuple[float, ArrayReal, ArrayReal]: 2297 centroid : ArrayReal 2299 normal : ArrayReal
|
| H A D | SNES.pyx | 1423 def getConvergenceHistory(self) -> tuple[ArrayReal, ArrayInt]: 2571 def __get__(self) -> tuple[ArrayReal, ArrayInt]:
|
| H A D | TS.pyx | 1523 def getEvaluationTimes(self) -> ArrayReal: 1539 def getEvaluationSolutions(self) -> tuple[ArrayReal, list[Vec]]:
|
| H A D | KSP.pyx | 1202 def getConvergenceHistory(self) -> ArrayReal:
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | typing.py | 120 ArrayReal = NDArray[np.floating] variable
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | documentation_standards.rst | 105 ``ArrayBool``/``ArrayInt``/``ArrayReal``/``ArrayScalar`` as the return type.
|