Commit Graph

1801 Commits

Author SHA1 Message Date
Lindsey Heagy 605e19eb22 combos will be tested in TDEM_b_DerivAdjoint 2016-03-13 12:35:44 -07:00
Lindsey Heagy f549756208 create only 1 fields object in Jtvec 2016-03-13 12:28:38 -07:00
Lindsey Heagy 576459d17c only save previous tilmestep for back solve (don't need all times) 2016-03-13 12:17:38 -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 c708ceb53d cleanup and minimal docs for Jvec, JTvec 2016-03-13 11:09:11 -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 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 1b401feb54 cleaned up Jvec 2016-03-08 19:56:14 -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 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
Lindsey Heagy 0bfc816ecc starting sensitivities 2016-03-04 10:43:19 -08:00
Lindsey Heagy 7ece7c3edb sketching out code 2016-03-04 08:45:36 -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 341e902469 merged in em/dev 2016-02-22 11:26:30 -08:00
Lindsey Heagy 52cc92f699 Merge branch 'dev' into em/dev
# Conflicts:
#	SimPEG/EM/FDEM/FDEM.py
2016-02-22 11:07:08 -08:00
Lindsey Heagy cd51ab8be7 sketching out TDEM problem 2016-02-22 11:04:18 -08:00
Lindsey 8bd4eedb83 Merge pull request #256 from simpeg/ref/rx-eval
rx.projectFields --> rx.eval
2016-02-22 11:03:46 -08:00
Lindsey Heagy bcda60815e - rx.projectFields --> rx.eval
- rx.projectFieldsDeriv --> rx.evalDeriv
2016-02-21 15:31:02 -08:00
Lindsey 40d39d751a Merge pull request #244 from simpeg/em/FDEMfieldsDerivs
Em/fdem fields derivs
2016-02-20 09:11:49 -08:00
Lindsey Heagy 649525fa88 keep track of _v with notation 2016-02-19 17:31:43 -08:00
Lindsey 922bdf93e1 Merge pull request #246 from simpeg/ref/MappingNotation
Naming conventions in Maps (re #231)
2016-02-19 17:25:11 -08:00
Lindsey Heagy a5be262171 add future warnings for new map names to ensure backwards compatibility (for a time) 2016-02-17 14:32:49 -08:00
Rowan Cockett fb1973cfe4 Merge pull request #211 from simpeg/mt/dev
Merge MT into dev
2016-02-16 17:14:49 -08:00
Lindsey Heagy 4067106956 fixed merge conflict in examples __init__.py 2016-02-16 16:14:41 -08:00
Lindsey 980a382613 Merge pull request #252 from simpeg/em/dev
Em/dev
2016-02-16 16:09:07 -08:00
Rowan Cockett e464fc0dfd Reduce number of frequencies in forward problem MT example. 2016-02-16 14:55:17 -08:00
GudniRos 015b940130 Ran Example/__init__.py 2016-02-16 13:26:58 -08:00
Rowan Cockett ea6ec4cb55 Integration in sources and documentation. 2016-02-15 10:56:09 -08:00
Lindsey Heagy 20f7f9be1d updated map names in TDEM testing 2016-02-14 21:23:38 -08:00
Lindsey 44359d4306 Merge pull request #245 from simpeg/em/patch-rxprojectfieldsnotation
use f to denote fields in the project fields and project fields deriv
2016-02-14 15:43:46 -08:00
Lindsey Heagy 2c4055aec1 Naming conventions in Maps (re #231)
- FullMap --> SurjectFull
- Vertical1DMap --> SurjectVertical1D
- Map2Dto3D --> Surject2Dto3D
- ActiveCells --> InjectActiveCells
- ActiveCellsTopo --> InjectActiveCellsTopo
2016-02-14 15:43:32 -08:00
Lindsey Heagy 3f2396ad33 use f to denote fields in the project fields and project fields deriv 2016-02-14 15:10:27 -08:00
Lindsey Heagy 8b152f3890 adjoint of fields deriv now returns a tuple (so you don't call derivs wrt _u, _m independently 2016-02-14 12:28:25 -08:00
Lindsey Heagy 64d89cfb6c - simplified sensitivity calculation for FDEM : only look at fields once (pass it two vectors)
- moved common elements from fields object into base fields object
2016-02-14 11:56:39 -08:00
GudniRos 186708f8de Fixed an error with u refactoring 2016-02-10 07:24:49 -08:00
GudniRos c8c034cc2d Changed default input of Jvec for f to u 2016-02-10 07:06:57 -08:00
Lindsey 463b9b6164 Merge pull request #240 from simpeg/em/dev
Em/dev
2016-02-09 08:04:45 -08:00
GudniRos 97336129de Checkout a updated file from Seogi. 2016-02-08 22:25:42 -08:00
GudniRos cdf7c0edc1 Changed the name string. 2016-02-08 22:22:39 -08:00
Lindsey Heagy 92c83c88d4 Merge branch 'em/dev' of https://github.com/simpeg/simpeg into em/dev 2016-02-08 14:01:14 -08:00
Lindsey Heagy 5da9235eb4 light code cleanup 2016-02-08 12:58:04 -08:00
Lindsey e8712a9f4a Merge pull request #238 from simpeg/em/docs
Em/docs
2016-02-08 09:27:06 -08:00
Lindsey Heagy 00774176f3 cleanup of math 2016-02-08 08:55:02 -08:00