Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEMTOE

This is a small Python project based on Jupyter containing small exercises about linear Finite Elements. To install it locally, you need to have Python installed (>= 3.8). To set up the project locally, create a python virtual environment, install jupyterlab and all required dependencies.

python -m venv venv
. venv/bin/activate
pip install jupyterlab
pip install -r requirements.txt

Then, you can start the Jupyter lab as follows:

jupyter lab

This should open your browser where you can open the exercises, e.g. Locking.ipynb or Dynamics.ipynb.

Available exercises on binder

  • Locking: Binder
  • Dynamics: Binder

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages