Minimal working examples for NGSolve finite element computations.
conda activate ngsolve-envngsolve_poisson_solver.py- Basic Poisson solver with VTK outputngsolve_unitsquare_test.py- Test script for UnitSquareMesh alternativesngsolve_diagnostics.py- Installation diagnostics and available functionsngsolve_jupyter_notebook.ipynb- Classic Jupyter notebook examplengsolve_interactive_slider.ipynb- JupyterLab with interactive widgets
python ngsolve_poisson_solver.pyjupyter notebook # or jupyter lab- Uses
netgen.geom2d.unit_squareinstead ofUnitSquareMesh(NGSolve 6.2.2506 compatibility) - VTK output compatible with ParaView
- Interactive widgets require
ipywidgets