Searched refs:f64 (Results 1 – 11 of 11) sorted by relevance
23 * ((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()
22 * ((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()
45 in_: *const *const f64, in build_mass_rs() argument46 out: *mut *mut f64, in build_mass_rs() argument103 in_: *const *const f64, in apply_mass_rs() argument104 out: *mut *mut f64, in apply_mass_rs() argument
8 :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,…
289 The `ceed-f64.h` and `ceed-f32.h` headers should only be included in `ceed.h`.
20 * ((2.0 / 3.0) * std::f64::consts::PI as libceed::Scalar * (*coord - 0.5)).sin() in transform_mesh_coordinates()
880 $(INSTALL_DATA) include/ceed/ceed-f64.h "$(DESTDIR)$(includedir)/ceed/"