try again! figure out where to put things...

This commit is contained in:
rowanc1
2014-02-27 13:50:18 -08:00
parent 4b7323b8f5
commit 8919861e91
3 changed files with 11 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
========
Richards API
============
.. automodule:: simpegFLOW.Richards.Empirical
:show-inheritance:
@@ -2,6 +2,10 @@ 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')
params = Richards.Empirical.HaverkampParams().celia1990
+5 -5
View File
@@ -5,8 +5,8 @@ except ImportError, e:
os.system('git clone https://github.com/simpeg/simpeg.git')
os.system('python simpeg/setup.py install')
# 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')
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')