initial upload
This commit is contained in:
11
PyLaGriT/examples/read_fehm_mesh/read_fehm_mesh.py
Executable file
11
PyLaGriT/examples/read_fehm_mesh/read_fehm_mesh.py
Executable file
@@ -0,0 +1,11 @@
|
||||
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user