mirror of
https://github.com/NGSolve/netgen.git
synced 2025-03-31 03:49:51 +05:00
9 lines
162 B
Python
9 lines
162 B
Python
![]() |
try:
|
||
|
# Linux
|
||
|
from libcsg.csg import *
|
||
|
from libmesh.meshing import *
|
||
|
except:
|
||
|
# Windows
|
||
|
from nglib.csg import *
|
||
|
from nglib.meshing import *
|