Commit Graph

283 Commits

Author SHA1 Message Date
rowanc1 969ebaba6e Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
	SimPEG/Mesh/InnerProducts.py
2014-02-21 21:58:57 -08:00
rowanc1 891c4ce972 added invPropertyTensor and makeTensor to matUtils
combined sp utils into mat utils
2014-02-21 19:55:44 -08:00
Lindsey Heagy 872a8a178b fixed float issue in innerproducts 2014-02-21 17:06:43 -08:00
rowanc1 fee512dda3 changes to CC at middle of first h_r 2014-02-21 15:31:31 -08:00
rowanc1 897b43bf80 refactor tensor grids 2014-02-21 14:05:37 -08:00
rowanc1 4d7d10dcd3 updates to number of edges in the z direction 2014-02-21 13:42:15 -08:00
rowanc1 8f8cbb1c19 Move some counting down to base mesh. 2014-02-21 12:08:08 -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 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 8b295ed7eb interp updates 2014-02-20 00:09:46 -08:00
rowanc1 9c881b5b5d Merge branch 'boundaryConditions' of https://github.com/simpeg/simpeg into boundaryConditions 2014-02-19 18:15:08 -08:00
seogi 9c8b64b9f1 Testing BC for cell-centered system
- inhomogenous neumann BC
- Mixed BC

were tested

Fixing bug in the function "projNeumannIn"
2014-02-19 14:25:55 -08:00
rowanc1 0a6798a192 Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions 2014-02-18 14:20:43 -08:00
rowanc1 3f98938d3e quiver --> streamline 2014-02-18 14:20:21 -08:00
rowanc1 c5bd1c0611 Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions 2014-02-18 12:53:46 -08:00
rowanc1 9ae281f368 name space bug. 2014-02-18 12:53:22 -08:00
rowanc1 3846dc4bce Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions 2014-02-18 12:49:31 -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 fbdde2ac24 boundaryCondition initial work. 2014-02-17 12:00:50 -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
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
Rowan Cockett 00bda323b2 Merge pull request #49 from simpeg/quadtree
Quadtree and OcTree
2014-02-12 19:21:34 -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 a89535781f edgeCurl on ocTree 2014-02-11 19:10:29 -08:00
rowanc1 62f00004eb bug fix. 2014-02-11 15:02:30 -08:00
rowanc1 aa539462a1 Nodal Gradient! 2014-02-11 13:58:31 -08:00
rowanc1 87a8890133 nodes in 3D cell 2014-02-11 13:35:05 -08:00
rowanc1 38fbc0cfac Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree 2014-02-11 13:21:50 -08:00
rowanc1 f6b85ca173 getEdgeMassDeriv 2014-02-11 13:20:46 -08:00
rowanc1 aa122eaa19 Edge Innerproducts 2014-02-11 11:39:48 -08:00
rowanc1 53c2dcd3ba refactor numbering code for faces and fix inner product bug 2014-02-11 11:02:39 -08:00
rowanc1 a808aa5774 FaceInnerProducts for TreeMesh 2014-02-10 22:35:28 -08:00
rowanc1 61e86c2dd9 combine edge inner product code 2014-02-10 22:16:37 -08:00