moved to mesh folder.

This commit is contained in:
Rowan Cockett
2013-10-18 17:22:13 -07:00
parent 96ce005c59
commit db694dd780
25 changed files with 703 additions and 27 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ import numpy as np
import matplotlib.pyplot as plt
from pylab import norm
from SimPEG.utils import mkvc
from SimPEG import TensorMesh, utils, LogicallyOrthogonalMesh
from SimPEG import utils
from SimPEG.mesh import TensorMesh, LogicallyOrthogonalMesh
import numpy as np
import unittest