mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-10 12:40:59 +08:00
Added tipper support
This commit is contained in:
+12
-1
@@ -132,4 +132,15 @@ class FieldsMT_3D(FieldsMT):
|
||||
# 'b_1d' : ['e_1dSolution','E','_b'],
|
||||
# 'b_1dPrimary' : ['e_1dSolution','E','_bPrimary'],
|
||||
# 'b_1dSecondary' : ['e_1dSolution','E','_bSecondary']
|
||||
# }
|
||||
# }
|
||||
|
||||
|
||||
# knownFields = {'e_pxSolution':'E','e_pySoluiton':'E'}
|
||||
# aliasFields = {
|
||||
# 'e_px' : ['e_pxSolution','E','_epx'],
|
||||
# 'e_pxPrimary' : ['e_pxSolution','E','_epxPrimary'],
|
||||
# 'e_pxSecondary' : ['e_pxSolution','E','_epxSecondary'],
|
||||
# 'b_px' : ['e_pxSolution','F','_bpx'],
|
||||
# 'b_pxPrimary' : ['e_pxSolution','F','_bpxPrimary'],
|
||||
# 'b_pxSecondary' : ['e_pxSolution','F','_bpxSecondary']
|
||||
# }
|
||||
Reference in New Issue
Block a user