Metadata-Version: 2.1
Name: FERS
Version: 0.1.1
Summary: Finite Element Method library written in Rust with Python interface
Home-page: https://github.com/jeroen124/fers_core
Author: Jeroen Hermsen
Author-email: j.hermsen@serrac.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# FERS_core

**FERS_core** is an open-source Finite Element Method (FEM) library written in Rust with a Python interface. It provides the foundational tools and components necessary for performing FEM analysis. This core package is designed for users who need a reliable and efficient FEM solver, while advanced features and optimizations are available in the [FERS_pro](#fers_pro) package.

## Features

- Basic Finite Element Method (FEM) solvers
- Mesh generation and manipulation tools
- Support for various types of finite elements
- Easy-to-use Python interface for integration with existing workflows
- Designed for high performance with Rust

## Installation

You can install `FERS_core` via pip:

```bash
pip install FERS
