Home
last modified time | relevance | path

Searched refs:f64 (Results 1 – 11 of 11) sorted by relevance

/libCEED/examples/rust/ex3-volume/src/
H A Dtransform.rs23 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)) in transform_mesh_coordinates()
34 let v = coords[i + num_nodes] * std::f64::consts::PI / 2.; in transform_mesh_coordinates()
44 2 | 3 => 3. / 4. * std::f64::consts::PI, in transform_mesh_coordinates()
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dtransform.rs23 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)) in transform_mesh_coordinates()
34 let v = coords[i + num_nodes] * std::f64::consts::PI / 2.; in transform_mesh_coordinates()
44 2 | 3 => 3. / 4. * std::f64::consts::PI, in transform_mesh_coordinates()
/libCEED/examples/rust/ex1-volume/src/
H A Dtransform.rs22 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)).sin() in transform_mesh_coordinates()
31 let v = std::f64::consts::PI as libceed::Scalar / 2.0 * coords[i + num_nodes]; in transform_mesh_coordinates()
40 2 | 3 => 3.0 / 4.0 * std::f64::consts::PI as libceed::Scalar, in transform_mesh_coordinates()
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dtransform.rs22 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)).sin() in transform_mesh_coordinates()
31 let v = std::f64::consts::PI as libceed::Scalar / 2.0 * coords[i + num_nodes]; in transform_mesh_coordinates()
40 2 | 3 => 3.0 / 4.0 * std::f64::consts::PI as libceed::Scalar, in transform_mesh_coordinates()
/libCEED/examples/rust-qfunctions/ex1-volume-rs/src/
H A Dlib.rs45 in_: *const *const f64, in build_mass_rs() argument
46 out: *mut *mut f64, in build_mass_rs() argument
103 in_: *const *const f64, in apply_mass_rs() argument
104 out: *mut *mut f64, in apply_mass_rs() argument
/libCEED/doc/sphinx/source/
H A Dprecision.md8 :end-at: "#include \"ceed-f64.h\""
10 :start-at: "#include \"ceed-f64.h\""
24 …- **Python**: Make sure to replace the {code}`ceed-f64.h` inclusion rather than commenting it out,…
H A DlibCEEDdev.md289 The `ceed-f64.h` and `ceed-f32.h` headers should only be included in `ceed.h`.
/libCEED/examples/rust/ex2-surface/src/
H A Dtransform.rs20 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)).sin() in transform_mesh_coordinates()
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dtransform.rs20 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)).sin() in transform_mesh_coordinates()
/libCEED/
H A DMakefile880 $(INSTALL_DATA) include/ceed/ceed-f64.h "$(DESTDIR)$(includedir)/ceed/"
/libCEED/rust/libceed-sys/c-src/
H A DMakefile880 $(INSTALL_DATA) include/ceed/ceed-f64.h "$(DESTDIR)$(includedir)/ceed/"