Skip to main content

HyperelasticFiniteElement

Trait HyperelasticFiniteElement 

Source
pub trait HyperelasticFiniteElement<C, const G: usize, const M: usize, const N: usize, const P: usize>
where C: Hyperelastic, Self: ElasticFiniteElement<C, G, M, N, P> + HyperelasticElement<C>,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T, C, const G: usize, const M: usize, const N: usize, const P: usize> HyperelasticFiniteElement<C, G, M, N, P> for T
where C: Hyperelastic, T: ElasticFiniteElement<C, G, M, N, P> + HyperelasticElement<C>,