Skip to main content

HyperelasticElement

Trait HyperelasticElement 

Source
pub trait HyperelasticElement<C>
where C: Hyperelastic, Self: ElasticElement<C>,
{ // Required method fn helmholtz_free_energy( &self, constitutive_model: &C, nodal_coordinates: &Self::Coordinates, ) -> Result<Quantity<Energy>, Self::Error>; }

Required Methods§

Source

fn helmholtz_free_energy( &self, constitutive_model: &C, nodal_coordinates: &Self::Coordinates, ) -> Result<Quantity<Energy>, Self::Error>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<C, const G: usize, const N: usize, const O: usize> HyperelasticElement<C> for conspire::domain::fem::block::element::Element<3, G, N, O>
where C: Hyperelastic, Self: ElasticFiniteElement<C, G, 3, N, N>,

Source§

impl<C, const G: usize, const N: usize, const O: usize> HyperelasticElement<C> for SurfaceElement<G, N, O>
where C: Hyperelastic, Self: ElasticFiniteElement<C, G, 2, N, N>,

Source§

impl<C> HyperelasticElement<C> for conspire::domain::vem::block::element::Element
where C: Hyperelastic,