Home
last modified time | relevance | path

Searched defs:tol (Results 1 – 17 of 17) sorted by relevance

/libCEED/tests/
H A Dt361-basis.c16 CeedScalar tol; in GetTolerance() local
100 CeedScalar tol = GetTolerance(scalar_type, dim); in main() local
H A Dt315-basis.c16 CeedScalar tol; in GetTolerance() local
98 CeedScalar tol = GetTolerance(scalar_type, dim); in main() local
H A Dt314-basis.c16 CeedScalar tol; in GetTolerance() local
98 CeedScalar tol = GetTolerance(scalar_type, dim); in main() local
H A Dt316-basis.c16 CeedScalar tol; in GetTolerance() local
98 CeedScalar tol = GetTolerance(scalar_type, dim); in main() local
H A Dt365-basis.c16 CeedScalar tol; in GetTolerance() local
106 CeedScalar tol = GetTolerance(scalar_type, dim); in main() local
H A Dt357-basis.c16 CeedScalar tol; in GetTolerance() local
104 CeedScalar tol = GetTolerance(scalar_type, dim); in main() local
H A Dt319-basis.c28 CeedScalar tol; in GetTolerance() local
40 CeedScalar tol; in VerifyProjectedBasis() local
224 CeedScalar tol = 100 * CEED_EPSILON; in main() local
/libCEED/examples/petsc/
H A Darea.c203 PetscReal tol = 5e-6; in main() local
H A Dbpssphere.c282 PetscReal tol = 5e-4; in main() local
H A Dbps.c273 … PetscReal tol = rp->bp_choice < CEED_BP3 ? 5e-4 : (5e-2 + (rp->bp_choice % 2 == 1 ? 5e-3 : 0)); in RunWithDM() local
H A Dmultigrid.c510 PetscReal tol = 5e-2; in main() local
H A Dbpsraw.c758 PetscReal tol = 5e-2; in main() local
/libCEED/examples/ceed/
H A Dex3-volume.c259 CeedScalar tol = (dim == 1 ? 200. * CEED_EPSILON : dim == 2 ? 1E-5 : 1E-5); in main() local
H A Dex2-surface.c290 CeedScalar tol = (dim == 1 ? 10000. * CEED_EPSILON : dim == 2 ? 1E-1 : 1E-1); in main() local
H A Dex1-volume.c270 CeedScalar tol = (dim == 1 ? 200. * CEED_EPSILON : dim == 2 ? 1E-5 : 1E-5); in main() local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c280 CeedScalar tol = (dim == 1 ? 200. * CEED_EPSILON : dim == 2 ? 1E-5 : 1E-5); in main() local
/libCEED/interface/
H A Dceed-basis.c1362 CeedScalar tol = CEED_EPSILON; in CeedSymmetricSchurDecomposition() local