Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 51) sorted by relevance

123

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMShell.pyx79 args: tuple[Any, ...] | None = None, argument
80 kargs: dict[str, Any] | None = None) -> None:
111 args: tuple[Any, ...] | None = None, argument
112 kargs: dict[str, Any] | None = None) -> None:
144 begin_args: tuple[Any, ...] | None = None, argument
145 begin_kargs: dict[str, Any] | None = None,
146 end_args: tuple[Any, ...] | None = None, argument
147 end_kargs: dict[str, Any] | None = None) -> None:
210 begin_args: tuple[Any, ...] | None = None, argument
211 begin_kargs: dict[str, Any] | None = None,
[all …]
H A DTAO.pyx289 def setAppCtx(self, appctx: Any) -> None: argument
293 def getAppCtx(self) -> Any:
309 …ve(self, objective: TAOObjectiveFunction, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
334 …lf, residual: TAOResidualFunction, Vec R, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
361 …ResidualFunction, Mat J=None, Mat P=None, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
394 …radient: TAOGradientFunction, Vec g=None, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
452 …TAOObjectiveGradientFunction, Vec g=None, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
498 …le[Vec, Vec] | TAOVariableBoundsFunction, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
534 …ints: TAOConstraintsFunction, Vec C=None, args: tuple[Any, ...] | None = None, kargs: dict[str, An… argument
564 … args: tuple[Any, ...] | None = None, kargs: dict[str, Any] | None = None) -> None: argument
[all …]
H A DTS.pyx577 def setAppCtx(self, appctx: Any) -> None: argument
590 def getAppCtx(self) -> Any:
600 args : tuple[Any, ...] | None = None, argument
601 kargs : dict[str, Any] | None = None) -> None:
638 args : tuple[Any, ...] | None = None, argument
639 kargs : dict[str, Any] | None = None) -> None:
809 args : tuple[Any, ...] | None = None, argument
810 kargs : dict[str, Any] | None = None) -> None:
847 args : tuple[Any, ...] | None = None, argument
848 kargs : dict[str, Any] | None = None) -> None:
[all …]
H A DSNES.pyx271 def setApplicationContext(self, appctx: Any) -> None: argument
280 def getApplicationContext(self) -> Any:
748 args: tuple[Any, ...] | None = None, argument
749 kargs: dict[str, Any] | None = None) -> None:
782 args: tuple[Any, ...] | None = None, argument
783 kargs: dict[str, Any] | None = None) -> None:
826 args: tuple[Any, ...] | None = None, argument
827 kargs: dict[str, Any] | None = None) -> None:
890 args: tuple[Any, ...] | None = None, argument
891 kargs: dict[str, Any] | None = None) -> None:
[all …]
H A DSys.pyx158 *args: Any, argument
162 **kwargs: Any) -> None: # noqa: E129 argument
200 *args: Any, argument
205 **kwargs: Any) -> None: # noqa: E129 argument
H A Dtyping.pxi1 cdef Any
H A DKSP.pyx627 def setAppCtx(self, appctx: Any) -> None: argument
650 def getAppCtx(self) -> Any:
744 args: tuple[Any, ...] | None = None, argument
745 kargs: dict[str, Any] | None = None) -> None:
778 args: tuple[Any, ...] | None = None, argument
779 kargs: dict[str, Any] | None = None) -> None:
1017 args: tuple[Any, ...] | None = None, argument
1018 kargs: dict[str, Any] | None = None) -> None:
1082 args: tuple[Any, ...] | None = None, argument
1083 kargs: dict[str, Any] | None = None,
[all …]
H A DAO.pyx219 Any integers in ``indices`` that are negative are left unchanged. This
253 Any integers in ``indices`` that are negative are left unchanged. This
H A DVec.pyx373 cudahandle: Any | None = None, # FIXME What type is appropriate here?
431 hiphandle: Any | None = None, # FIXME What type is appropriate here?
489 viennaclvechandle: Any | None = None, # FIXME What type is appropriate here?
544 # FIXME: object? Do we need to specify it? Can't we just use Any?
726 def toDLPack(self, mode: AccessModeSpec = 'rw') -> Any:
1270 def getBuffer(self, readonly: bool = False) -> Any:
1282 typing.Any
1425 mode: AccessModeSpec = 'rw') -> Any: # FIXME What is the right return type?
1435 typing.Any
1464 handle: Any, # FIXME What type hint is appropriate? argument
[all …]
H A DDM.pyx339 def setAppCtx(self, appctx: Any) -> None: argument
343 def getAppCtx(self) -> Any:
2301 args: tuple[Any, ...] | None = None, argument
2302 kargs: dict[str, Any] | None = None) -> None:
2376 args: tuple[Any, ...] | None = None, argument
2377 kargs: dict[str, Any] | None = None) -> None:
2408 args: tuple[Any, ...] | None = None, argument
2409 kargs: dict[str, Any] | None = None) -> None:
2441 args: tuple[Any, ...] | None = None, argument
2442 kargs: dict[str, Any] | None = None) -> None:
H A DDMComposite.pyx219 def getAccess(self, Vec gvec, locs: Sequence[int] | None = None) -> Any:
H A DViewer.pyx933 def createPython(self, context: Any = None, comm: Comm | None = None) -> Self: argument
961 def setPythonContext(self, context: Any) -> None: argument
973 def getPythonContext(self) -> Any:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dpkg_consistency_checks.py8 from typing import Any
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
54 def load_toml_data(toml_path: str) -> dict[str, Any]:
72 toml_data: dict[str, Any] = tomllib.load(fd)
H A D_typing.py36 from typing import Any, NoReturn, ClassVar, SupportsInt
103 def formatted(self, **kwargs: Any) -> str: argument
106 def raw(self, **kwargs: Any) -> str: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_attr_cache.py19 _cache: dict[str, Any]
21 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: argument
110 def update(self, obj: Any, other: Iterable[str], **kwargs) -> None: argument
H A D_src_pos.py78 def __getattr__(self, attr: str) -> Any:
292 def __getattr__(self, attr: str) -> Any:
H A D_cursor.py89 …def visitor(ctx: Any, raw_clx_cursor: clx.Cursor, src_range: clx.SourceRange) -> CXChildVisitResul… argument
171 def __getattr__(self, attr: str) -> Any:
/petsc/doc/ext/
H A Dhtml5_petsc.py3 from typing import Any, Dict
81 def __init__(self, *args: Any) -> None: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py688 def always_false(*args: Any, **kwargs: Any) -> bool: argument
691 def always_true(*args: Any, **kwargs: Any) -> bool: argument
/petsc/doc/overview/
H A Dlinear_solve_table.md207 - Any
214 - Any
433 - Any
/petsc/doc/developers/
H A Dmrfork.md5 `Developers` at times, need to checkout and build changes from a merge request fork branch. Any one…
H A Ddocumentation.md75 - Any invocable command line statements longer than a few words should be in
106 - Any code blocks that show command line invocations must be preceded by `$`, e.g.
200 Any new images required must be added to the currently-used branch of this repository.
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py157 def __getattr__(self, attr: str) -> Any:
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst75 Any closely related part of the petsc4py API not already linked in the

123