Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 38) sorted by relevance

12

/libCEED/benchmarks/
H A Dpostprocess_base.py35 for line in fileinput.input(files):
37 if 'Running the tests using a total of' in line:
40 line.split(
46 elif 'tasks per node' in line:
48 line.split(
54 elif "CEED Benchmark Problem" in line:
59 data['test'] = line.split()[-2] + " " + line.split('-- ')[1]
61 data['case'] = 'scalar' if (('Problem 1' in line) or ('Problem 3' in line)
62 or ('Problem 5' in line)) else 'vector'
63 elif "Hostname" in line:
[all …]
H A Dbenchmark.sh294 read -p "$prompt" -e line; do
295 history -s "$line"
298 eval "$line"
H A DREADME.md28 variables can be set on the command line:
46 by listing them on the command line and also read the standard input if no files
47 were specified on the command line.
/libCEED/python/
H A Dbuild_ceed_cffi.py17 def is_valid_line(line): argument
18 if (line.startswith("#") and not line.startswith("#include")):
20 if (line.startswith("#include \"deprecated.h\"")):
22 if (line.startswith(" CEED_QFUNCTION_ATTR")):
24 if (line.startswith(" static const char")):
26 if (line.endswith('\\\n')):
28 if ("CeedErrorImpl" in line):
30 if (r'const char *, ...);' in line):
32 if (line.startswith("CEED_EXTERN const char *const")):
34 if (ceed_version_ge.match(line)):
[all …]
/libCEED/doc/img/tex/
H A DlibCEEDBackends.tex28 \draw[-stealth, line width=0.5pt] (1.6, -0.8) -- ++(1.6,2.4-0.2);
37 \draw[-stealth, line width=0.5pt] (1.6, 0.4) -- ++(1.6,1.2-0.1);
46 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,0.0);
55 \draw[-stealth, line width=0.5pt] (1.6, 2.8) -- ++(1.6,-1.2+0.1);
68 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,3.6);
69 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,2.4);
70 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,1.2);
71 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,0.0);
72 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-1.2);
73 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-2.4);
[all …]
/libCEED/doc/img/
H A DlibCEEDBackends.tex31 \draw[-stealth, line width=0.5pt] (1.6, 3.0+0.4) -- ++(1.6,-1.2-0.4);
40 \draw[-stealth, line width=0.5pt] (1.6, 1.8+0.4) -- ++(1.6,0.0-0.55);
49 \draw[-stealth, line width=0.5pt] (1.6, 0.6+0.4) -- ++(1.6,1.2-0.65);
58 \draw[-stealth, line width=0.5pt] (1.6, -0.6+0.4) -- ++(1.6,2.4-0.8);
71 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,3.6);
72 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,2.4);
73 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,1.2);
74 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,0.0);
75 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-1.2);
76 \draw[-stealth, line width=0.5pt] (1.6, 1.6) -- ++(1.6,-2.4);
[all …]
/libCEED/tests/output/
H A Dt300-basis.out1 CeedBasis in a H^1 space on a line element
18 CeedBasis in a H^1 space on a line element
35 CeedBasis in a H^1 space on a line element
H A Dt300-basis-f.out1 CeedBasis in a H^1 space on a line element
18 CeedBasis in a H^1 space on a line element
35 CeedBasis in a H^1 space on a line element
/libCEED/
H A Dsetup.py28 ceed_version = [line.split("Version:", 1)[1].strip() for line in template if
29 line.startswith("Version: ")]
/libCEED/tests/
H A Djunit_common.py276 def find_matching(line: str, open: str = '(', close: str = ')') -> Tuple[int, int]:
295 start: int = line.find(open)
299 for i in range(start + 1, len(line)):
300 if line[i] == open:
302 if line[i] == close:
309 def parse_test_line(line: str, fallback_name: str = '') -> TestSpec:
322 if line[0] == "(":
324 start, end = find_matching(line)
328 keyvalues_str = line[start:end + 1]
358 line = line[end + 1:]
[all …]
/libCEED/python/tests/output/
H A Dtest_300.out1 CeedBasis in a H^1 space on a line element
19 CeedBasis in a H^1 space on a line element
/libCEED/examples/mfem/
H A DREADME.md18 Optional command-line arguments are shown by adding the command-line argument "--help".
/libCEED/doc/sphinx/source/
H A Dconf.py84 for line in f:
85 if line.startswith("Version:"):
86 pkgconf_version = line.partition(": ")[2]
/libCEED/examples/deal.II/
H A DREADME.md25 Optional command-line arguments are shown by adding the command-line argument "--help".
/libCEED/examples/python/
H A DREADME.md25 A full list of command-line arguments are shown by adding the command-line argument "--help".
H A Dtutorial-6-shell.ipynb46 "This example shows how to compute line/surface/volume integrals of a 1D, 2D, or 3D\n",
179 "Selected options: [command line option] : <current value>\n",
207 …compute line/surface/volume integrals of a 1D, 2D, or 3D domain Ω respectively, by applying the ma…
270 "Selected options: [command line option] : <current value>\n",
298 … matrix-free application of a Laplace's (diffusion) operator. The command line option `-d` specifi…
/libCEED/examples/fluids/
H A Dpytorch_pkgconfig.py39 for line in f:
40 regex_result = regex_ABI.search(line)
H A DREADME.md28 The Navier-Stokes mini-app is controlled via command-line options.
304 The following additional command-line options are available:
424 For the Isentropic Vortex problem, the following additional command-line options are available:
473 For the Shock Tube problem, the following additional command-line options are available:
512 For the Density Current, Channel, and Blasius problems, the following common command-line options a…
675 The Gaussian wave problem has the following command-line options in addition to the Newtonian Ideal…
734 The vortex shedding, flow past cylinder problem has the following command-line options in addition …
788 The Density Current problem has the following command-line options in addition to the Newtonian Ide…
842 The Channel problem has the following command-line options in addition to the Newtonian Ideal Gas o…
886 The Blasius problem has the following command-line options in addition to the Newtonian Ideal Gas o…
[all …]
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp53 char line[CEED_MAX_RESOURCE_LEN] = ""; in CeedCallSystem_Core() local
56 while (fgets(line, sizeof(line), output_stream) != nullptr) { in CeedCallSystem_Core()
57 output += line; in CeedCallSystem_Core()
296 char line[CEED_MAX_RESOURCE_LEN] = ""; in CeedCompileCore_Cuda() local
299 while (fgets(line, sizeof(line), output_stream) != nullptr) { in CeedCompileCore_Cuda()
300 output += line; in CeedCompileCore_Cuda()
/libCEED/julia/LibCEED.jl/test/output/Float32/
H A Db3.out1 CeedBasis in a H^1 space on a line element
/libCEED/julia/LibCEED.jl/test/output/Float64/
H A Db3.out1 CeedBasis in a H^1 space on a line element
/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py190 if case.line:
191 test_case_attributes["line"] = decode(case.line, encoding)
379 line=None, argument
392 self.line = line
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c68 char line[char_array_len]; in ReadStgInflow() local
81 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in ReadStgInflow()
82 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in ReadStgInflow()
125 char line[char_array_len]; in ReadStgRand() local
136 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in ReadStgRand()
137 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in ReadStgRand()
H A Dblasius.c121 char line[char_array_len]; in GetYNodeLocs() local
126 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in GetYNodeLocs()
131 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in GetYNodeLocs()
142 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in GetYNodeLocs()
143 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in GetYNodeLocs()
/libCEED/examples/fluids/src/
H A Dmisc.c310 char line[char_array_len]; in PhastaDatFileOpen() local
315 PetscCall(PetscSynchronizedFGets(comm, *fp, char_array_len, line)); in PhastaDatFileOpen()
316 PetscCall(PetscStrToArray(line, ' ', &ndims, &array)); in PhastaDatFileOpen()
349 char line[char_array_len]; in PhastaDatFileReadToArrayReal() local
358 PetscCall(PetscSynchronizedFGets(comm, fp, char_array_len, line)); in PhastaDatFileReadToArrayReal()
359 PetscCall(PetscStrToArray(line, ' ', &ndims, &row_array)); in PhastaDatFileReadToArrayReal()

12