netgen/python/meshing.py
2014-10-01 10:31:22 +00:00

7 lines
105 B
Python

try:
# Linux
from libmesh.meshing import *
except:
# Windows
from nglib.meshing import *