Commit Graph

2283 Commits

Author SHA1 Message Date
rowanc1 250108277f Initial clean up of the CylMesh code. Inherits from TensorMesh. Many more things to do! 2014-02-14 17:33:27 -08:00
rowanc1 2070bca0a6 Update to current version of develop in SimPEG 2014-02-14 13:51:17 -08:00
Rowan Cockett 5fac160c38 Merge pull request #55 from simpeg/nCv2vnC
Refactoring of BaseMesh
Change nCv etc. to vnC
2014-02-14 13:41:09 -08:00
rowanc1 39b250c9ac Split out BaseRectangularMesh (Issue #48) 2014-02-14 11:07:25 -08:00
rowanc1 ea92cf3fc0 renamed functions that return a vector in base mesh to start with a v as per issue #48 2014-02-14 10:46:36 -08:00
rowanc1 120c0e5cc9 updated docs 2014-02-14 10:05:23 -08:00
rowanc1 58b65e0acc working on adjoint 2014-02-13 18:33:12 -08:00
rowanc1 893d726854 change to Jvec and Jtvec 2014-02-13 18:31:59 -08:00
rowanc1 847070f1a2 updated and fixed em derivation 2014-02-13 18:16:57 -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
Rowan Cockett 26c3d8d616 Merge pull request #53 from simpeg/develop
Merge Develop into Master
2014-02-13 17:28:10 -08:00
rowanc1 7f9a5075d9 added projectFieldsAdjoint 2014-02-13 16:53:38 -08:00
rowanc1 9b3e190092 added email notifications to travis 2014-02-13 16:13:20 -08:00
rowanc1 cd62bfd17b added email notifications to the build testing 2014-02-13 16:10:47 -08:00
rowanc1 a2e9b3f780 docs reorganization 2014-02-13 16:05:34 -08:00
rowanc1 47c2927ffc changed to inline equation default for mathjax 2014-02-13 08:41:18 -08:00
rowanc1 b0a99d4116 moved notes to documentation. 2014-02-13 00:37:10 -08:00
rowanc1 9370e24643 Added code from KrisDavis for sources written for SimPEG. 2014-02-12 19:35:43 -08:00
rowanc1 842a3c367e Speed up tensor mesh test. 2014-02-12 19:28:38 -08:00
Rowan Cockett 00bda323b2 Merge pull request #49 from simpeg/quadtree
Quadtree and OcTree
2014-02-12 19:21:34 -08:00
rowanc1 82edde7f71 Move to own repo. 2014-02-12 19:14:11 -08:00
rowanc1 5239e57c69 testing the sensitivities 2014-02-12 16:59:56 -08:00
Dave Marchant b42f523db0 Updates to the notes. 2014-02-12 15:56:19 -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 80fff7722e Added some notes. 2014-02-12 14:07:07 -08:00
Dave Marchant ffb87aafa7 Added tests for G. 2014-02-12 11:36:49 -08:00
rowanc1 e6d6297488 Removed Examples dir, and put it up a level (outside SimPEG path) renamed to tutorials for future tutorial development. 2014-02-12 10:23:38 -08:00
rowanc1 52bdf7997b Merge branch 'develop' of https://github.com/simpeg/simpeg into develop 2014-02-12 09:56:37 -08:00
rowanc1 20cb359e82 Removed (now broken) database stuff. 2014-02-12 09:56:20 -08:00
rowanc1 7037371311 pointer to x0 2014-02-12 08:55:13 -08:00
Dave Marchant d4a316b764 Playing with derivative tests.... I think its working..... 2014-02-12 00:00:03 -08:00
rowanc1 7b025ed95a Memory optimizations: use __slots__ to save 1GB of ram on modest sized problem. Get rid of dictionaries (they are expensive here). 2014-02-11 23:31:01 -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
Dave Marchant 34a4d5cb64 Mass derivs in cylindrical mesh. 2014-02-11 21:29:25 -08:00
rowanc1 eef528592a Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree 2014-02-11 19:16:47 -08:00
rowanc1 38e1d5a1eb lower tolerance on testing random meshes for 1D interpolation 2014-02-11 19:16:11 -08:00
rowanc1 a89535781f edgeCurl on ocTree 2014-02-11 19:10:29 -08:00
rowanc1 6c62d48413 Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree 2014-02-11 18:56:24 -08:00
rowanc1 b63675c0d8 patch develop branch 2014-02-11 18:55:17 -08:00
rowanc1 4a92b6b5eb change field --> fields 2014-02-11 18:45:30 -08:00
rowanc1 12e885f5ce change field--> fields 2014-02-11 18:45:06 -08:00
Dave Marchant d7566f42e5 Work on the time domain inverse problem. 2014-02-11 16:41:17 -08:00
rowanc1 62f00004eb bug fix. 2014-02-11 15:02:30 -08:00