Searched refs:side (Results 1 – 8 of 8) sorted by relevance
| /libCEED/examples/fluids/qfunctions/ |
| H A D | riemann_solver.h | 219 …ateConservative RiemannFlux_HLLC_Star(NewtonianIdealGasContext gas, State side, StateConservative … in RiemannFlux_HLLC_Star() argument 221 CeedScalar fact = side.U.density * (s_side - u_side) / (s_side - s_star); in RiemannFlux_HLLC_Star() 222 CeedScalar denom = side.U.density * (s_side - u_side); in RiemannFlux_HLLC_Star() 227 side.Y.velocity[0] + (s_star - u_side) * normal[0], in RiemannFlux_HLLC_Star() 228 side.Y.velocity[1] + (s_star - u_side) * normal[1], in RiemannFlux_HLLC_Star() 229 side.Y.velocity[2] + (s_star - u_side) * normal[2], in RiemannFlux_HLLC_Star() 231 side.U.E_total / side.U.density // in RiemannFlux_HLLC_Star() 232 + (s_star - u_side) * (s_star + side.Y.pressure / denom) in RiemannFlux_HLLC_Star() 234 return StateConservativeAXPBYPCZ(1, F_side, s_side * fact, star, -s_side, side.U); in RiemannFlux_HLLC_Star() 237 …onservative RiemannFlux_HLLC_Star_fwd(NewtonianIdealGasContext gas, State side, State dside, State… in RiemannFlux_HLLC_Star_fwd() argument [all …]
|
| /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/solids/ |
| H A D | README.md | 80 …the coordinates for a particular side of a mesh are zero along the axis of rotation, it may appear…
|
| /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
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 113 …> - the dependent DoFs (usually on the higher-order side of a face/edge) can be treated just like … 168 When desired, the setup phase may be done as a side-effect of evaluating a different operator, such…
|
| H A D | libCEEDdev.md | 204 In general, variable and function names should avoid abbreviations and err on the side of verbosity…
|
| /libCEED/examples/fluids/ |
| H A D | index.md | 365 The triple integral in the right hand side is just an integral over the full domain 580 …is zero in both sections. Symmetry boundary conditions are applied to the side walls and wall boun…
|
| /libCEED/ |
| H A D | Doxyfile | 1628 # value is set to YES, a side panel will be generated containing a tree-like 1644 # FULL_SIDEBAR option determines if the side bar is limited to only the treeview 1713 # https://www.mathjax.org) which uses client side JavaScript for the rendering
|