An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Notebooks for running FElupe in the Browser.

[![FElupe](https://img.shields.io/badge/%F0%9F%94%8D-FElupe-white)](https://github.com/adtzlr/felupe) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/adtzlr/felupe-web/main?labpath=notebooks/binder/01_Getting-Started.ipynb) [![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://adtzlr.github.io/felupe-web/lab?path=01_Getting-Started.ipynb) Open In Colab

## 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.