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