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