Skip to content

PN-CourseWork/FEM-codebase

Repository files navigation

02623 The Finite Element Method for Partial Differential Equations

Installation

Option 1: Using uv (recommended)

uv sync

Option 2: Using pip

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install -r requirements.txt  # Installs all dependencies + the FEM package

Running the Benchmark

source .venv/bin/activate  # Activate virtual environment
python DriverSustainabilityBenchmarkingWeek1.py

About

Codebase for Finite Element Course January 2026

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors