conspire 0.6.0

The Rust interface to conspire.
Documentation
1
2
3
4
5
6
7
8
use super::super::test::*;
use super::*;

test_solid_hyperelastic_constitutive_model!(Yeoh {
    bulk_modulus: BULK_MODULUS,
    shear_modulus: SHEAR_MODULUS,
    extra_moduli: YEOH_EXTRA_MODULI,
});