https://github.com/adtzlr/felupe-web
Notebooks for FElupe
https://github.com/adtzlr/felupe-web
fea fem finite-element-analysis finite-element-methods hyperelasticity jupyter-notebooks partial-differential-equations pde python scientific-computing solid-mechanics solid-mechanics-codes
Last synced: 11 months ago
JSON representation
Notebooks for FElupe
- Host: GitHub
- URL: https://github.com/adtzlr/felupe-web
- Owner: adtzlr
- License: gpl-3.0
- Created: 2023-01-08T10:18:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T10:14:17.000Z (about 1 year ago)
- Last Synced: 2025-03-18T20:40:49.698Z (11 months ago)
- Topics: fea, fem, finite-element-analysis, finite-element-methods, hyperelasticity, jupyter-notebooks, partial-differential-equations, pde, python, scientific-computing, solid-mechanics, solid-mechanics-codes
- Language: Jupyter Notebook
- Homepage: https://adtzlr.github.io/felupe-web/
- Size: 120 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Notebooks for running FElupe in the Browser.
[](https://github.com/adtzlr/felupe) [](https://mybinder.org/v2/gh/adtzlr/felupe-web/main?labpath=notebooks/binder/01_Getting-Started.ipynb) [](https://adtzlr.github.io/felupe-web/lab?path=01_Getting-Started.ipynb) 
## JupyterLite
Due to limitations using JupyterLite / Pyodide, the `parallel`-evaluation mode of a `Job` is not available. The computation is performed on the client side. Hence, the computation performance depends on the client. Python is running in 32bit mode. Visualizing the simulation model is not possible, i.e. `felupe.View` is not available in JupyterLite.
> **Note**
> Select and delete all files in JupyterLite to delete all local files and to restore the files provided by the repository.
## MyBinder and Google Colab
The most complete package is available via MyBinder. The computations are performed in virtual machines with limited memory. Unfortunately, the environment fails to build quite often.
## Google Colab
Computations are performed in virtual machines with limited memory. Colab offers Pro plans providing more memory and computation power. Visualizations of the simulation model are limited in Colab, i.e. `felupe.View` is only available with a static backend in Colab.