mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 19:48:52 +08:00
38aef03f9d
On going Jvec and Jtvec
9 lines
265 B
Python
9 lines
265 B
Python
from ProblemDC import Problem3D_CC, Problem3D_N
|
|
from ProblemDC_2D import Problem2D_CC, Problem2D_N
|
|
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
|