160 Commits

Author SHA1 Message Date
seogi_macbook 686598cc8f Add ignore values 2015-06-03 23:37:36 -07:00
Lindsey Heagy d8b04b0859 LOM --> Curv 2015-05-15 09:21:54 -07:00
Lindsey Heagy d9d9d6828b updated documentation inside of CurvilinearMesh.py 2015-05-15 09:09:04 -07:00
Lindsey Heagy 46b2e11ef8 LRM --> Curv 2015-05-14 23:35:38 -07:00
Lindsey 0f703739ed Changes LRM to Curvilinear 2015-05-14 14:12:52 -07:00
Rowan Cockett b518b9b871 updates to cylindrical to tensor mesh interpolation, tested. 2015-03-19 16:22:55 -07:00
Rowan Cockett 354a137461 add additional operators to the tensor mesh. 2015-03-19 13:18:45 -07:00
Rowan Cockett 16c269e013 updates to cyl mesh and minor bug fixes. 2015-03-19 12:48:50 -07:00
Rowan Cockett 7069ca7451 updates to cyl averaging. 2015-02-05 13:51:30 -08:00
lheagy f8259456d0 start of cyl mesh anisotropy 2015-02-05 12:44:46 -08:00
Rowan Cockett 496ba70982 CylView and minor tensor mesh update 2015-01-29 10:50:06 -08:00
SEOGI KANG 0b47ee5011 Add 2d curl and testing 2014-09-18 17:02:29 -07:00
rowanc1 ce6fae8b2c rename test functions 2014-07-03 11:27:12 -07:00
rowanc1 42278d35fe implement and test harmonic averaged derivatives 2014-07-03 11:00:25 -07:00
rowanc1 bb0b9c1de4 write test for invProp and invMat (failing) 2014-07-03 10:31:04 -07:00
rowanc1 8c65ddacae Change innerProduct to take sigma not tensorType. 2014-07-03 10:08:39 -07:00
rowanc1 9d048f2884 generalize the derivs for innerProducts 2014-07-02 16:52:46 -07:00
rowanc1 a93b25b488 pre multiplication in innerproduct code. 2014-06-18 10:21:10 -07:00
rowanc1 7d34f596ff More tests on more meshes, IPDeriv returns a function. 2014-06-17 09:47:03 -06:00
rowanc1 d2bde11a2a Fixes #68 2014-06-16 17:09:06 -06:00
rowanc1 6687a8324f bug fixes in TreeMesh 2014-06-16 14:24:54 -06:00
rowanc1 fb90faae50 more object oriented innerProducts 2014-06-16 14:16:19 -06:00
rowanc1 1d5ecbf303 Edge inner products updates for 1D 2014-06-16 14:01:03 -06:00
rowanc1 9512b377c0 InnerProducts working as an operator. Simplifications and generalizations in inner product code. 2014-06-16 12:17:01 -06:00
rowanc1 398a73e2c2 return value on plot slice 2014-05-19 21:42:23 -07:00
rowanc1 063c84af91 Documentation, type(x) == np.ndarray --> isinstance(x,np.ndarray), and Model (untested.) 2014-05-17 16:50:51 -07:00
rowanc1 fa683194ea more tests for tensor mesh 2014-05-16 19:53:27 -07:00
rowanc1 102d5721c5 Solver updates. Remove .solve() replace with a multiplication. 2014-05-16 19:33:29 -07:00
rowanc1 adf51d7a56 Remove digs function and replace with sdiag which is backward compatible 2014-05-16 15:39:09 -07:00
rowanc1 3db46cc91c eye --> identity, spzeros -> csr 2014-05-16 15:12:29 -07:00
rowanc1 d6210072cd Raise exceptions when trying to interpolate fields that don't exist in the CylMesh 2014-05-02 15:05:31 -07:00
rowanc1 eacc1f88f7 Remove Cyl1DMesh from init file... 2014-04-26 12:51:25 -07:00
rowanc1 38002e7708 Grid updates to tensorMesh 2014-04-26 12:37:48 -07:00
rowanc1 695d588cef Remove Cyl1DMesh and update docs. 2014-04-26 12:28:32 -07:00
rowanc1 3e829ad9b6 Fix tensorMesh Documentation. 2014-04-26 12:26:43 -07:00
rowanc1 c9111e4151 #66: Update MeshTensor to be supported directly from TensorMesh. Also added 'C' to center tensors easily in the x0 option. 2014-04-26 12:16:49 -07:00
rowanc1 d08da1a3b0 invMat option in getInnerProducts 2014-04-25 17:21:31 -07:00
rowanc1 c3333225ec updates to innerProducts 2014-04-25 15:49:15 -07:00
rowanc1 a48808f58a CylMesh interpolation tests. 2014-04-16 12:28:40 -07:00
rowanc1 dd579ddbd4 minor updates in interpolation in TensorMesh 2014-04-15 15:12:19 -07:00
rowanc1 c39163bd6e Add BaseMesh to the init file. 2014-04-15 11:44:41 -07:00
rowanc1 a14a0dbaa1 Merge branch 'master' of https://github.com/simpeg/simpeg into Map 2014-04-15 11:13:21 -07:00
Rowan Cockett 9cd217ae20 Merge pull request #64 from simpeg/cylClean
CylMesh
2014-04-15 11:10:35 -07:00
Dave Marchant acdffe8ef9 Ensure that mesh origin is a float to prevent round off problems. 2014-04-15 10:48:26 -07:00
rowanc1 d88fc1c383 Some Changes to Maps and documentation 2014-04-15 10:20:32 -07:00
rowanc1 bb1be7b96e Added Cyl1DMesh back in for depreciation purposes. 2014-04-15 09:05:07 -07:00
rowanc1 da7bab60b2 Updates to CylMesh. Innerproducts. Remove getMass. 2014-04-14 21:28:52 -07:00
rowanc1 df2cffb76e Merge branch 'master' of https://github.com/simpeg/simpeg into cylClean 2014-03-31 15:30:18 -07:00
Dave Marchant bc91872215 Merge branch 'master' of https://github.com/simpeg/simpeg 2014-03-17 12:17:04 -07:00
rowanc1 8276759c3e Merge branch 'master' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
	SimPEG/Mesh/View.py
2014-03-17 09:20:36 -07:00