some updates for examples.

This commit is contained in:
Rowan Cockett
2013-10-18 17:36:14 -07:00
parent db694dd780
commit 17d52087f8
8 changed files with 6 additions and 677 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import matplotlib.pyplot as plt
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
pad = 7
padfactor = 1.4
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import matplotlib.pyplot as plt
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
h1 = np.linspace(.1,.5,3)
h2 = np.linspace(.1,.5,5)
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import matplotlib.pyplot as plt
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
h1 = np.linspace(.1,.5,3)
h2 = np.linspace(.1,.5,5)
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import matplotlib.pyplot as plt
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
n = 20
h = np.ones(n)/n
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import matplotlib.pyplot as plt
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
n = 20
h = np.ones(n)/n
+1 -1
View File
@@ -1,6 +1,6 @@
import numpy as np
import matplotlib.pyplot as plt
from SimPEG import TensorMesh
from SimPEG.mesh import TensorMesh
x0 = np.zeros(2)
h1 = np.linspace(.1,.5,3)