mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-15 11:26:09 +08:00
try updating rtfd
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user