mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-16 11:28:21 +08:00
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:
@@ -0,0 +1,5 @@
|
||||
import numpy as np
|
||||
|
||||
def omega(freq):
|
||||
"""Change frequency to angular frequency, omega"""
|
||||
return 2.*np.pi*freq
|
||||
@@ -1,3 +1,4 @@
|
||||
# import Sources
|
||||
# import Ana
|
||||
# import Solver
|
||||
import EMUtils
|
||||
Reference in New Issue
Block a user