VisFEM is a web-based tool for exploring Finite Element Method simulation results.
VisFEM is available on PyPI. Install it with pip and run the app locally or self-host it.
Docs & Sourcepip install visfem
visfem
from visfem.app import VisfemApp
app = VisfemApp()
app.server.start()