mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-11 13:48:26 +08:00
fix couple bugs in TDEM
This commit is contained in:
@@ -100,11 +100,12 @@ class SrcTDEM_VMD_MVP(SrcTDEM):
|
||||
|
||||
class SrcTDEM_CircularLoop_MVP(SrcTDEM):
|
||||
|
||||
def __init__(self,rxList,loc):
|
||||
def __init__(self,rxList,loc,radius):
|
||||
self.loc = loc
|
||||
self.radius =radius
|
||||
SrcTDEM.__init__(self,rxList)
|
||||
|
||||
def getInitialFields_(self, mesh):
|
||||
def getInitialFields(self, mesh):
|
||||
"""Circular Loop, magnetic vector potential"""
|
||||
if mesh._meshType is 'CYL':
|
||||
if mesh.isSymmetric:
|
||||
|
||||
Reference in New Issue
Block a user