Commit Graph

57 Commits

Author SHA1 Message Date
rowanc1 063c84af91 Documentation, type(x) == np.ndarray --> isinstance(x,np.ndarray), and Model (untested.) 2014-05-17 16:50:51 -07:00
rowanc1 b33ec1828c Rearrange Framework 2014-05-17 00:14:22 -07:00
rowanc1 5f2bfbfb77 Remove c code that is autogenerated by cython. 2014-05-16 20:52:17 -07:00
rowanc1 102d5721c5 Solver updates. Remove .solve() replace with a multiplication. 2014-05-16 19:33:29 -07:00
rowanc1 26340fe90f update solver utils. 2014-05-16 18:46:31 -07:00
rowanc1 f3170a8a7f #69 Removed most solvers, replaced by wrappers. 2014-05-16 18:33:57 -07:00
rowanc1 3db46cc91c eye --> identity, spzeros -> csr 2014-05-16 15:12:29 -07:00
Gudni UBC-Talva e0f2d50a1d Fixed read and write UBC TensorMesh and model such that indexing is
SimPEG: ref point at bottom-south-west corner, running x-y-z
UBC: ref point at top-south-west corner, running z-x-y
2014-05-06 14:15:41 -07:00
rowanc1 d8863c7c4c Put changes back in which seogi reversed. Changed dependent property. 2014-05-02 12:02:46 -07:00
seogi b9b5bc9bc9 Working for mumps 2014-05-02 11:45:20 -07:00
rowanc1 6adcce86c8 Added SimPEGLinearOperator which has transpose functionality.
Changed ComplexMap to use this operator.
2014-04-30 11:48:10 -07:00
rowanc1 c814029d89 Fix commit issues in MeshUtils. 2014-04-28 10:41:28 -07:00
seogi 96e45ea3b0 modify ubcmeshutils 2014-04-28 10:09:21 -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 aa8f5a687e model builder returns as vector. 2014-04-25 15:47:17 -07:00
rowanc1 a36f4d76bb Rearranging util codes. Added meshUtils.closestPoints 2014-04-23 12:11:36 -07:00
rowanc1 460391fd92 Added Seogi's readUBCMesh/Model functions to meshutils.py 2014-04-18 17:52:36 -07:00
rowanc1 f8204e7751 Make interpolation matrices using cython. 2014-04-16 18:37:36 -07:00
rowanc1 8142966920 update interpolation 2014-04-16 16:41:57 -07:00
rowanc1 a48808f58a CylMesh interpolation tests. 2014-04-16 12:28:40 -07:00
Dave Marchant 5f401268fc Added utilities to to write SimPEG tensor meshes and models to UBC regular mesh format. 2014-04-15 10:49:18 -07:00
rowanc1 47a148361b update points to nodes in meshUtils 2014-04-15 08:56:07 -07:00
rowanc1 1bf18ee12f Rename model builder stuff to not be EC centric. Added an ellipse function. 2014-04-14 09:29:35 -07:00
rowanc1 ecc7aaf9b0 Updates to Solver Wrappers.
bug fix in dependentProperty
2014-03-19 13:33:45 -07:00
Dave Marchant 7402782541 Merge branch 'master' of https://github.com/simpeg/simpeg 2014-03-19 12:48:46 -07:00
rowanc1 44ab7de6bc Wrapper utils for Solvers 2014-03-19 10:34:37 -07:00
Dave Marchant e30dfb447d Added points2nodes method to meshutils 2014-03-17 12:47:36 -07:00
rowanc1 6fdc7d4a62 updates to survey and mkvc 2014-03-10 22:58:25 -07:00
rowanc1 fcaff5ed64 Changed Data to Survey as per Issue #61 2014-03-07 13:55:08 -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 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 1e5053085d changed matutils to handle vector material properties not just columns 2014-02-28 15:19:57 -08:00
rowanc1 ff5cd54297 clean up after sputils delete 2014-02-21 21:53:44 -08:00
rowanc1 891c4ce972 added invPropertyTensor and makeTensor to matUtils
combined sp utils into mat utils
2014-02-21 19:55:44 -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 120c0e5cc9 updated docs 2014-02-14 10:05:23 -08:00
Rowan Cockett 00bda323b2 Merge pull request #49 from simpeg/quadtree
Quadtree and OcTree
2014-02-12 19:21:34 -08:00
rowanc1 20cb359e82 Removed (now broken) database stuff. 2014-02-12 09:56:20 -08:00
rowanc1 3d21f690cc Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree
Conflicts:
	SimPEG/__init__.py
2014-02-07 15:06:27 -08:00
Dave Marchant e56ca4fcbb Added sdInv to utils. 2014-02-05 21:49:39 -08:00
Dave Marchant 78e49c283e Moved em sources to simpegEM. 2014-02-05 12:29:53 -08:00
rowanc1 57320fb2bc Documentation updates. 2014-01-24 09:55:24 -07:00
rowanc1 cae723eb0e Moved parameters to separate file. Documentation updates. 2014-01-24 09:36:01 -07:00
rowanc1 56dc9a5591 pointers to parent. rename _iter to iter 2014-01-24 08:20:29 -07:00
rowanc1 25d79d3636 Clean Up Documentation 2014-01-19 13:39:50 -07:00