Commit Graph

2272 Commits

Author SHA1 Message Date
Lindsey Heagy d545d9e393 Working Problem_e Jvec and Jtvec 2015-06-02 22:45:48 -07:00
Lindsey Heagy cd94fea61d start of Jvec for Problem_e 2015-06-02 19:23:30 -07:00
Lindsey Heagy 54468c7751 removed test_FieldsObject.py as it is tested in SimPEG 2015-06-02 17:41:30 -07:00
Lindsey Heagy ca6c485889 _sol --> Solution 2015-06-02 16:14:09 -07:00
Lindsey Heagy 693ae256c1 broke apart primary-secondary 2015-06-02 15:31:46 -07:00
Lindsey c28e2c10de Merge pull request #20 from simpeg/PropMap
Prop map
2015-06-02 14:15:22 -07:00
Lindsey Heagy 66b26a1b5e _getS_m now S_m 2015-06-02 14:14:34 -07:00
Lindsey Heagy 1424d071d4 _p --> Primary 2015-06-02 14:07:41 -07:00
Lindsey Heagy e53b124724 Mass matrix derivs, and replaced call of forward with fields 2015-06-02 13:54:14 -07:00
Rowan Cockett 29476eca77 Merge pull request #103 from simpeg/FieldDerivs
Field Updates.
2015-06-01 22:32:17 -07:00
Rowan Cockett 6c2baf0744 Merge pull request #102 from simpeg/FieldsSrcList
Fields src list
2015-06-01 22:25:27 -07:00
Rowan Cockett 6b4dede7a4 remove redundant code 2015-06-01 22:11:14 -07:00
Rowan Cockett 165afb958f Make reciprocal test more reliable. 2015-06-01 22:10:00 -07:00
Lindsey 80a7dfb51b start of moving mass matrix derivs onto base.py 2015-06-01 16:56:11 -07:00
Lindsey e0387978f2 Simgai --> Rho 2015-06-01 16:32:23 -07:00
Rowan Cockett 5caf237121 updates to the time fields side of things as well 2015-06-01 16:27:31 -07:00
Lindsey b7a3b4e5e6 Running EB, HJ with PropMap 2015-06-01 16:21:15 -07:00
Lindsey 4df383ccec fixed test_Fields 2015-06-01 16:17:05 -07:00
Lindsey f90637509e Fields takes srcList 2015-06-01 16:07:05 -07:00
Rowan Cockett 4fa4ef643d updates to recursion issues in reciprocal maps 2015-06-01 15:58:26 -07:00
Rowan Cockett 658d481dd6 PropMap Bug fix with unmapped derivs. 2015-06-01 15:41:25 -07:00
Rowan Cockett d07bb6722b Merge pull request #101 from simpeg/PropMap
Property Maps
2015-06-01 15:31:51 -07:00
Rowan Cockett 5b45fc628e updates to testing class creation 2015-06-01 15:17:35 -07:00
Rowan Cockett 4df00148a3 property links 2015-06-01 15:06:58 -07:00
Lindsey 27c8da341d start of using PropMaps for EB formulation 2015-06-01 14:52:39 -07:00
Lindsey 3df2140a88 Fields now take a srcList. A lot of this could be vectorized later 2015-06-01 14:32:42 -07:00
Rowan Cockett 760f24ea33 mesh independent maps 2015-06-01 14:29:58 -07:00
Rowan Cockett 13a5760398 Merge branch 'PropMap' of https://github.com/simpeg/simpeg into PropMap 2015-06-01 14:02:26 -07:00
Rowan Cockett 3f4f71bf3c reciprocal map 2015-06-01 14:01:51 -07:00
Lindsey 592d169f9d Changes in base problem for propmap 2015-06-01 13:28:57 -07:00
Rowan Cockett 2c48a69fb2 testing of compressed maps. 2015-06-01 10:15:20 -07:00
Lindsey Heagy 37fc9981f7 fixed bug in Base.py 2015-06-01 09:58:58 -07:00
Rowan Cockett 8475eadcce updates to propMap location and testing 2015-06-01 09:55:14 -07:00
Rowan Cockett fbda6ab53b updates to init of propMap 2015-06-01 09:34:16 -07:00
Lindsey Heagy 3810b392dd removed sec fields which were defined based on source def 2015-05-31 21:16:00 -07:00
Rowan Cockett a953a52ccc initial commit of PropMap 2015-05-31 10:43:23 -07:00
Lindsey Heagy 5e7194b078 Merge branch 'feat/sourceRefactor' of https://github.com/simpeg/simpegem into feat/sourceRefactor 2015-05-29 12:05:53 -07:00
Rowan Cockett 401336f412 Merge pull request #100 from simpeg/Fields
Fields Performance Update
2015-05-29 12:04:46 -07:00
Lindsey Heagy 8c4a01a665 Merge branch 'feat/sourceRefactor' of https://github.com/simpeg/simpegem into feat/sourceRefactor 2015-05-29 11:51:49 -07:00
Lindsey 44f5cf960f one more 2015-05-29 11:39:17 -07:00
Rowan Cockett 2827e85330 fix mkvc to return an (n,1) array for consistency 2015-05-29 11:36:56 -07:00
Lindsey e634b00af0 removed calls of self.curModel.transform from each of the specific problems (now only looks for the relevant physprop) 2015-05-29 11:20:35 -07:00
Rowan Cockett de27c4e4ec fixes #99 2015-05-29 11:17:56 -07:00
Rowan Cockett 59fcd3925f getSourceIndex 2015-05-29 11:03:47 -07:00
Rowan Cockett 116f7620a6 Split up the tests 2015-05-29 10:32:48 -07:00
Rowan Cockett 7e171ede05 Move Fields Objects to their own file. 2015-05-29 10:26:53 -07:00
Rowan Cockett 14ee13fadb remove redundant mkvc option 2015-05-29 10:18:26 -07:00
Lindsey eea51c9923 start of seperating out model types in Base.py to later clean up deriv and allow for multiple model types to be used some house-keeping in FDEM.py 2015-05-28 15:52:07 -07:00
Lindsey b942d214d4 first stab at how to structure sources and fields for primary secondary formulations 2015-05-28 15:01:04 -07:00
Lindsey fbf022ff76 Merge branch 'feat/sourceRefactor' of https://github.com/simpeg/simpegem into feat/sourceRefactor 2015-05-28 11:17:51 -07:00