Files

12 lines
183 B
Python
Raw Permalink Normal View History

2025-12-17 11:00:57 +08:00
from pylagrit import PyLaGriT
l = PyLaGriT()
mhex = l.read_fehm('fehm.grid')
#mhex.paraview()
mtet = l.create(elem_type='tet')
mtet = mhex.copypts()
mtet.connect()
mtet.paraview()