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.

Home Page:https://ngsolve.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Issue

mm-crj opened this issue · comments

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

Fixed in commit 0a257c9, thanks!