Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 14 of 14) sorted by relevance

/libCEED/python/
H A Dceed_constants.py26 EPSILON = lib.CEED_EPSILON variable
/libCEED/examples/python/
H A Dex3_volume.py169 tol = 200 * libceed.EPSILON if dim == 1 else 1e-5
H A Dex1_volume.py172 tol = 200 * libceed.EPSILON if dim == 1 else 1e-5
H A Dex2_surface.py177 tol = 10000 * libceed.EPSILON if dim == 1 else 1e-1
/libCEED/rust/libceed/src/
H A Dlib.rs49 pub const EPSILON: crate::Scalar = bind_ceed::CEED_EPSILON as crate::Scalar; constant
1248 error < 50.0 * EPSILON, in ceed_t501()
/libCEED/examples/rust/ex1-volume/src/
H A Dmain.rs265 1 => 500.0 * libceed::EPSILON, in example_1()
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs283 1 => 200.0 * libceed::EPSILON, in example_1_vector()
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs346 1 => 200.0 * libceed::EPSILON, in example_3()
/libCEED/python/tests/
H A Dtest-1-vector.py16 TOL = libceed.EPSILON * 256
H A Dtest-4-qfunction.py16 TOL = libceed.EPSILON * 256
H A Dtest-3-basis.py18 TOL = libceed.EPSILON * 256
H A Dtest-5-operator.py17 TOL = libceed.EPSILON * 256
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs343 1 => 10000.0 * libceed::EPSILON, in example_2()
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs369 1 => 200.0 * libceed::EPSILON, in example_3_vector()