| /petsc/src/binding/petsc4py/test/ |
| H A D | test_ts_py.py | 40 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 D | test_snes_py.py | 15 def _log(self, method, *args): 29 def create(self, *args): 32 def destroy(self, *args):
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | petsc_p4est_package.h | 15 #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 D | register_finalize.hpp | 76 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 D | gcov.py | 24 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 D | getAPI.py | 54 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 D | petscnagfor | 35 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 D | main.py | 185 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 D | util.py | 8 def classify(items, functional, args=(), kwargs=dict()): argument 65 def __call__(self, *args):
|
| /petsc/include/petsc/private/ |
| H A D | viewerhdf5impl.h | 18 #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.py | 35 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.py | 77 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 D | impldevicebase.hpp | 132 …&&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__.py | 18 def help(args=None): # noqa: A001 argument
|
| /petsc/lib/petsc/bin/maint/generators/ |
| H A D | d.py | 20 def main(args): argument
|
| H A D | c++.py | 20 def main(args): argument
|
| H A D | prettyprint.py | 24 def main(args): argument
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _src_pos.py | 164 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.py | 14 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.py | 155 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 D | sizeof.c | 5 int main(int argc, char **args) in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsclog.pxi | 59 cdef inline int event_args2objs(object args, PetscObject o[4]) except -1:
|
| /petsc/include/ |
| H A D | petscdmplexegads.h | 19 #define PetscCallEGADS(func, args) \ argument
|
| /petsc/src/sys/tests/ |
| H A D | ex9.c | 5 int main(int argc, char **args) in main()
|
| H A D | ex76.c | 4 int main(int argc, char **args) in main()
|