mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-11 12:44:29 +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
|
||||
Reference in New Issue
Block a user