1
2
3
4
5
6
//! Boundary element quadrature rules

pub mod duffy;
pub mod simplex_rule_definitions;
pub mod simplex_rules;
pub mod types;