Docs.rs
  • bempp-octree-0.1.0
    • bempp-octree 0.1.0
    • Docs.rs crate page
    • BSD-3-Clause
    • 26 October 2024
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tbetcke
    • Dependencies
      • itertools 0.13.* normal
      • mpi 0.8.* normal
      • num 0.4.* normal
      • rand ^0.8.5 normal
      • rand_chacha 0.3.* normal
      • cbindgen ^0.27.0 build
    • Versions
    • 95.08% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

bempp_octree0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • geometry::PhysicalBox
  • geometry::Point
  • morton::MortonKey
  • octree::Octree

Enums

  • octree::KeyType

Functions

  • octree::compute_global_bounding_box
  • octree::is_complete_linear_and_balanced
  • parsort::parsort
  • tools::communicate_back
  • tools::displacements
  • tools::gather_to_all
  • tools::gather_to_root
  • tools::generate_random_keys
  • tools::generate_random_points
  • tools::global_inclusive_cumsum
  • tools::global_max
  • tools::global_min
  • tools::global_size
  • tools::is_sorted_array
  • tools::redistribute
  • tools::redistribute_by_bins
  • tools::seeded_rng
  • tools::sort_to_bins

Constants

  • constants::BYTE_DISPLACEMENT
  • constants::BYTE_MASK
  • constants::DEEPEST_LEVEL
  • constants::DIRECTIONS
  • constants::HIGHEST_BIT_MASK
  • constants::LEVEL_DISPLACEMENT
  • constants::LEVEL_MASK
  • constants::LEVEL_SIZE
  • constants::NCORNERS
  • constants::NINE_BIT_MASK
  • constants::NLEVELS
  • constants::NSIBLINGS
  • constants::X_LOOKUP_DECODE
  • constants::X_LOOKUP_ENCODE
  • constants::Y_LOOKUP_DECODE
  • constants::Y_LOOKUP_ENCODE
  • constants::Z_LOOKUP_DECODE
  • constants::Z_LOOKUP_ENCODE