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
+2 -2
View File
@@ -35,8 +35,8 @@ Here we reproduce the results from Ceilia et al. (1990):
.. plot:: examples/richards_comparisonToCeiliaEtAl1990.py
Richards API
============
Richards
========
.. automodule:: simpegFLOW.Richards.Empirical
:show-inheritance:
+1
View File
@@ -19,6 +19,7 @@ import sys, os
#sys.path.insert(0, os.path.abspath('.'))
sys.path.append('../')
sys.path.append('../../')
# -- General configuration -----------------------------------------------------
@@ -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')
-2
View File
@@ -8,5 +8,3 @@ except ImportError, e:
os.system('mv simpeg/SimPEG temp')
os.system('rm -rf simpeg')
os.system('mv temp SimPEG')
os.system('mkdir docs/examples/SimPEG')
os.system('cp -r SimPEG simpegflow/docs/examples/SimPEG')