Commit Graph

556 Commits

Author SHA1 Message Date
rowanc1 c859735be3 test gridN 2014-02-21 11:27:15 -08:00
rowanc1 0fb229a3c0 update tensors and tests 2014-02-21 11:26:14 -08:00
rowanc1 ba52e16bea updated where cell centers are and how I count the first h in 2D case 2014-02-21 11:04:00 -08:00
rowanc1 624a2153f8 Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean 2014-02-21 10:53:36 -08:00
rowanc1 12ee598a09 update travis...annoying output will have to stay :( 2014-02-21 10:48:26 -08:00
rowanc1 f7b73d218e Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
	SimPEG/Mesh/TensorMesh.py

also lower top on one test.
2014-02-21 10:30:34 -08:00
rowanc1 a0ddf26744 updates to Travis. 2014-02-21 10:24:29 -08:00
rowanc1 7e465ef396 fix regularization 2014-02-20 19:57:44 -08:00
rowanc1 2c233c5524 reg updates 2014-02-20 16:53:05 -08:00
rowanc1 544d65bea1 regularization updates. 2014-02-20 16:43:12 -08:00
rowanc1 6490922dc9 updates to combo model 2014-02-20 16:13:16 -08:00
rowanc1 a649129acf first attempt at activeCell model 2014-02-20 16:04:11 -08:00
rowanc1 089ac427c4 Model that allows interpolation from one mesh to another. 2014-02-20 10:22:12 -08:00
rowanc1 361fb719f0 Fix and test interpolation. Issue #43 2014-02-20 10:06:10 -08:00
rowanc1 9f2c976be1 interp bug fixes 2014-02-20 00:38:13 -08:00
rowanc1 8b295ed7eb interp updates 2014-02-20 00:09:46 -08:00
rowanc1 fdfc1c600e fixed sub2ind and ind2sub (thin wrappers on numpy) as per Issue #58 2014-02-19 18:49:30 -08:00
rowanc1 3f98938d3e quiver --> streamline 2014-02-18 14:20:21 -08:00
rowanc1 9ae281f368 name space bug. 2014-02-18 12:53:22 -08:00
rowanc1 558d8b9444 Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean 2014-02-18 12:49:00 -08:00
rowanc1 aa210a6f23 Merge branch 'mpl_vis_slicer' of https://github.com/simpeg/simpeg into develop
Conflicts:
	SimPEG/Mesh/BaseMesh.py
2014-02-18 12:45:31 -08:00
rowanc1 9a53545d0a testFaceInnerProduct1D 2014-02-16 19:10:58 -08:00
rowanc1 5b09891601 bug fix. 2014-02-16 18:40:32 -08:00
rowanc1 abd4f47dfc bug fix. 2014-02-16 18:39:14 -08:00
rowanc1 530de6cb5c FaceInnerProduct for 1D 2014-02-16 18:31:30 -08:00
rowanc1 8b5ca46ecf started testing of faceDiv 2014-02-16 18:05:11 -08:00
rowanc1 d5c09ce036 Combine view functions into one file. 2014-02-16 15:43:49 -08:00
rowanc1 7dd8f9e83e faceDiv (untested) 2014-02-16 15:32:20 -08:00
rowanc1 2bdc3958b5 Split out base tensor mesh stuff into different mixing class. 2014-02-16 14:42:43 -08:00
rowanc1 9bea954dff vol and area tests passing 2014-02-15 14:08:41 -08:00
rowanc1 1129fc1c66 vectors in CylMesh 2014-02-14 21:44:46 -08:00
rowanc1 dc563ff6c5 Correct counting on cylinder mesh! 2014-02-14 20:25:57 -08:00
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
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 893d726854 change to Jvec and Jtvec 2014-02-13 18:31:59 -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 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 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
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 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