Home
last modified time | relevance | path

Searched refs:riemann (Results 1 – 2 of 2) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c29 RiemannFluxType riemann = RIEMANN_HLLC; in FreestreamBCSetup() local
43 (PetscEnum)riemann, (PetscEnum *)&riemann, NULL)); in FreestreamBCSetup()
52 switch (riemann) { in FreestreamBCSetup()
68 switch (riemann) { in FreestreamBCSetup()
84 switch (riemann) { in FreestreamBCSetup()
/libCEED/examples/fluids/
H A DREADME.md265 …undary, choose `bc_outflow`. This condition (with default `outflow_type: riemann`) is stable for b…
268 In our experience, `riemann` is slightly less reflective but produces similar flows in cases of str…
269 …cilitate comparison with other codes, such as PHASTA-C, but we recommend `riemann` for general use.