bempp 0.2.0

Boundary element method library.
1
2
3
4
5
//! Functions and function spaces

mod function_space;

pub use function_space::*;