Skip to main content

HyperviscoelasticElement

Trait HyperviscoelasticElement 

Source
pub trait HyperviscoelasticElement<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> HyperviscoelasticElement<C> for conspire::domain::fem::block::element::Element<3, G, N, O>
where C: Hyperviscoelastic, Self: ElasticHyperviscousFiniteElement<C, G, 3, N, N>,

Source§

impl<C, const G: usize, const N: usize, const O: usize> HyperviscoelasticElement<C> for SurfaceElement<G, N, O>
where C: Hyperviscoelastic, Self: ElasticHyperviscousFiniteElement<C, G, 2, N, N>,

Source§

impl<C> HyperviscoelasticElement<C> for conspire::domain::vem::block::element::Element