Commit Graph

61 Commits

Author SHA1 Message Date
rowanc1 dd671e1277 Test with an analytic and some documentation. 2014-03-19 11:24:30 -07:00
rowanc1 49eddb4b83 Analytics, b and e formulations, and better solver access 2014-03-18 10:53:20 -07:00
rowanc1 d177960abb fake the sources for FDEM 2014-03-17 11:26:06 -07:00
rowanc1 3fd840201d model versus sigma bug 2014-03-17 10:49:06 -07:00
rowanc1 95e5a09523 Adjoint test and Jtvec for multiple transmitters 2014-03-17 10:28:43 -07:00
rowanc1 5c4ec4a1cd Updates to data objects. 2014-03-17 09:55:34 -07:00
rowanc1 31da380804 deleted example in fdem, use test for example for now. 2014-03-10 23:01:49 -07:00
rowanc1 e1010f9eca Initial fields and data implementation. 2014-03-10 22:47:43 -07:00
rowanc1 f10c029161 Updates to fields storage 2014-03-10 22:17:11 -07:00
rowanc1 a14d771515 Change Data to Survey 2014-03-07 14:01:46 -08:00
rowanc1 e074cca07c cleaning up FDEM 2014-03-05 17:25:42 -08:00
rowanc1 994bb2159e Tested Jvec for FDEM 2014-03-05 16:33:30 -08:00
Lindsey Heagy 880780fce0 Jv implemented for single TX 2014-03-04 11:09:12 -08:00
Dave Marchant 297b16bf43 Rewrote TDEM_b tests to work with a log/active cell/1D combo model. Reorganized. 2014-02-26 11:38:41 -08:00
Dave Marchant 8ed0ee29e2 Merge branch 'master' of https://github.com/simpeg/simpegem 2014-02-26 11:34:00 -08:00
Dave Marchant 3a3949d9bb Modifications to TDEM_b 2014-02-26 11:33:39 -08:00
Lindsey Heagy 12b0755dfc start of the FDEM 2014-02-21 17:28:10 -08:00
Dave Marchant e696170ce8 Some documentation. 2014-02-20 15:28:38 -08:00
Dave Marchant 81e013857d Added Jtvec method & adjoint test. Relaxed adjoint test tolerances so TravisCI will stop bothering me. 2014-02-18 20:50:39 -08:00
Dave Marchant edc241eec2 Added Gtvec method to TDEM. Renamed G to Gvec. Added tests. 2014-02-18 20:34:34 -08:00
rowanc1 4cd25fde82 baseproblem 2014-02-18 18:02:11 -08:00
rowanc1 7195adc6c5 Merge branch 'master' of https://github.com/simpeg/simpegem 2014-02-18 17:57:04 -08:00
rowanc1 bf2021d8e8 initial commit of FDEM 2014-02-18 17:56:16 -08:00
Dave Marchant 915667ad4a solvent method and tests. 2014-02-18 16:27:09 -08:00
Dave Marchant 7bb70103aa Added AhtVec method & test. 2014-02-18 15:49:54 -08:00
Dave Marchant 1128fbe39b Added adjoint test for projection. 2014-02-15 14:16:48 -08:00
Dave Marchant d27e7d3aba Simplified fields method. Changed solveAh, AhVec & tests to be consistent with notes with regards to MfMui 2014-02-15 14:16:13 -08:00
rowanc1 2070bca0a6 Update to current version of develop in SimPEG 2014-02-14 13:51:17 -08:00
rowanc1 58b65e0acc working on adjoint 2014-02-13 18:33:12 -08:00
rowanc1 ea81e40ef7 fixed test 2014-02-13 18:15:27 -08:00
rowanc1 cc3f2d867c Data projections 2014-02-13 17:42:51 -08:00
rowanc1 5239e57c69 testing the sensitivities 2014-02-12 16:59:56 -08:00
Dave Marchant 434a4232d5 Added test for AhVec and solveAh 2014-02-12 15:55:56 -08:00
rowanc1 4e08f12de4 bug fix for RHS variable 2014-02-12 15:53:11 -08:00
rowanc1 c01f1a4a5a make fields return vector if only one Tx 2014-02-12 15:24:55 -08:00
rowanc1 732ff882e0 minor changes to tdem writeup and code (still buggy!) 2014-02-12 15:02:55 -08:00
Dave Marchant 99157a89c8 Beginnings of some documentation. 2014-02-12 14:07:44 -08:00
Dave Marchant ffb87aafa7 Added tests for G. 2014-02-12 11:36:49 -08:00
Dave Marchant d4a316b764 Playing with derivative tests.... I think its working..... 2014-02-12 00:00:03 -08:00
Dave Marchant cf620acf22 Reorganization. 2014-02-11 23:02:16 -08:00
Dave Marchant 6e6d90d362 Added AhVec method and test. 2014-02-11 22:51:10 -08:00
Dave Marchant 88fb57bd9f change field --> fields 2014-02-11 21:36:46 -08:00
rowanc1 4a92b6b5eb change field --> fields 2014-02-11 18:45:30 -08:00
Dave Marchant d7566f42e5 Work on the time domain inverse problem. 2014-02-11 16:41:17 -08:00
rowanc1 68abb7a7cf Seogi's FDEM initial commit from SimPEG 2014-02-06 12:04:20 -08:00
Dave Marchant 08f2020ae9 Added analytics directory to Utils. Finished example of TDEM_b. Seems to be working.... 2014-02-05 23:47:21 -08:00
Dave Marchant d65705fd0b Added first pass of dared method and spacial interpolation to data class. 2014-02-05 23:45:04 -08:00
Dave Marchant 92788ad5f1 Added example of field generation. 2014-02-05 23:11:53 -08:00
Dave Marchant 710032e636 Working field and update methods. 2014-02-05 23:08:33 -08:00
Dave Marchant bb3e05fbfa Modify getInitialFields to return field object. Work on the fields object. Added methods to TDEM_b problem. (untested). 2014-02-05 22:28:04 -08:00