start of getting any field from any formulation

This commit is contained in:
Lindsey
2015-12-08 18:11:01 -08:00
parent 7c0be4ec50
commit 884d27b541
6 changed files with 235 additions and 76 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ import sys
from scipy.constants import mu_0
def getFDEMProblem(fdemType, comp, SrcList, freq, verbose=False):
cs = 5.
cs = 10.
ncx, ncy, ncz = 6, 6, 6
npad = 3
npad = 5
hx = [(cs,npad,-1.3), (cs,ncx), (cs,npad,1.3)]
hy = [(cs,npad,-1.3), (cs,ncy), (cs,npad,1.3)]
hz = [(cs,npad,-1.3), (cs,ncz), (cs,npad,1.3)]