pub trait HyperelasticElements<const D: usize>where
Self: ElasticElements<D>,{
// Required method
fn helmholtz_free_energy(
&self,
nodal_coordinates: &NodalCoordinates<D>,
) -> Result<Scalar, ElementModelError>;
}pub trait HyperelasticElements<const D: usize>where
Self: ElasticElements<D>,{
// Required method
fn helmholtz_free_energy(
&self,
nodal_coordinates: &NodalCoordinates<D>,
) -> Result<Scalar, ElementModelError>;
}