| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 79 args: tuple[Any, ...] | None = None, 111 args: tuple[Any, ...] | None = None, 144 begin_args: tuple[Any, ...] | None = None, 146 end_args: tuple[Any, ...] | None = None, 210 begin_args: tuple[Any, ...] | None = None, 212 end_args: tuple[Any, ...] | None = None, 274 begin_args: tuple[Any, ...] | None = None, 276 end_args: tuple[Any, ...] | None = None, 339 args: tuple[Any, ...] | None = None, 371 args: tuple[Any, ...] | None = None, [all …]
|
| H A D | TAO.pyx | 289 def setAppCtx(self, appctx: Any) -> None: 309 …def setObjective(self, objective: TAOObjectiveFunction, args: tuple[Any, ...] | None = None, kargs… 334 …def setResidual(self, residual: TAOResidualFunction, Vec R, args: tuple[Any, ...] | None = None, k… 361 …self, jacobian: TAOJacobianResidualFunction, Mat J=None, Mat P=None, args: tuple[Any, ...] | None … 394 …def setGradient(self, gradient: TAOGradientFunction, Vec g=None, args: tuple[Any, ...] | None = No… 452 …iveGradient(self, objgrad: TAOObjectiveGradientFunction, Vec g=None, args: tuple[Any, ...] | None … 498 …Bounds(self, varbounds: tuple[Vec, Vec] | TAOVariableBoundsFunction, args: tuple[Any, ...] | None … 534 …def setConstraints(self, constraints: TAOConstraintsFunction, Vec C=None, args: tuple[Any, ...] | … 564 … args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | None = None) -> None: 617 … args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | None = None) -> None: [all …]
|
| H A D | Sys.pyx | 158 *args: Any, 162 **kwargs: Any) -> None: # noqa: E129 200 *args: Any, 205 **kwargs: Any) -> None: # noqa: E129
|
| H A D | TS.pyx | 577 def setAppCtx(self, appctx: Any) -> None: 600 args : tuple[Any, ...] | None = None, 638 args : tuple[Any, ...] | None = None, 809 args : tuple[Any, ...] | None = None, 847 args : tuple[Any, ...] | None = None, 891 args : tuple[Any, ...] | None = None, 1068 args : tuple[Any, ...] | None = None, 1278 args : tuple[Any, ...] | None = None, 1322 args : tuple[Any, ...] | None = None, 1367 args : tuple[Any, ...] | None = None, [all …]
|
| H A D | SNES.pyx | 271 def setApplicationContext(self, appctx: Any) -> None: 748 args: tuple[Any, ...] | None = None, 782 args: tuple[Any, ...] | None = None, 826 args: tuple[Any, ...] | None = None, 890 args: tuple[Any, ...] | None = None, 935 … args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | None = None) -> None: 1000 args: tuple[Any, ...] | None = None, 1106 args: tuple[Any, ...] | None = None, 1296 args: tuple[Any, ...] | None = None, 1464 args: tuple[Any, ...] | None = None, [all …]
|
| H A D | KSP.pyx | 627 def setAppCtx(self, appctx: Any) -> None: 744 args: tuple[Any, ...] | None = None, 778 args: tuple[Any, ...] | None = None, 1017 args: tuple[Any, ...] | None = None, 1082 args: tuple[Any, ...] | None = None, 1235 args: tuple[Any, ...] | None = None, 1654 args: tuple[Any, ...] | None = None, 1687 args: tuple[Any, ...] | None = None, 2170 context: Any = None,
|
| H A D | DM.pyx | 339 def setAppCtx(self, appctx: Any) -> None: 2301 args: tuple[Any, ...] | None = None, 2376 args: tuple[Any, ...] | None = None, 2408 args: tuple[Any, ...] | None = None, 2441 args: tuple[Any, ...] | None = None,
|
| H A D | Viewer.pyx | 933 def createPython(self, context: Any = None, comm: Comm | None = None) -> Self: 961 def setPythonContext(self, context: Any) -> None:
|
| H A D | Vec.pyx | 1464 handle: Any, # FIXME What type hint is appropriate? 1536 handle: Any, # FIXME What type hint is appropriate?
|
| H A D | PC.pyx | 765 def createPython(self, context: Any = None, comm: Comm | None = None) -> Self: 790 def setPythonContext(self, context: Any) -> None:
|
| H A D | Mat.pyx | 1711 … def createPython(self, size: MatSizeSpec, context: Any = None, comm: Comm | None = None) -> Self: 1748 def setPythonContext(self, context: Any) -> None: 6175 args: tuple[Any, ...] | None = None,
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | pkg_consistency_checks.py | 10 def assert_py_versions_match(config_file: str, toml_data: dict[str, Any]) -> None: argument 45 def assert_requirements_match(toml_file: str, toml_data: dict[str, Any], req_file: str, req_lines: … argument
|
| H A D | _typing.py | 103 def formatted(self, **kwargs: Any) -> str: 106 def raw(self, **kwargs: Any) -> str:
|
| H A D | main.py | 422 …gumentParser, namespace: argparse.Namespace, values: Union[str, bool, Sequence[Any], None], *args,…
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 688 def always_false(*args: Any, **kwargs: Any) -> bool: 691 def always_true(*args: Any, **kwargs: Any) -> bool:
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _attr_cache.py | 21 def __init__(self, init_cache: Optional[dict[str, Any]] = None) -> None: argument
|
| H A D | _diag.py | 82 def __get__(self, obj: Any, objtype: Optional[type] = None) -> DiagnosticMapProxy: 110 def update(self, obj: Any, other: Iterable[str], **kwargs) -> None:
|
| H A D | _cursor.py | 89 …def visitor(ctx: Any, raw_clx_cursor: clx.Cursor, src_range: clx.SourceRange) -> CXChildVisitResul…
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 81 def __init__(self, *args: Any) -> None:
|