1 2 3 4 5 6 7 8
#[cfg(feature = "python")] pub mod py; /// Hyperelastic constitutive models. pub mod hyperelastic; /// Hyperelastic damage constitutive models. pub mod hyperelastic_damage;