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
@@ -15,6 +15,7 @@ def getIndecesBlock(p0,p1,ccMesh):
ccMesh represents the cell-centered mesh
The points p0 and p1 must live in the the same dimensional space as the mesh.
"""
# Validation: p0 and p1 live in the same dimensional space
@@ -131,7 +132,7 @@ def scalarConductivity(ccMesh,pFunction):
if __name__ == '__main__':
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
from matplotlib import pyplot as plt
# Define the mesh