src/lib.rs

branch
dev
changeset 57
1b3b1687b9ed
parent 55
7b2ee3e84c5f
child 58
1a38447a89fa
equal deleted inserted replaced
56:5e3c1874797d 57:1b3b1687b9ed
38 pub mod mapping; 38 pub mod mapping;
39 pub mod coefficients; 39 pub mod coefficients;
40 pub mod fe_model; 40 pub mod fe_model;
41 pub mod bisection_tree; 41 pub mod bisection_tree;
42 pub mod nalgebra_support; 42 pub mod nalgebra_support;
43 43 pub(crate) mod metaprogramming;
44 pub mod direct_product;
44 45
45 pub use types::*; 46 pub use types::*;

mercurial