mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-26 13:37:21 +08:00
8 lines
203 B
Python
8 lines
203 B
Python
from ProblemDC import Problem3D_CC, Problem3D_N
|
|
from SurveyDC import Survey
|
|
import SrcDC as Src #Pole
|
|
import RxDC as Rx
|
|
from FieldsDC import Fields_CC
|
|
from BoundaryUtils import getxBCyBC_CC
|
|
import Utils
|