Commit Graph

91 Commits

Author SHA1 Message Date
Dave Marchant acdffe8ef9 Ensure that mesh origin is a float to prevent round off problems. 2014-04-15 10:48:26 -07:00
Dave Marchant bc91872215 Merge branch 'master' of https://github.com/simpeg/simpeg 2014-03-17 12:17:04 -07:00
rowanc1 e80d3257dc Clean up plot image code. Now shared between plotSlice and plotImage 2014-03-17 09:17:38 -07:00
rowanc1 251660c560 fixed plotGrid 1D error 2014-03-15 14:39:32 -07:00
rowanc1 8248364e93 Issue #62: real coords for plotSlice. 2014-03-15 14:30:25 -07:00
Dave Marchant 025cb5c583 Removed hold off for consistent behaviour with the rest of matplotlib. 2014-03-14 15:19:38 -07:00
rowanc1 a6badc51c9 bug fix for tensorview plotSlice 2014-03-05 16:21:27 -08:00
rowanc1 90967ce7f9 isScalar in Utils (tested) and support for scalar inner products and derivatives (tested). 2014-03-04 12:19:57 -08:00
rowanc1 e59a039052 Float issue on inner products. 2014-03-04 09:56:12 -08:00
rowanc1 48e506f4bb Clean Plot grid code and add to documentation 2014-03-03 15:50:06 -08:00
rowanc1 eeae3ec783 Changed LogicallyOrthogonalMesh to LogicallyRectMesh and updated all dependencies.
LOM --> LRM

removed LomView.py, and put plot grid code inside Mesh code.

Added tutorial style introduction to the mesh.
2014-03-03 12:23:20 -08:00
rowanc1 c6db3d59f7 refactoring and documentation for innerProducts 2014-03-03 11:12:45 -08:00
rowanc1 3dd54bc0e3 Full anisotropic tensor derivatives. 2014-03-03 11:01:12 -08:00
rowanc1 802094096e change n --> vnC in cellGradz 2014-03-02 18:46:56 -08:00
rowanc1 908b9ab4cc bug fix n --> vnC 2014-03-02 18:37:38 -08:00
rowanc1 3eb8224e28 Edge inner products are derivatives w/ testing. 2014-03-01 06:54:30 -08:00
rowanc1 b5c7b11265 updates to face innerProducts
Increase Speed
Add derivatives
Add tests
2014-02-28 15:21:39 -08:00
rowanc1 d0a734b17c Added option to invert the material property. 2014-02-26 16:29:33 -08:00
rowanc1 b0b4a00172 docs updates and notation changes 2014-02-26 16:25:40 -08:00
rowanc1 1c17c3341e Major updates to innerProducts documentation 2014-02-26 15:12:30 -08:00
rowanc1 aef96902e9 Minor updates. 2014-02-25 09:50:09 -08:00
rowanc1 ab399a2a28 Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions 2014-02-24 10:11:24 -08:00
rowanc1 33431c4e5f minor bug fix. 2014-02-22 13:33:10 -08:00
rowanc1 d41e6dd13d updates to plotSlice 2014-02-22 13:26:03 -08:00
rowanc1 aad54e64dd Updates to plotSlice to work on irregular grid 2014-02-22 13:03:05 -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 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 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 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