Lindsey Heagy
|
6de786c972
|
Merge branch 'em/dev' into em/ref/tdem
# Conflicts:
# SimPEG/EM/FDEM/FDEM.py
# SimPEG/EM/FDEM/SrcFDEM.py
# SimPEG/EM/FDEM/SurveyFDEM.py
# SimPEG/Examples/EM_FDEM_1D_Inversion.py
|
2016-05-11 09:21:59 -07:00 |
|
Lindsey Heagy
|
abd919e862
|
Merge branch 'dev' into em/dev
|
2016-05-09 11:32:59 -07:00 |
|
Lindsey Heagy
|
f7c46ed83b
|
Rx classes for FDEM
|
2016-05-08 12:41:06 -07:00 |
|
Lindsey Heagy
|
d8eeb7cd05
|
use Problem3D_assumption, Fields3D_assumption
|
2016-05-08 11:18:36 -07:00 |
|
Lindsey Heagy
|
8278230476
|
Use LocTypeTo to allow interpolation to different grid locations
|
2016-05-08 10:35:27 -07:00 |
|
Lindsey Heagy
|
00bbe0f35e
|
if mapping is none, create an identity map that is size indactive.nonzero for regularization
|
2016-05-03 15:04:36 -07:00 |
|
GudniRos
|
23d2783bc1
|
Finalizing the pull request from mt/iss290 in to dev.
|
2016-04-15 12:31:00 -07:00 |
|
GudniRos
|
0d6fe5f7a1
|
Merge branch 'dev' into mt/iss290
|
2016-04-15 12:03:09 -07:00 |
|
Lindsey
|
bd318f0092
|
Merge pull request #294 from simpeg/patch/mutable-arguments
remove mutable arguments.
|
2016-04-08 17:12:20 -07:00 |
|
Rowan Cockett
|
3e4f47711c
|
remove mutable arguments.
|
2016-04-07 16:35:47 -07:00 |
|
GudniRos
|
8a18e479ab
|
Removed the testProjDeriv (not needed, included in Jvec).
|
2016-04-07 11:48:17 -07:00 |
|
D Fournier
|
09f3f7b55b
|
Merge branch 'dev' into dcip/dev
|
2016-04-06 09:03:37 -07:00 |
|
Lindsey Heagy
|
0a0caceaca
|
Problem.Jvec, Problem.Jtvec, Problem.fields, DataMisfit, survey.dpred take a fields object f (not a solution vector, u)
|
2016-03-29 22:49:03 -07:00 |
|
Lindsey Heagy
|
1be4082ea3
|
parse out SrcTDEM
|
2016-03-20 22:41:40 -07:00 |
|
Lindsey Heagy
|
2d8bbdce45
|
working to debug JTv for e-formulation... still some work to do
|
2016-03-20 11:42:31 -07:00 |
|
Lindsey Heagy
|
0be942730a
|
start of Problem_e (e Jvec working)
|
2016-03-18 15:47:31 -07:00 |
|
Lindsey Heagy
|
a9efb2fc8a
|
add dbdt to testing
|
2016-03-14 13:05:09 -07:00 |
|
Lindsey Heagy
|
c91815d14f
|
adjoint hooked up for b formulation
|
2016-03-14 12:28:05 -07:00 |
|
Lindsey Heagy
|
fe91312917
|
bx, bz running and passing, ey failing adjoint --> I think the initial fields are not being taken care of correctly in the deriv
|
2016-03-13 14:02:32 -07:00 |
|
Lindsey Heagy
|
605e19eb22
|
combos will be tested in TDEM_b_DerivAdjoint
|
2016-03-13 12:35:44 -07:00 |
|
Lindsey Heagy
|
ea4721a941
|
first pass at multisrc Jtvec (will be hugely memory inefficient at the moment)
|
2016-03-13 12:07:26 -07:00 |
|
Lindsey Heagy
|
a1ecef0709
|
first shot through of passing Jtvec for TDEM problem (code will need to be cleaned up, but it passes!)
|
2016-03-12 15:13:17 -08:00 |
|
Lindsey Heagy
|
838035adae
|
fixed indentation level on test_regularization
|
2016-03-10 14:30:43 -08:00 |
|
Lindsey Heagy
|
ef4513bcd4
|
some cleanup inside of sparse regularization
|
2016-03-10 14:25:53 -08:00 |
|
Lindsey Heagy
|
fb66acea11
|
things in the adjoint are the right sizes, but not passing... +1,-1 somewhere??
|
2016-03-10 13:08:39 -08:00 |
|
Lindsey Heagy
|
ceff861413
|
forward and Jvec using Adiag, Asubdiag, RHS
|
2016-03-08 19:38:44 -08:00 |
|
Lindsey Heagy
|
705cdd0c52
|
jtvec runs, fails
|
2016-03-08 16:38:45 -08:00 |
|
Lindsey
|
46a8707b64
|
Merge pull request #257 from simpeg/em/dev
Em/dev
|
2016-03-08 16:36:30 -08:00 |
|
Lindsey Heagy
|
d9b3c038c4
|
Merge branch 'dev' into feat/sparse-regularization
# Conflicts:
# SimPEG/Regularization.py
# SimPEG/Survey.py
|
2016-03-06 23:01:59 -08:00 |
|
Lindsey Heagy
|
1d2eac62a3
|
e hooked up with Jvec
|
2016-03-06 21:42:30 -08:00 |
|
Lindsey Heagy
|
5cf0acd153
|
TDEM bderiv from b formulation working
|
2016-03-06 16:06:14 -08:00 |
|
Lindsey Heagy
|
664adb04ac
|
light notation cleanup in Jvec, testing ADeriv --> passes, Jvec is still first order
|
2016-03-06 15:10:13 -08:00 |
|
Lindsey Heagy
|
4f31e4e002
|
tdem deriv runs but is first order at the moment
|
2016-03-06 11:13:48 -08:00 |
|
seogi_macbook
|
20c35f3d16
|
clean up import solver
|
2016-03-04 11:04:11 -08:00 |
|
seogi_macbook
|
5d67f79257
|
Reduce size of the test.
Travis is not using pymatsolver for dcip branch. This should be fixed.
|
2016-03-04 10:45:28 -08:00 |
|
seogi_macbook
|
9062f6d326
|
trying to pass travis
|
2016-03-04 10:35:20 -08:00 |
|
Lindsey Heagy
|
cba52c3b81
|
Merge branch 'dev' into dcip/dev
# Conflicts:
# SimPEG/Examples/Inversion_Linear.py
|
2016-03-01 17:56:10 -08:00 |
|
Lindsey Heagy
|
e3af1fd94e
|
convert indActive to a bool if an integer list is provided
|
2016-02-24 20:28:09 -08:00 |
|
Lindsey Heagy
|
4e871a43a9
|
prototype of defining regularization mesh within Regularization.py for constructing operators for regularization that are not true differential operators
|
2016-02-24 18:03:42 -08:00 |
|
Lindsey Heagy
|
8bd027c2b2
|
sketch of derivs
|
2016-02-24 15:24:56 -08:00 |
|
Lindsey Heagy
|
617241ad4e
|
TDEM forward refactor (no derive yet)
|
2016-02-22 18:15:29 -08:00 |
|
Lindsey Heagy
|
d5967d20b9
|
forward is running, but not passing
|
2016-02-22 17:42:22 -08:00 |
|
Lindsey Heagy
|
ecbd5c21f5
|
sketch of sources and waveforms
|
2016-02-22 15:13:25 -08:00 |
|
Lindsey Heagy
|
ac008e7253
|
Merge branch 'em/dev' into em/rx
# Conflicts:
# SimPEG/EM/FDEM/SurveyFDEM.py
|
2016-02-22 11:11:10 -08:00 |
|
Lindsey Heagy
|
bcda60815e
|
- rx.projectFields --> rx.eval
- rx.projectFieldsDeriv --> rx.evalDeriv
|
2016-02-21 15:31:02 -08:00 |
|
Lindsey Heagy
|
feff936c92
|
cleanup of tests and debugging derivs
|
2016-02-21 11:02:29 -08:00 |
|
Lindsey Heagy
|
6aa9b533ba
|
include mu in testing, cleanup and debugging in dipole sources
|
2016-02-21 10:36:46 -08:00 |
|
Lindsey Heagy
|
3e673d34f1
|
- each of e,b,h,j from every formulation. Currently, b from j is first order
- removed CCV primary and secondary (dangerous the way it was previously done)
- NOTE: Source derive may not be properly taken care of yet
|
2016-02-20 17:05:43 -08:00 |
|
Lindsey Heagy
|
f1527f994b
|
e,b,h,j from j formulation
|
2016-02-20 14:30:55 -08:00 |
|
Lindsey Heagy
|
0646a930ab
|
e,b,h,j from b formulation
|
2016-02-20 13:27:51 -08:00 |
|