del-fem 0.1.3

finite element method (FEM) utility codes
Documentation
[package]
name = "del-fem"
version = "0.1.3"
edition = "2021"
description = "finite element method (FEM) utility codes"
documentation = "https://docs.rs/del_fem"
repository = "https://github.com/nobuyuki83/del-fem/"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num-traits = "0.2.18"
nalgebra = "0.32.4"
itertools = "0.12.1"

# del-geo = {path="../del-geo"}
del-geo = "0.1.20"

[dev-dependencies]
# del-msh = {path="../del-msh"}
del-msh = "0.1.25"