mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
7 lines
105 B
Python
7 lines
105 B
Python
try:
|
|
# Linux
|
|
from libmesh.meshing import *
|
|
except:
|
|
# Windows
|
|
from nglib.meshing import *
|