NGSolve / ngsolve

Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.
https://ngsolve.org/
GNU Lesser General Public License v2.1
436 stars 79 forks source link

Documentation Issue #62

Closed mm-crj closed 8 months ago

mm-crj commented 1 year ago

In the documentation for Define and mesh 2D geometries the first import should be import netgen.geom2d as geom2d instead of import netgen.geom2d as

mhochsteger commented 8 months ago

Fixed in commit 0a257c98a6f2069b7bcda73641689152e723eca1, thanks!