now using j_m and j_g in FDEM problem for all formulations. Note that SimpleTxFDEM has been changed toSimpleTxFDEM_g and SimpleTxFDEM_m

This commit is contained in:
Lindsey
2015-04-14 16:40:09 -07:00
parent b9818a600b
commit e61679bdc6
7 changed files with 418 additions and 275 deletions
+5
View File
@@ -0,0 +1,5 @@
import numpy as np
def omega(freq):
"""Change frequency to angular frequency, omega"""
return 2.*np.pi*freq
+1
View File
@@ -1,3 +1,4 @@
# import Sources
# import Ana
# import Solver
import EMUtils