Commit Graph

729 Commits

Author SHA1 Message Date
rowanc1 eb8e86b62d coverage 2014-05-16 17:01:10 -07:00
rowanc1 ef2074834c travis add cython 2014-05-16 16:55:55 -07:00
rowanc1 148c672218 travis and coverage 2014-05-16 16:53:08 -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 dc04b5bac3 Updates for memory optimization. 2014-05-16 13:16:27 -07:00
rowanc1 ea5ad4dd34 more rules to directive changes. 2014-05-16 12:27:58 -07:00
rowanc1 7b22d0aa7a Rules to Directives 2014-05-16 12:10:15 -07:00
rowanc1 399678e496 Allow aliased field to be a property of the fields object. 2014-05-15 12:37:35 -07:00
rowanc1 dd0a2e3878 Testing of fields in time with alias. 2014-05-15 12:28:46 -07:00
rowanc1 80ace330e4 Time Fields Aliasing 2014-05-15 12:19:57 -07:00
rowanc1 6cc41319a0 Aliased fields checks. 2014-05-15 09:50:34 -07:00
rowanc1 93f010bba9 remove txPair from fields obj. 2014-05-15 09:14:41 -07:00
rowanc1 ebc2853615 Alias fields option. 2014-05-15 09:10:51 -07:00
rowanc1 ab249d31b3 Parameters --> Rules
See the Linear example for updates on how to migrate to this version.
2014-05-14 14:30:33 -07:00
rowanc1 e4670e129d Add callback on optimization routines 2014-05-14 11:29:58 -07:00
rowanc1 77e5ac8374 Multiplication of maps now possible. 2014-05-11 12:24:29 -07:00
Gudni UBC-Talva 0891f11cb1 Merge branch 'master' of https://github.com/simpeg/simpeg 2014-05-06 14:18:40 -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 0d95cad9ef Garbage collection after deletion of fields. memory consumption now does not increase per iteration of the inversion. 2014-05-05 13:57:03 -07:00
rowanc1 89d3a72153 try catch when importing solvers. 2014-05-02 15:06:59 -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 f31caf2d61 Add solvers from from simpegEM 2014-05-02 14:05:30 -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 fc80c84ed1 Updates to Survey TimeRx 2014-05-02 10:57:30 -07:00
rowanc1 14a411a129 Tloc in time rx 2014-05-01 09:47:11 -07:00
SEOGI KANG 52cee71b9b Merge branch 'master' of https://github.com/simpeg/simpeg
Conflicts:
	SimPEG/Utils/meshutils.py
2014-04-30 18:28:07 -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 c2032c3f31 ComplexMap 2014-04-30 10:24:06 -07:00
SEOGI KANG a18869d5cf Modification fror ubcmesh 2014-04-28 23:01:15 -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 ded7a3967c Updates to survey fields class. 2014-04-27 20:51:03 -07:00
rowanc1 a39bf58a2b updates to survey time problem 2014-04-27 15:31:54 -07:00
rowanc1 6e3d3863c1 name slicing in fancy fields 2014-04-26 18:09:02 -07:00
rowanc1 df3ba5f8ee Fancy timeFields. 2014-04-26 17:52:11 -07:00
rowanc1 169ee9dd0b type in fields storage. 2014-04-26 17:04:22 -07:00
rowanc1 cb2c2aec3b Fancy Fields Storage in SimPEG 2014-04-26 16:30:34 -07:00
rowanc1 e77d85584f Change size of Cyl2D Interpolation tests. 2014-04-26 14:19:11 -07:00
rowanc1 354e496223 test simple cylmesh interpolation 2014-04-26 13:18:48 -07:00
rowanc1 baea24aaf6 Documentation Updates. 2014-04-26 13:12:56 -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 2ae20b8cd3 updates to survey. 2014-04-25 15:48:38 -07:00