initial upload
This commit is contained in:
9849
PyLaGriT/examples/read_fehm_mesh/fehm.grid
Executable file
9849
PyLaGriT/examples/read_fehm_mesh/fehm.grid
Executable file
File diff suppressed because it is too large
Load Diff
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