try updating rtfd

This commit is contained in:
rowanc1
2014-02-27 09:51:02 -08:00
parent 7a5fde8a3e
commit 9fb83ad727
3 changed files with 4 additions and 2 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:
@@ -10,6 +10,7 @@ model = Richards.Empirical.Haverkamp(M, **params)
bc = np.array([-61.5,-20.7])
h = np.zeros(M.nC) + bc[0]
def getFields(timeStep,method):
prob = Richards.RichardsProblem(M,model, timeStep=timeStep, timeEnd=360,
boundaryConditions=bc, initialConditions=h,
+1
View File
@@ -6,3 +6,4 @@ except ImportError, e:
os.system('mv simpeg/SimPEG temp')
os.system('rm -rf simpeg')
os.system('mv temp SimPEG')
os.system('echo export PYTHONPATH=$PYTHONPATH:'+os.path.abspath('.')+' >> ~/.bashrc')