mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-02 13:00:17 +08:00
added a few things!
This commit is contained in:
@@ -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