mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 22:23:39 +08:00
6 lines
217 B
Python
6 lines
217 B
Python
from SurveyFDEM import Survey
|
|
import SrcFDEM as Src
|
|
import RxFDEM as Rx
|
|
from ProblemFDEM import Problem3D_e, Problem3D_b, Problem3D_j, Problem3D_h
|
|
from FieldsFDEM import Fields3D_e, Fields3D_b, Fields3D_j, Fields3D_h
|