mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-05 22:18:42 +08:00
9 lines
252 B
Python
9 lines
252 B
Python
from ProblemDC import Problem3D_CC, Problem3D_N
|
|
from ProblemDC_2D import Problem2D_CC
|
|
from SurveyDC import Survey, Survey_ky
|
|
import SrcDC as Src #Pole
|
|
import RxDC as Rx
|
|
from FieldsDC import Fields_CC
|
|
from BoundaryUtils import getxBCyBC_CC
|
|
import Utils
|