mirror of
https://github.com/NGSolve/netgen.git
synced 2026-05-31 01:06:10 +08:00
7 lines
105 B
Python
7 lines
105 B
Python
try:
|
|
# Linux
|
|
from libmesh.meshing import *
|
|
except:
|
|
# Windows
|
|
from nglib.meshing import *
|