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