Home
last modified time | relevance | path

Searched defs:rtol (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dbc_freestream.c382 static PetscErrorCode TestComputeHLLSpeeds_Roe_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestComputeHLLSpeeds_Roe_fwd()
457 static PetscErrorCode TestTotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestTotalSpecificEnthalpy_fwd()
504 static PetscErrorCode TestRowSetup_fwd(NewtonianIdealGasContext gas, CeedScalar rtol) { in TestRowSetup_fwd()
545 static PetscErrorCode RiemannSolverUnitTests(NewtonianIdealGasContext gas, CeedScalar rtol) { in RiemannSolverUnitTests()
H A Dnewtonian.c132 CeedScalar rtol = 40 * CEED_EPSILON; in UnitTests_Newtonian() local
143 CeedScalar rtol = 5e-6; in UnitTests_Newtonian() local
/libCEED/examples/fluids/src/
H A Dsetupts.c387 PetscReal rtol; in TSSolve_NS() local