Commit Graph

49 Commits

Author SHA1 Message Date
Rowan Cockett c298ebe8d8 Remove the Meshless Identity Map.
- This is now default functionality in the IdentityMap.
2015-12-04 15:42:08 -08:00
Lindsey Heagy cfc921b667 cleaned out transform, inverse and deriv (all are inherited from IdentityMap) 2015-11-28 13:12:44 -08:00
Lindsey Heagy 83cb5ce46a - Meshlesses Identity Map (takes nP instead of a mesh)
- Tikhonov regularization if active cells are used (don't take derivs across interfaces between active cells and not)
- testing improvements: test 1D, 2D, 3D on a random tensor mesh , also test that for a constant mref, phi_m(ref) = 0
2015-11-28 12:55:24 -08:00
seogi_macbook 2b17ad45ac blah .. for spline map 2015-09-25 23:58:08 -07:00
seogi_macbook 23a3768b52 add spline fun 2015-09-25 23:36:37 -07:00
seogi_macbook 309e7f84cf fix poly map 2015-09-25 23:29:17 -07:00
seogi_macbook 2c6a2ae35c Fix bug for poly map
Working Spline map
2015-09-25 23:14:10 -07:00
seogi_macbook 575ac2ea7b fix active cell map 2015-09-17 22:15:59 -07:00
seogi_macbook 168ad8b0ff fix bug for active cell 2015-09-17 21:16:29 -07:00
seogi_macbook 7020201976 Extend polymap to 3D (now its kind of general), and test 2015-09-16 08:44:28 -07:00
seogi_macbook efbd0da0b3 Merge branch 'Mappings' 2015-09-15 08:51:18 -07:00
seogi_macbook f726a27269 Fix target misfit 2015-09-14 21:25:15 -07:00
Rowan Cockett 7f74f7ee82 Remove SimPEGLinearOperator as Scipy 16 has implemented this feature. 2015-09-14 15:14:33 -07:00
seogi_macbook c886817773 Fix bug in CircMap
Add PolyMap for 2D, and test
2015-09-14 13:06:51 -07:00
Lindsey 5aea1ee4d5 FullMap takes a scalar and fills the whole model space with it 2015-06-29 11:33:20 -07:00
Rowan Cockett 760f24ea33 mesh independent maps 2015-06-01 14:29:58 -07:00
Rowan Cockett 3f4f71bf3c reciprocal map 2015-06-01 14:01:51 -07:00
Rowan Cockett 8475eadcce updates to propMap location and testing 2015-06-01 09:55:14 -07:00
Rowan Cockett 28e0db4963 remove anisotropy map 2015-02-05 14:22:20 -08:00
lheagy f8259456d0 start of cyl mesh anisotropy 2015-02-05 12:44:46 -08:00
Lindsey Heagy 5f46461bfe added documentation for log mapping 2015-01-15 13:35:44 -08:00
SEOGI KANG 5929c3e353 Decrease the number of iteration for derivative test 2014-12-08 14:15:48 -08:00
SEOGI KANG 7fa5f6f0f6 Fix potential bug for exponential map 2014-12-08 12:12:51 -08:00
SEOGI KANG 6dee8a1c6e Make ActiveCellsTopo general for 1D and 2D 2014-12-08 09:44:26 -08:00
SEOGI KANG bc7f330f29 1. Update for smoothmod and smoothmod_dif options in regularization
2. Update for ActiveCellsTopo: Mapping, which extends surface cell to air cell.
2014-12-07 23:49:33 -08:00
Rowan Cockett ddc77b53e6 minor bugs in weighting maps 2014-11-07 13:35:33 -07:00
Lindsey Heagy de264a251f - fixed weights.nP 2014-10-15 17:32:25 -07:00
Lindsey Heagy 30fe0f4e75 added a weighting map 2014-10-15 17:04:00 -07:00
rowanc1 2a49755625 Log Maps 2014-10-09 16:38:12 -07:00
rowanc1 cf5be08d96 add a 2d to 3d map and test it! 2014-07-12 15:24:29 -05:00
Dave Marchant 8d066582ec Added inverse method to ActiveCells mapping. 2014-06-09 11:28:49 -07:00
rowanc1 f9328d6a0e circle map 2014-05-18 23:59:42 -07:00
rowanc1 be0be1e986 curModel in problem and combo maps no longer takes a mesh. 2014-05-18 16:09:47 -07:00
rowanc1 907e0eed47 Updates to mapping and models. Remove .transform and rename .transformDeriv to .deriv 2014-05-18 15:42:08 -07:00
rowanc1 8325919e63 Tweak the framework. 2014-05-18 10:57:06 -07:00
rowanc1 23e6ece0cd Maps documentation. 2014-05-17 21:05:31 -07:00
rowanc1 fb67aacc8d Test Maps and Models 2014-05-17 17:25:27 -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 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 77e5ac8374 Multiplication of maps now possible. 2014-05-11 12:24:29 -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 c2032c3f31 ComplexMap 2014-04-30 10:24:06 -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 d88fc1c383 Some Changes to Maps and documentation 2014-04-15 10:20:32 -07:00
rowanc1 36ca4937f2 updates to problem 2014-04-15 10:05:07 -07:00
rowanc1 25421f739f testMaps Working! 2014-04-15 09:43:10 -07:00
rowanc1 0ac4b260f4 Change model to maps.py 2014-04-15 09:27:22 -07:00