conspire 0.6.0

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

test_solid_hyperelastic_constitutive_model!(SaintVenantKirchhoff {
    bulk_modulus: BULK_MODULUS,
    shear_modulus: SHEAR_MODULUS,
});