| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMShell.pyx | 79 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 D | TAO.pyx | 289 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 D | TS.pyx | 577 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 D | SNES.pyx | 271 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 D | Sys.pyx | 158 *args: Any, argument 162 **kwargs: Any) -> None: # noqa: E129 argument 200 *args: Any, argument 205 **kwargs: Any) -> None: # noqa: E129 argument
|
| H A D | typing.pxi | 1 cdef Any
|
| H A D | KSP.pyx | 627 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 D | AO.pyx | 219 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 D | Vec.pyx | 373 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 D | DM.pyx | 339 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 D | DMComposite.pyx | 219 def getAccess(self, Vec gvec, locs: Sequence[int] | None = None) -> Any:
|
| H A D | Viewer.pyx | 933 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 D | pkg_consistency_checks.py | 8 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.py | 36 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.py | 19 _cache: dict[str, Any] 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: argument 110 def update(self, obj: Any, other: Iterable[str], **kwargs) -> None: argument
|
| H A D | _src_pos.py | 78 def __getattr__(self, attr: str) -> Any: 292 def __getattr__(self, attr: str) -> Any:
|
| H A D | _cursor.py | 89 …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 D | html5_petsc.py | 3 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.py | 688 def always_false(*args: Any, **kwargs: Any) -> bool: argument 691 def always_true(*args: Any, **kwargs: Any) -> bool: argument
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 207 - Any 214 - Any 433 - Any
|
| /petsc/doc/developers/ |
| H A D | mrfork.md | 5 `Developers` at times, need to checkout and build changes from a merge request fork branch. Any one…
|
| H A D | documentation.md | 75 - 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.py | 157 def __getattr__(self, attr: str) -> Any:
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | documentation_standards.rst | 75 Any closely related part of the petsc4py API not already linked in the
|