Searched defs:rtol (Results 1 – 3 of 3) sorted by relevance
341 static PetscErrorCode TestComputeHLLSpeeds_Roe_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestComputeHLLSpeeds_Roe_fwd()416 static PetscErrorCode TestTotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestTotalSpecificEnthalpy_fwd()463 static PetscErrorCode TestRowSetup_fwd(NewtonianIGProperties gas, CeedScalar rtol) { in TestRowSetup_fwd()504 static PetscErrorCode RiemannSolverUnitTests(NewtonianIGProperties gas, CeedScalar rtol) { in RiemannSolverUnitTests()
736 CeedScalar rtol; in UnitTests_Newtonian() local
56 def verify_training_data(database_array, correct_array, ceed_resource, atol=1e-8, rtol=1e-8): argument