| /libCEED/backends/sycl/ |
| H A D | online_compiler.sycl.cpp | 163 for (uint32_t I = 0; I < NumOutputs; I++) { in compileToSPIRV() local 164 size_t NameLen = strlen(OutputNames[I]); in compileToSPIRV() 165 if (NameLen >= 4 && strstr(OutputNames[I], ".spv") != nullptr && Outputs[I] != nullptr) { in compileToSPIRV() 167 SpirV = std::vector<byte>(Outputs[I], Outputs[I] + OutputLengths[I]); in compileToSPIRV() 168 } else if (!strcmp(OutputNames[I], "stdout.log")) { in compileToSPIRV() 169 CompileLog = std::string(reinterpret_cast<const char *>(Outputs[I])); in compileToSPIRV()
|
| /libCEED/tests/junit-xml/ |
| H A D | README.rst | 14 *As there is no definitive Jenkins JUnit XSD that I could find, the XML 47 test_cases = [TestCase('Test1', 'some.class.name', 123.345, 'I am stdout!', 'I am stderr!')] 61 I am stdout! 64 I am stderr!
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 37 By making a contribution to this project, I certify that: 39 (a) The contribution was created in whole or in part by me and I have the right to submit it under … 41 …I have the right under that license to submit that work with modifications, whether created in who… 43 …vided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. 45 …) I understand and agree that this project and the contribution are public and that a record of th…
|
| H A D | ceed.pc.template | 9 Cflags: -I${includedir}
|
| H A D | Doxyfile | 194 # using the -I flag.
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 37 By making a contribution to this project, I certify that: 39 (a) The contribution was created in whole or in part by me and I have the right to submit it under … 41 …I have the right under that license to submit that work with modifications, whether created in who… 43 …vided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. 45 …) I understand and agree that this project and the contribution are public and that a record of th…
|
| H A D | releasenotes.md | 182 …eature, one should adhere to relative paths only, not compiler flags like `-I`, which the JiT will…
|
| /libCEED/examples/ceed/ |
| H A D | index.md | 18 I = \int_{\Omega} 1 \, dV . 27 with $v(x) \in \mathcal{V}_p = \{ v \in H^{1}(\Omega_e) \,|\, v \in P_p(\bm{I}), e=1,\ldots,N_e \}$… 39 I = \int_{\partial \Omega} 1 \, dS , 75 I = \int_{\Omega} \left( 1 + \nabla^2 1 \right) \, dV . 84 with $v(x) \in \mathcal{V}_p = \{ v \in H^{1}(\Omega_e) \,|\, v \in P_p(\bm{I}), e=1,\ldots,N_e \}$…
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | ceed.pc.template | 9 Cflags: -I${includedir}
|
| /libCEED/examples/nek/boxes/ |
| H A D | b1e.rea | 153 0 Curved sides follow IEDGE,IEL,CURVE(I),I=1,5, CCURVE 182 0 POINTS. Hcode, I,J,H,IEL
|
| /libCEED/julia/LibCEED.jl/gen/ |
| H A D | generator.jl | 14 push!(args, "-I$include_dir")
|
| /libCEED/examples/ |
| H A D | notation.md | 10 …dinates are represented as $\bm{X}=(X,Y,Z) \equiv (X_0,X_1,X_2) \in \textrm{I}=[-1,1]^3$ (for $d=3…
|
| /libCEED/examples/python/ |
| H A D | tutorial-6-shell.ipynb | 34 "$\\boldsymbol{X}=(X,Y,Z) \\equiv (X_1,X_2,X_3) \\in I=[-1,1]^3$\n", 51 " I = \\int_{\\Omega} 1 \\, dV .\n", 61 …"with $v(x) \\in \\mathcal{V}_p = \\{ v \\in H^{1}(\\Omega_e) \\,|\\, v \\in P_p(\\boldsymbol{I}),… 225 " I = \\int_{\\partial \\Omega} 1 \\, dS ,\n",
|
| H A D | tutorial-3-basis.ipynb | 119 "I = ceed.Vector(P * P)\n", 120 "with I.array_write(P, P) as x:\n", 124 "basis_viz.apply(4, libceed.EVAL_INTERP, I, basis_fns)\n",
|
| /libCEED/examples/petsc/ |
| H A D | index.md | 10 … coordinates of the reference element are $\bm{X}=(X,Y) \equiv (X_0,X_1) \in \textrm{I} =[-1,1]^2$. 23 …discrete surface, denoted by $\bm{{x}}=(x,y)$, to $\bm{X}=(X,Y) \in \textrm{I}$ on the reference e… 60 …lement in figure {numref}`fig-sphere-coords`), to $\bm{X}=(X,Y) \in \textrm{I}$ on the reference e…
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1257 CeedScalar *tau, *I, *mat_copy; in CeedMatrixPseudoinverse() local 1260 CeedCall(CeedCalloc(m * m, &I)); in CeedMatrixPseudoinverse() 1268 for (CeedInt i = 0; i < m; i++) I[i * m + i] = 1.0; in CeedMatrixPseudoinverse() 1269 CeedCall(CeedHouseholderApplyQ(I, mat_copy, tau, CEED_TRANSPOSE, m, m, n, m, 1)); in CeedMatrixPseudoinverse() 1272 mat_pinv[j + m * (n - 1)] = I[j + m * (n - 1)] / mat_copy[n * n - 1]; in CeedMatrixPseudoinverse() 1274 mat_pinv[j + m * i] = I[j + m * i]; in CeedMatrixPseudoinverse() 1281 CeedCall(CeedFree(&I)); in CeedMatrixPseudoinverse()
|
| /libCEED/examples/solids/ |
| H A D | index.md | 153 \bm{\sigma} = \lambda \log(1 + \operatorname{trace} \bm\epsilon) \bm{I}_3 + 2\mu \bm{\epsilon} 182 \diff \bm{\sigma} = \bar{\lambda} \cdot \operatorname{trace} \diff \bm{\epsilon} \cdot \bm{I}_3 + … 487 …I} \diff \bm F_{\ell J} + \diff \bm F_{\ell I} \bm F_{\ell J}) \\ &= \frac 1 2 \Big( \delta_{\ell …
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 22 …partial t} + \nabla \cdot \left( \frac{\bm{U} \otimes \bm{U}}{\rho} + P \bm{I}_3 -\bm\sigma \right… 27 where $\bm{\sigma} = \mu(\nabla \bm{u} + (\nabla \bm{u})^T + \lambda (\nabla \cdot \bm{u})\bm{I}_3)… 28 … total energy including thermal and kinetic but not potential energy), $\bm{I}_3$ represents the $… 55 {(\bm{U} \otimes \bm{U})}/{\rho} + P \bm{I}_3 \\ 89 with $\mathcal{V}_p = \{ \bm v(\bm x) \in H^{1}(\Omega_e) \,|\, \bm v(\bm x_e(\bm X)) \in P_p(\bm{I… 341 …\in H^{1}(\Omega_e^\mathrm{parent}) \,|\, \bm v(\bm x_e(\bm X)) \in P_p(\bm{I}), e=1,\ldots,N_e \}… 562 …}{\partial t} + \nabla \cdot \left( \frac{\bm{U} \otimes \bm{U}}{\rho} + P \bm{I}_3 \right) &= 0 \\
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 516 # T = I
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.bib | 220 M. Stowell and V. Tomov and I. Akkerman and J. Dahm and D. Medina and S. Zampini},
|