Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 10 of 10) sorted by relevance

/libCEED/tests/
H A Djunit.py11 parser = argparse.ArgumentParser('Test runner with JUnit and TAP output')
12 parser.add_argument(
19 parser.add_argument(
26 parser.add_argument('-n', '--nproc', type=int, default=1, help='number of MPI processes')
27parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out…
28parser.add_argument('-np', '--pool-size', type=int, default=1, help='Number of test cases to run i…
29 parser.add_argument('-s', '--search', type=str, default='.*',
31 parser.add_argument('-v', '--verbose', action='store_true', default=False,
33 parser.add_argument('test', help='Test executable', nargs='?')
35 return parser
H A Djunit_common.py49 def __call__(self, parser, namespace, values, option_string=None): argument
/libCEED/examples/python/
H A Dex_common.py33 parser = argparse.ArgumentParser(description="libCEED surface area example")
34 parser.add_argument("-c", "--ceed", default="/cpu/self",
36 parser.add_argument("-d", "--dim", type=int, default=3,
38 parser.add_argument("-m", "--mesh-degree", type=int, default=4,
40 parser.add_argument("-p", "--solution-degree", type=int, default=4,
42 parser.add_argument("-q", "--quadrature-points", type=int, default=6,
44 parser.add_argument("-s", "--problem-size", type=int, default=-1,
46 parser.add_argument("-t", "--test", action="store_true",
48 parser.add_argument("--quiet", action="store_true",
50 parser.add_argument("-g", "--gallery", action="store_true",
[all …]
H A Dconftest.py15 def pytest_addoption(parser): argument
16 parser.addoption("--ceed", action="store", default='/cpu/self/ref/blocked')
/libCEED/backends/magma/tuning/
H A Dgenerate_tuning.py76 parser = argparse.ArgumentParser("MAGMA RTC autotuning") variable
77 parser.add_argument(
81 parser.add_argument(
86 parser.add_argument(
90 parser.add_argument(
94 args = parser.parse_args()
/libCEED/examples/fluids/
H A Dconv_plot.py27 parser = argparse.ArgumentParser(description='Get input arguments')
28 parser.add_argument('-f',
33 args = parser.parse_args()
/libCEED/python/tests/
H A Dconftest.py15 def pytest_addoption(parser): argument
16 parser.addoption("--ceed", action="store", default='/cpu/self/ref/blocked')
/libCEED/doc/sphinx/
H A Drequirements.txt3 myst-parser[linkify]>=4.0.1
/libCEED/
H A DDoxyfile324 # Doxygen selects the parser to use depending on the extension of the files it
325 # parses. With this tag you can assign which parser to use for a given
331 # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
2326 # are typically used for boiler-plate code, and will confuse the parser if not
/libCEED/doc/sphinx/source/
H A Dreleasenotes.md103 Due to a limitation of the OCCA parser, typedefs are required to use pointers to arrays in QFunctio…