Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/petsc/src/binding/petsc4py/test/
H A Dtest_ts_py.py40 def _log(self, method, *args):
44 def create(self, ts, *args):
48 def destroy(self, ts, *args):
52 def setFromOptions(self, ts, *args):
55 def setUp(self, ts, *args):
59 def reset(self, ts, *args):
62 def solveStep(self, ts, t, u, *args):
66 def adaptStep(self, ts, t, u, *args):
H A Dtest_snes_py.py15 def _log(self, method, *args):
29 def create(self, *args):
32 def destroy(self, *args):
/petsc/src/dm/impls/forest/p4est/
H A Dpetsc_p4est_package.h15 #define PetscCallP4est(func, args) \ argument
25 #define PetscCallP4estReturn(ret, func, args) \ argument
36 #define PetscCallP4est(func, args) \ argument
42 #define PetscCallP4estReturn(ret, func, args) \ argument
/petsc/include/petsc/private/cpp/
H A Dregister_finalize.hpp76 inline PetscErrorCode RegisterFinalizeable<D>::do_finalize_(Self &&self, Args &&...args) noexcept in do_finalize_()
90 inline PetscErrorCode RegisterFinalizeable<D>::do_register_finalize_(Self &&self, Args &&...args) n… in do_register_finalize_()
151 inline PetscErrorCode RegisterFinalizeable<D>::finalize(Args &&...args) noexcept in finalize()
188 inline PetscErrorCode RegisterFinalizeable<D>::register_finalize(Args &&...args) noexcept in register_finalize()
/petsc/lib/petsc/bin/maint/
H A Dgcov.py24 def __init__(self, *args, **kwargs):
44 def __log(stream, *args, **kwargs):
49 def log(self, *args, **kwargs):
54 def log_error(self, *args, **kwargs):
142 def build_command(self, *args):
190 def call_subprocess(func, *args, error_ok=False, **kwargs):
217 def subprocess_run(*args, **kwargs):
225 def subprocess_check_output(*args, **kwargs):
687 def main(*args, **kwargs):
714 args = parser.parse_args() variable
/petsc/lib/petsc/bin/
H A DgetAPI.py54 def __init__(self, name, mansec, includefile, value, *args, **kwargs):
67 def __init__(self, name, *args, **kwargs):
92 …def __init__(self, name = None, typename = None, stars = 0, array = False, const = False, *args, *…
121 def __init__(self, name, mansec, includefile, opaque, records, *args, **kwargs):
139 def __init__(self, rawrecord, *args, **kwargs):
150 def __init__(self, name, mansec, includefile, values, *args, **kwargs):
165 def __init__(self, name, mansec, includefile, values, *args, **kwargs):
180 def __init__(self, mansec, includefile, included, *args, **kwargs):
193 def __init__(self, name, *args, **kwargs):
867 args = parser.parse_args() variable
H A Dpetscnagfor35 def runnagfor(args): argument
58 args = sys.argv[1:] variable
60 args = [] variable
85 args = [x for x in args if not x.startswith('-C=')] variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dmain.py185 def root_sync_print(*args, **kwargs) -> None:
325 def add_argument(self, *args, **kwargs) -> argparse.Action: ...
327 def add_advanced_argument(prsr: ParserLike, *args, **kwargs) -> argparse.Action:
332 …def add_bool_argument(prsr: ParserLike, *args, advanced: bool = False, **kwargs) -> argparse.Actio…
422 …space: argparse.Namespace, values: Union[str, bool, Sequence[Any], None], *args, **kwargs) -> None:
/petsc/config/BuildSystem/config/
H A Dutil.py8 def classify(items, functional, args=(), kwargs=dict()): argument
65 def __call__(self, *args):
/petsc/include/petsc/private/
H A Dviewerhdf5impl.h18 #define PetscCallHDF5(func, args) \ argument
27 #define PetscCallHDF5ReturnNoCheck(ret, func, args) \ argument
34 #define PetscCallHDF5Return(ret, func, args) \ argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py35 def __init__(self, *args, **kwargs) -> None:
414 def __init__(self, *args, **kwargs) -> None:
860 def __init__(self, *args, **kwargs) -> None:
911 def __init__(self, *args, **kwargs) -> None:
933 def __init__(self, *args, **kwargs) -> None:
954 def __init__(self, *args, **kwargs) -> None:
976 def __init__(self, *args, **kwargs) -> None:
999 def __init__(self, *args, **kwargs) -> None:
1029 def __init__(self, *args, **kwargs) -> None:
1199 def __init__(self, *args, **kwargs) -> None:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py77 def subprocess_capture_output(*args, **kwargs) -> subprocess.CompletedProcess[str]:
327 def __exit__(self, *args, **kwargs) -> None:
372 def verbose_print(*args, **kwargs) -> None:
/petsc/src/sys/objects/device/impls/
H A Dimpldevicebase.hpp132 …&&OptionsFunction, PetscOptionItems PetscOptionsObject, const char optstub[], T &&...args) noexcept in PetscOptionDevice()
152 …viceBase<D>::PetscOptionDeviceInitialize(PetscOptionItems PetscOptionsObject, T &&...args) noexcept in PetscOptionDeviceInitialize()
172 …e DeviceBase<D>::PetscOptionDeviceSelect(PetscOptionItems PetscOptionsObject, T &&...args) noexcept in PetscOptionDeviceSelect()
189 …ode DeviceBase<D>::PetscOptionDeviceView(PetscOptionItems PetscOptionsObject, T &&...args) noexcept in PetscOptionDeviceView()
/petsc/src/binding/petsc4py/src/petsc4py/
H A D__main__.py18 def help(args=None): # noqa: A001 argument
/petsc/lib/petsc/bin/maint/generators/
H A Dd.py20 def main(args): argument
H A Dc++.py20 def main(args): argument
H A Dprettyprint.py24 def main(args): argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_src_pos.py164 def _get_src(self, func: Callable[..., str], *args, **kwargs) -> str:
170 def raw(self, *args, **kwargs) -> str:
187 def formatted(self, *args, **kwargs) -> str:
566 def raw(self, *args, **kwargs) -> str:
584 def formatted(self, *args, **kwargs) -> str:
601 def view(self, *args, **kwargs) -> None:
H A D_util.py14 def verbose_print(*args, **kwargs) -> bool:
39 def view(self, *args) -> str:
95 def read_file_lines_cached(*args, **kwargs) -> list[str]:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py155 def check_is_PetscScalar_and_not_PetscReal(*args, **kwargs) -> bool:
172 def check_is_PetscReal_and_not_PetscScalar(*args, **kwargs) -> bool:
214 def check_int_is_not_PetscBool(linter: Linter, obj: Cursor, *args, **kwargs) -> bool:
235 def check_MPIInt_is_not_PetscInt(linter: Linter, obj: Cursor, *args, **kwargs) -> bool:
/petsc/src/benchmarks/
H A Dsizeof.c5 int main(int argc, char **args) in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi59 cdef inline int event_args2objs(object args, PetscObject o[4]) except -1:
/petsc/include/
H A Dpetscdmplexegads.h19 #define PetscCallEGADS(func, args) \ argument
/petsc/src/sys/tests/
H A Dex9.c5 int main(int argc, char **args) in main()
H A Dex76.c4 int main(int argc, char **args) in main()

12345678910>>...18