Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 24 of 24) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSys.pyx9 cls, argument
63 def getVersionInfo(cls) -> dict[str, bool | int | str]: argument
89 def isInitialized(cls) -> bool: argument
102 def isFinalized(cls) -> bool: argument
117 def getDefaultComm(cls) -> Comm: argument
132 def setDefaultComm(cls, comm: Comm | None) -> None: argument
157 cls, argument
199 cls, argument
241 def syncFlush(cls, comm: Comm | None = None) -> None: argument
263 cls, argument
[all …]
H A DLog.pyx12 def Stage(cls, name: str) -> LogStage: argument
46 def Class(cls, name: str) -> LogClass: argument
80 def Event(cls, name: str, klass: LogClass | None = None) -> LogEvent: argument
118 def begin(cls) -> None: argument
131 def view(cls, Viewer viewer=None) -> None: argument
152 def logFlops(cls, flops: float) -> None: argument
171 def addFlops(cls, flops: float) -> None: argument
194 def getFlops(cls) -> float: argument
214 def getTime(cls) -> float: argument
234 def getCPUTime(cls) -> float: argument
[all …]
H A DScatter.pyx206 def toAll(cls, Vec vec) -> tuple[Scatter, Vec]: argument
234 def toZero(cls, Vec vec) -> tuple[Scatter, Vec]: argument
H A DViewer.pyx569 def STDOUT(cls, comm: Comm | None = None) -> Viewer: argument
587 def STDERR(cls, comm: Comm | None = None) -> Viewer: argument
605 def ASCII(cls, name : str, comm: Comm | None = None) -> Viewer: argument
626 def BINARY(cls, comm: Comm | None = None) -> Viewer: argument
644 def DRAW(cls, comm: Comm | None = None) -> Viewer: argument
H A DDevice.pyx95 def create(cls, dtype: Type | None = None, device_id: int = DECIDE) -> Device: argument
H A DObject.pyx606 cdef int PyPetscType_Register(int classid, type cls) except -1:
H A DVec.pyx3553 def concatenate(cls, vecs: Sequence[Vec]) -> tuple[Vec, list[IS]]: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py32 def from_param(cls, obj: SupportsInt) -> int: argument
187 def _unhandleable_cursor(cls, cursor: CursorLike) -> NoReturn: argument
232 def cast(cls, cursor: CursorLike) -> Cursor: argument
248 def error_view_from_cursor(cls, cursor: CursorLike) -> str: argument
273 def get_name_from_cursor(cls, cursor: CursorLike) -> str: argument
377 def get_raw_name_from_cursor(cls, cursor: CursorLike) -> str: argument
407 def get_typename_from_cursor(cls, cursor: CursorLike) -> str: argument
442 …def has_internal_linkage_from_cursor(cls, cursor: CursorLike) -> tuple[bool, str, Optional[clx.Cur… argument
502 def get_formatted_source_from_cursor(cls, cursor: CursorLike, **kwargs) -> str: argument
547 def get_formatted_location_string_from_cursor(cls, cursor: CursorLike) -> str: argument
[all …]
H A D_src_pos.py91 …def cast(cls, other: SourceLocationLike, tu: Optional[clx.TranslationUnit] = None) -> SourceLocati… argument
123 def get_filename_from_tu(cls, tu: clx.TranslationUnit) -> clx.File: argument
144 def from_position(cls, tu: clx.TranslationUnit, line: int, col: int) -> SourceLocation: argument
205 def as_clang_source_location(cls, other: SourceLocationLike) -> clx.SourceLocation: argument
352 def cast(cls, other: SourceRangeLike, tu: Optional[clx.TranslationUnit] = None) -> SourceRange: argument
384 …def from_locations(cls, left: SourceLocationLike, right: SourceLocationLike, tu: Optional[clx.Tran… argument
415 …def from_positions(cls, tu: clx.TranslationUnit, line_left: int, col_left: int, line_right: int, c… argument
443 def as_clang_source_range(cls, other: SourceRangeLike) -> clx.SourceRange: argument
473 …def merge(cls, left: SourceRangeLike, right: SourceRangeLike, tu: Optional[clx.TranslationUnit] = … argument
H A D_diag.py130 def registered(cls) -> dict[str, str]: argument
169 def flag_prefix(cls, obj: object) -> Callable[[str], str]: argument
190 def check_flag(cls, flag: str) -> str: argument
214 def _inject_diag_map(cls, symbol: _T, diag_pairs: Iterable[tuple[str, str]]) -> _T: argument
269 def register(cls, *args: tuple[str, str]) -> Callable[[_T], _T]: argument
493 …def from_source_range(cls, kind: DiagnosticKind, diag_flag: str, msg: str, src_range: SourceRangeL… argument
H A D_patch.py122 def from_cursor(cls, cursor: CursorLike, value: str, **kwargs) -> Patch: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_color.py19 def bright_red(cls) -> str: argument
30 def bright_yellow(cls) -> str: argument
41 def reset(cls) -> str: argument
H A D_utility.py336 …def from_flags(cls, petsc_dir: Path, compiler_flags: list[str], extra_header_includes: Optional[li… argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py32 def __diagnostic_prefix__(cls, *flags): argument
411 def __diagnostic_prefix__(cls, *flags): argument
857 def __diagnostic_prefix__(cls, *flags): argument
908 def __diagnostic_prefix__(cls, *flags): argument
930 def __diagnostic_prefix__(cls, *flags): argument
951 def __diagnostic_prefix__(cls, *flags): argument
973 def __diagnostic_prefix__(cls, *flags): argument
996 def __diagnostic_prefix__(cls, *flags): argument
1046 def __diagnostic_prefix__(cls, *flags): argument
1217 def __diagnostic_prefix__(cls, *flags): argument
H A D_doc_section_base.py167 def __diagnostic_prefix__(cls, *flags: str) -> collections.deque[str]: argument
171 …def diagnostic_flag(cls, text: Union[str, collections.deque[str]], *, prefix: str = 'doc') -> coll… argument
705 def __diagnostic_prefix__(cls, *flags): argument
846 def __diagnostic_prefix__(cls, *flags): argument
1025 def __diagnostic_prefix__(cls, *flags): argument
1130 def __diagnostic_prefix__(cls, *flags): argument
H A D_doc_str.py499 def _is_valid_docstring(cls, cursor: Cursor, raw: str, doc_extent: SourceRange) -> bool: argument
557 def _get_sanitized_comment_and_range_from_cursor(cls, cursor: Cursor) -> tuple[str, SourceRange]: argument
/petsc/src/ts/interface/
H A Ddlregists.c37 PetscBool opt, pkg, cls; in TSInitializePackage() local
/petsc/src/snes/interface/
H A Ddlregissnes.c41 PetscBool opt, pkg, cls; in SNESInitializePackage() local
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c64 PC_GAMG_Classical *cls = (PC_GAMG_Classical *)pc_gamg->subctx; in PCGAMGClassicalSetType_GAMG() local
75 PC_GAMG_Classical *cls = (PC_GAMG_Classical *)pc_gamg->subctx; in PCGAMGClassicalGetType_GAMG() local
454 PC_GAMG_Classical *cls = (PC_GAMG_Classical *)pc_gamg->subctx; in PCGAMGTruncateProlongator_Private() local
812 PC_GAMG_Classical *cls = (PC_GAMG_Classical *)pc_gamg->subctx; in PCGAMGOptProlongator_Classical_Jacobi() local
859 PC_GAMG_Classical *cls = (PC_GAMG_Classical *)pc_gamg->subctx; in PCGAMGProlongator_Classical() local
884 PC_GAMG_Classical *cls = (PC_GAMG_Classical *)pc_gamg->subctx; in PCGAMGSetFromOptions_Classical() local
/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py120 def visit_constructor(cls, name='__init__', args=None): argument
135 def visit_class(cls, outer=None, done=None): argument
/petsc/lib/petsc/bin/maint/
H A Dgcov.py86 def from_string(cls, ver): argument
90 def from_iterable(cls, it): argument
124 def gcovr_version(cls): argument
/petsc/src/binding/petsc4py/docs/source/
H A Dapidoc.py201 def visit_constructor(cls, name='__init__', args=None): argument
215 def visit_class(cls, outer=None, done=None): argument
/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c157 PetscBool opt, pkg, cls; in KSPInitializePackage() local
/petsc/config/BuildSystem/config/
H A DsetCompilers.py544 def isWindows(cls, compiler, log): argument
555 def isMSVC(cls, compiler, log): argument