| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 29 CeedScalar left, right; member 47 …oeWeights r, CeedScalar q_left, CeedScalar q_right) { return r.left * q_left + r.right * q_right; } in RoeAverage() 51 return q_right * dr.right + q_left * dr.left + r.right * dq_right + r.left * dq_left; in RoeAverage_fwd() 54 CEED_QFUNCTION_HELPER StateConservative Flux_HLL(State left, State right, StateConservative flux_le… in Flux_HLL() argument 58 UnpackState_U(right.U, U_right); in Flux_HLL() 72 CEED_QFUNCTION_HELPER StateConservative Flux_HLL_fwd(State left, State right, State dleft, State dr… in Flux_HLL_fwd() argument 77 UnpackState_U(right.U, U_r); in Flux_HLL_fwd() 101 …ds_Roe(NewtonianIdealGasContext gas, State left, CeedScalar u_left, State right, CeedScalar u_righ… in ComputeHLLSpeeds_Roe() argument 105 RoeWeights r = RoeSetup(left.U.density, right.U.density); in ComputeHLLSpeeds_Roe() 112 CeedScalar H_right = TotalSpecificEnthalpy(gas, right); in ComputeHLLSpeeds_Roe() [all …]
|
| /libCEED/examples/petsc/ |
| H A D | index.md | 32 …right| = \left\|col_1\left(\frac{\partial \bar{\bm{x}}}{\partial \bm{X}}\right)\right\| \left\|col… 35 We note that in equation {eq}`eq-coordinate-transforms-cube`, the right-most Jacobian matrix ${\par… 38 …right) / \left\| col_1\left(\frac{\partial\bar{\bm{x}}}{\partial \bm{X}}\right)\right\| , col_2\le… 69 …right| = \left| col_1\left(\frac{\partial \overset{\circ}{\bm{x}}}{\partial \bm{X}}\right) \times … 80 We note that in equation {eq}`eq-coordinate-transforms-sphere`, the right-most Jacobian matrix ${\p… 109 …right)_{(2\times 3)}^{+} = \left(\frac{\partial \overset{\circ}{\bm{x}}}{\partial \bm{X}}_{(2\tim… 121 …rtial \overset\circ{\bm x}} \left( \frac{\partial u}{\partial \overset\circ{\bm x}} \right)^T \, dS 122 …m X}{\partial \overset\circ{\bm x}} \right)^T}_{\bm g_{(2\times 2)}} \left(\frac{\partial u}{\par… 129 …right)^{-1}_{(2\times 2)} \frac{\partial \overset{\circ}{\bm{x}}}{\partial \bm{X}}_{(2\times3)}^T … 136 …right)^T \, dS = \int_{\Omega} \frac{\partial v}{\partial \bm X} \underbrace{\left(\frac{\part… [all …]
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 66 static double right(const double eps, const double x) { return (x <= 0.5) ? (2 - eps) * x : 1 + eps… in right() function 69 static double left(const double eps, const double x) { return 1 - right(eps, 1 - x); } in left() 97 c[i + 1] = step(left(eps, y), right(eps, y), lambda); in Kershaw() 98 c[i + 2] = step(left(eps, z), right(eps, z), lambda); in Kershaw() 101 c[i + 1] = step(right(eps, y), left(eps, y), lambda / 2); in Kershaw() 102 c[i + 2] = step(right(eps, z), left(eps, z), lambda / 2); in Kershaw() 105 c[i + 1] = step(right(eps, y), left(eps, y), (1 + lambda) / 2); in Kershaw() 106 c[i + 2] = step(right(eps, z), left(eps, z), (1 + lambda) / 2); in Kershaw() 109 c[i + 1] = right(eps, y); in Kershaw() 110 c[i + 2] = right(eps, z); in Kershaw()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 527 dR_fd.right = (R1.right - R0.right) / eps; in TestRowSetup_fwd() 536 dR_err.right = RelativeError(dR_fd.right, dR.right, dR_fd.right, divisor_threshold); in TestRowSetup_fwd() 538 …if (fabs(dR_err.right) >= rtol) printf("%s dR.right error %g (expected %.10e, got %.10e)\n", buf, … in TestRowSetup_fwd()
|
| /libCEED/doc/sphinx/source/css/ |
| H A D | altair-plot.css | 2 margin-right: 12px;
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 22 … \cdot \left( \frac{\bm{U} \otimes \bm{U}}{\rho} + P \bm{I}_3 -\bm\sigma \right) - \rho \bm{b} &=… 23 …\left( \frac{(E + P)\bm{U}}{\rho} -\bm{u} \cdot \bm{\sigma} - k \nabla T \right) - \rho \bm{b} \cd… 31 P = \left( {c_p}/{c_v} -1\right) \left( E - {\bm{U}\cdot\bm{U}}/{(2 \rho)} \right) \, , 86 …\bm{q}_N}{\partial t} + \nabla \cdot \bm{F}(\bm{q}_N) - \bm{S}(\bm{q}_N) \right) \,dV = 0 \, , \; … 95 \int_{\Omega} \bm v \cdot \left( \frac{\partial \bm{q}_N}{\partial t} - \bm{S}(\bm{q}_N) \right) \… 127 k_i &= f\left(t^n + c_i \Delta t, \bm{q}_N^n + \Delta t \sum_{j=1}^s a_{ij} k_j \right)\\ 179 …\int_{\Omega} \bm v \cdot \left( \frac{\partial \bm{q}_N}{\partial t} - \bm{S}(\bm{q}_N) \right) … 182 …+ \int_{\Omega} \nabla\bm v \tcolon\left(\frac{\partial \bm F_{\text{adv}}}{\partial \bm q}\right)… 183 \nabla \cdot \bm{F} \, (\bm{q}_N) - \bm{S}(\bm{q}_N) \right) \,dV &= 0 196 …\int_{\Omega} \bm v \cdot \left( \frac{\partial \bm{q}_N}{\partial t} - \bm{S}(\bm{q}_N) \right) … [all …]
|
| /libCEED/examples/ceed/ |
| H A D | index.md | 75 I = \int_{\Omega} \left( 1 + \nabla^2 1 \right) \, dV . 81 \sum_e \int_{\Omega_e}\left( v(x) 1 + \nabla v(x) \cdot 0 \right) \, dV
|
| /libCEED/ |
| H A D | CONTRIBUTING.md | 39 (a) The contribution was created in whole or in part by me and I have the right to submit it under … 41 …ledge, is covered under an appropriate open source license and I have the right under that license…
|
| H A D | CODE_OF_CONDUCT.md | 31 Community leaders have the right and responsibility to remove, edit, or reject comments, commits, c…
|
| H A D | Doxyfile | 1860 # projects and redirect the results back to the right project.
|
| /libCEED/doc/sphinx/source/ |
| H A D | CONTRIBUTING.md | 39 (a) The contribution was created in whole or in part by me and I have the right to submit it under … 41 …ledge, is covered under an appropriate open source license and I have the right under that license…
|
| H A D | CODE_OF_CONDUCT.md | 31 Community leaders have the right and responsibility to remove, edit, or reject comments, commits, c…
|
| H A D | intro.md | 7 …n of the linearization at quadrature points (labeled as *tensor*). In the right panel, we show the…
|
| /libCEED/examples/ |
| H A D | bps.md | 42 Here, we have introduced the mass matrix, $M$, and the right-hand side, $\bm b$,
|
| /libCEED/examples/deal.II/ |
| H A D | .clang-format | 120 # put boost right after deal:
|
| /libCEED/examples/solids/ |
| H A D | index.md | 55 - \int_{\partial \Omega}{\bm{v} \cdot \left(\bm{\sigma} \cdot \hat{\bm{n}}\right)} \, dS 70 \bm{\epsilon} = \dfrac{1}{2}\left(\nabla \bm{u} + \nabla \bm{u}^T \right). 170 \diff \bm{\epsilon} = \dfrac{1}{2}\left( \nabla \diff \bm{u} + \nabla \diff \bm{u}^T \right) 240 …metric, living in the current configuration on the left and the initial configuration on the right. 253 …begin by defining two symmetric tensors in the initial configuration, the right Cauchy-Green tensor 308 …eft( \begin{smallmatrix} 1 + u_{0,0} & u_{0,1} \\ u_{1,0} & 1 + u_{1,1} \end{smallmatrix} \right)$.
|
| H A D | README.md | 68 In this example, we set the left boundary, face set $999$, to zero displacement and the right bound…
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | finite-strain-neo-hookean.h | 36 const CeedScalar left = sqrt(2.) / 2 - 1, right = sqrt(2.) - 1; in log1p_series_shifted() local 42 } else if (right < x) { in log1p_series_shifted()
|
| H A D | finite-strain-mooney-rivlin.h | 41 const CeedScalar left = sqrt(2.) / 2 - 1, right = sqrt(2.) - 1; in log1p_series_shifted() local 47 } else if (right < x) { in log1p_series_shifted()
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | UserQFunctions.md | 81 defined by the tuple on the right-hand side. `ceed` is the name of the
|