Docs.rs
meshx-0.7.0
meshx 0.7.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
elrnv
Dependencies
ahash ^0.8
normal
bytemuck ^1.5
normal
dync ^0.6
normal
flatk ^0.5
normal
nalgebra ^0.33
normal
meshx-derive ^0.1.0
normal
mshio ^0.4
normal
optional
num-traits ^0.2
normal
obj ^0.10
normal
optional
ordered-float ^5
normal
rayon ^1
normal
optional
serde ^1.0
normal
optional
vtkio ^0.6
normal
optional
approx ^0.5
dev
autodiff ^0.7
dev
criterion ^0.5
dev
rand ^0.9
dev
ron ^0.10
dev
Versions
74.97%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
meshx
0.7.0
NumCells
Required Methods
num_cells
Implementors
In meshx::
mesh::
topology
meshx
::
mesh
::
topology
Trait
NumCells
Copy item path
Source
pub trait NumCells { // Required method fn
num_cells
(&self) ->
usize
; }
Required Methods
§
Source
fn
num_cells
(&self) ->
usize
Implementors
§
Source
§
impl<T:
Real
>
NumCells
for
TetMesh
<T>
Source
§
impl<T:
Real
>
NumCells
for
TetMeshExt
<T>
Source
§
impl<T:
Real
>
NumCells
for
Mesh
<T>