mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-28 11:26:12 +08:00
Minor changes to problem
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
|
||||
========
|
||||
Richards API
|
||||
============
|
||||
|
||||
.. automodule:: simpegFLOW.Richards.Empirical
|
||||
:show-inheritance:
|
||||
|
||||
@@ -16,12 +16,12 @@ def getFields(timeStep,method):
|
||||
doNewton=False, method=method)
|
||||
return prob.fields(params['Ks'])
|
||||
|
||||
Hs_M10 = getFields(10, 'mixed')
|
||||
Hs_M30 = getFields(30, 'mixed')
|
||||
Hs_M120= getFields(120,'mixed')
|
||||
Hs_H10 = getFields(10, 'head')
|
||||
Hs_H30 = getFields(30, 'head')
|
||||
Hs_H120= getFields(120,'head')
|
||||
Hs_M10 = getFields(10., 'mixed')
|
||||
Hs_M30 = getFields(30., 'mixed')
|
||||
Hs_M120= getFields(120.,'mixed')
|
||||
Hs_H10 = getFields(10., 'head')
|
||||
Hs_H30 = getFields(30., 'head')
|
||||
Hs_H120= getFields(120.,'head')
|
||||
|
||||
plt.figure(figsize=(13,5))
|
||||
plt.subplot(121)
|
||||
|
||||
Reference in New Issue
Block a user