mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-02 13:54:30 +05:00
7 lines
105 B
Python
7 lines
105 B
Python
![]() |
try:
|
||
|
# Linux
|
||
|
from libmesh.meshing import *
|
||
|
except:
|
||
|
# Windows
|
||
|
from nglib.meshing import *
|