fenris 0.0.33

A library for advanced finite element computations in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
use std::path::PathBuf;

// TODO: Rewrite the assembly tests once we have fenris-solid up and running again
// mod assembly;
mod geometry;
mod interpolation;

fn data_output_path() -> PathBuf {
    PathBuf::from("data/integration_tests/")
}