Added points2nodes method to meshutils

This commit is contained in:
Dave Marchant
2014-03-17 12:47:36 -07:00
parent bc91872215
commit e30dfb447d
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from matutils import *
from meshutils import exampleLrmGrid, meshTensors
from meshutils import exampleLrmGrid, meshTensors, points2nodes
from lrmutils import volTetra, faceInfo, indexCube
from interputils import interpmat
from ipythonutils import easyAnimate as animate