added a few things!

This commit is contained in:
rowanc1
2014-02-27 15:20:35 -08:00
parent 8919861e91
commit 752696a5d5
4 changed files with 7 additions and 7 deletions
@@ -1,10 +1,11 @@
import sys
sys.path.append('../')
sys.path.append('../../')
from SimPEG import *
from simpegFLOW import Richards
import matplotlib.pyplot as plt
import os
os.system('pwd')
os.system('ls')
M = Mesh.TensorMesh([np.ones(40)])
M.setCellGradBC('dirichlet')