mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-14 11:18:18 +08:00
try again! figure out where to put 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
|
||||
========
|
||||
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,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')
|
||||
|
||||
Reference in New Issue
Block a user