mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-12 05:29:24 +08:00
added a few things!
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:
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user