Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 19 of 19) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx79 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 DTAO.pyx289 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, ...] | …
564args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | None = None) -> None:
617args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | None = None) -> None:
[all …]
H A DSys.pyx158 *args: Any,
162 **kwargs: Any) -> None: # noqa: E129
200 *args: Any,
205 **kwargs: Any) -> None: # noqa: E129
H A DTS.pyx577 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 DSNES.pyx271 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,
935args: 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 DKSP.pyx627 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 DDM.pyx339 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 DViewer.pyx933 def createPython(self, context: Any = None, comm: Comm | None = None) -> Self:
961 def setPythonContext(self, context: Any) -> None:
H A DVec.pyx1464 handle: Any, # FIXME What type hint is appropriate?
1536 handle: Any, # FIXME What type hint is appropriate?
H A DPC.pyx765 def createPython(self, context: Any = None, comm: Comm | None = None) -> Self:
790 def setPythonContext(self, context: Any) -> None:
H A DMat.pyx1711 … 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 Dpkg_consistency_checks.py10 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.py103 def formatted(self, **kwargs: Any) -> str:
106 def raw(self, **kwargs: Any) -> str:
H A Dmain.py422 …gumentParser, namespace: argparse.Namespace, values: Union[str, bool, Sequence[Any], None], *args,…
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py688 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.py21 def __init__(self, init_cache: Optional[dict[str, Any]] = None) -> None: argument
H A D_diag.py82 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.py89 …def visitor(ctx: Any, raw_clx_cursor: clx.Cursor, src_range: clx.SourceRange) -> CXChildVisitResul…
/petsc/doc/ext/
H A Dhtml5_petsc.py81 def __init__(self, *args: Any) -> None: