Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 490 Bytes

File metadata and controls

22 lines (17 loc) · 490 Bytes

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