| Crates.io | del-fem-core |
| lib.rs | del-fem-core |
| version | 0.1.6 |
| created_at | 2024-09-06 11:44:44.360315+00 |
| updated_at | 2025-05-09 21:28:58.3606+00 |
| description | finite element method (FEM) utility codes |
| homepage | |
| repository | https://github.com/nobuyuki83/del-fem/ |
| max_upload_size | |
| id | 1365830 |
| size | 111,369 |
Rust ๐ฆ utility library for finite element method computation intended for computer graphics prototyping ๐ and research ๐งช.
๐ See the documentation generated from code
[!WARNING] del-fem is still in its initial development phase. Crates published to https://crates.io/crates/del-fem in the 0.1.x series do not obey SemVer and are unstable.
Originally, the code is written in C++ in DelFEM2, then it was ported to Rust.