Home
last modified time | relevance | path

Searched defs:float (Results 1 – 17 of 17) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMStag.pyx532 xmin: float = 0,
533 xmax: float = 1,
534 ymin: float = 0,
535 ymax: float = 1,
536 zmin: float = 0,
537 zmax: float = 1) -> None:
570 xmin: float = 0,
571 xmax: float = 1,
572 ymin: float = 0,
573 ymax: float = 1,
[all …]
H A DTS.pyx675 def computeRHSFunction(self, t: float, Vec x, Vec f) -> None:
697 def computeRHSFunctionLinear(self, t: float, Vec x, Vec f) -> None:
719 def computeRHSJacobian(self, t: float, Vec x, Mat J, Mat P=None) -> None:
745 def computeRHSJacobianConstant(self, t: float, Vec x, Mat J, Mat P=None) -> None:
929 t: float, Vec x, Vec xdot,
959 t: float, Vec x, Vec xdot, a: float,
999 t: float, Vec x, Vec xdot, a: float,
1143 def computeI2Function(self, t: float, Vec x, Vec xdot, Vec xdotdot, Vec f) -> None:
1172 t: float,
1176 v: float,
[all …]
H A DDMDA.pyx746 xmin: float = 0,
747 xmax: float = 1,
748 ymin: float = 0,
749 ymax: float = 1,
750 zmin: float = 0,
751 zmax: float = 1) -> None:
H A DDMSwarm.pyx637 min: Sequence[float],
638 max: Sequence[float],
681 coordinates: Sequence[float],
737 def setPointCoordinatesCellwise(self, coordinates: Sequence[float]) -> None:
H A DDMPlex.pyx35 …def createFromCellList(self, dim: int, cells: Sequence[int], coords: Sequence[float], interpolate:…
2160 def setRefinementLimit(self, refinementLimit: float) -> None:
2718 def metricSetMinimumMagnitude(self, h_min: float) -> None:
2752 def metricSetMaximumMagnitude(self, h_max: float) -> None:
2786 def metricSetMaximumAnisotropy(self, a_max: float) -> None:
2820 def metricSetTargetComplexity(self, targetComplexity: float) -> None:
2854 def metricSetNormalizationOrder(self, p: float) -> None:
2888 def metricSetGradationFactor(self, beta: float) -> None:
2922 def metricSetHausdorffNumber(self, hausd: float) -> None:
2977 def metricCreateUniform(self, alpha: float, field: int | None = 0) -> Vec:
H A DSNES.pyx1238 def setDivergenceTolerance(self, dtol: float) -> None:
1342 …def callConvergenceTest(self, its: int, xnorm: float, ynorm: float, fnorm: float) -> ConvergedReas…
1372 def converged(self, its: int, xnorm: float, ynorm: float, fnorm: float) -> None:
1441 def logConvergenceHistory(self, norm: float, linear_its: int = 0) -> None:
1838 def setFunctionNorm(self, norm: float) -> None:
H A DRegressor.pyx82 def setRegularizerWeight(self, weight: float) -> None:
H A DSys.pyx311 def sleep(cls, seconds: float = 1.0) -> None:
H A DLog.pyx152 def logFlops(cls, flops: float) -> None:
171 def addFlops(cls, flops: float) -> None:
H A DKSP.pyx1135 def callConvergenceTest(self, its: int, rnorm: float) -> None:
1217 def logConvergenceHistory(self, rnorm: float) -> None:
1308 def monitor(self, its: int, rnorm: float) -> None:
1874 def setResidualNorm(self, rnorm: float) -> None:
H A DMat.pyx1658 diag: float,
2365 def isTranspose(self, Mat mat=None, tol: float = 0) -> bool:
2388 def isSymmetric(self, tol: float = 0) -> bool:
2423 def isHermitian(self, tol: float = 0) -> bool:
3961 omega: float = 1.0,
3963 shift: float = 0.0,
4253 def chop(self, tol: float) -> None:
4720 atol: float = 0) -> None:
5124 def H2OpusCompress(self, tol: float) -> Self:
5143 def H2OpusLowRankUpdate(self, Mat U, Mat V=None, s: float = 1.0) -> Self:
[all …]
H A DTAO.pyx274 def setInitialTrustRegionRadius(self, radius: float) -> None:
1842 def setBRGNRegularizerWeight(self, weight: float) -> None:
1851 def setBRGNSmoothL1Epsilon(self, epsilon: float) -> None:
2409 def setInitialStepLength(self, s: float) -> None:
H A DDM.pyx1435 …def setPeriodicity(self, maxCell: Sequence[float], Lstart: Sequence[float], L: Sequence[float]) ->…
H A DPC.pyx738 def setCoordinates(self, coordinates: Sequence[Sequence[float]]) -> None:
2651 def setSPAIEpsilon(self, val: float) -> None:
2856 def setDeflationCorrectionFactor(self, fact: float) -> None:
H A DVec.pyx1732 def chop(self, tol: float) -> None:
/petsc/src/binding/petsc4py/demo/python_types/
H A Dmatpython_protocol.py156 omega: float,
158 shift: float,
/petsc/src/sys/tests/linter/
H A DtestValidFunctionDocStrings.c419 PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_parm… in testFunctionPointerArguments() argument