math-xem-common 0.4.0

Common types and utilities for BEM/FEM room acoustics simulators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# math-xem-common (lib: `math_audio_xem_common`, version: 0.3.1)

Common types shared between BEM and FEM room acoustics solvers.

## Purpose

Provides shared data structures, serialization, and metadata types used by both `math-bem` and `math-fem`.

## Testing

```bash
cargo test -p math-xem-common --lib
cargo check -p math-xem-common && cargo clippy -p math-xem-common
```