Searched refs:EPSILON (Results 1 – 14 of 14) sorted by relevance
26 EPSILON = lib.CEED_EPSILON variable
169 tol = 200 * libceed.EPSILON if dim == 1 else 1e-5
172 tol = 200 * libceed.EPSILON if dim == 1 else 1e-5
177 tol = 10000 * libceed.EPSILON if dim == 1 else 1e-1
49 pub const EPSILON: crate::Scalar = bind_ceed::CEED_EPSILON as crate::Scalar; constant1248 error < 50.0 * EPSILON, in ceed_t501()
265 1 => 500.0 * libceed::EPSILON, in example_1()
283 1 => 200.0 * libceed::EPSILON, in example_1_vector()
346 1 => 200.0 * libceed::EPSILON, in example_3()
16 TOL = libceed.EPSILON * 256
18 TOL = libceed.EPSILON * 256
17 TOL = libceed.EPSILON * 256
343 1 => 10000.0 * libceed::EPSILON, in example_2()
369 1 => 200.0 * libceed::EPSILON, in example_3_vector()