Lindsey Heagy
e7e497a06d
don't use Zero() in mapping derivs)
2016-06-29 08:45:45 -07:00
Lindsey Heagy
c40d11ef53
- better model for testing Parametric casing map
...
- allow vector containing values in the inactive set to be passed (not just nC in length)
2016-06-26 15:24:33 -07:00
Lindsey Heagy
c75e3d0246
use a dictionary to keep track of parametric model parameters. Test mappings on cyl meshes, parametric casing and layer model
2016-06-25 16:51:18 -07:00
Lindsey Heagy
f788d5f05d
bug hunting a silly memory issue (don't add vectors to column arrays!). return sparse matrices from mapping derivs for multiplying things
2016-06-21 17:20:02 -07:00
Lindsey Heagy
ce88c676d4
add a projection map (for re-arranging models)
...
use current sigmaModel in src
2016-05-31 22:44:39 -07:00
Lindsey Heagy
1e6ed86135
- parametrized layer
...
- parameterized block in layer inherits parametrized layer
2016-05-31 21:39:59 -07:00
Lindsey Heagy
64510bc606
Merge branch 'dev' into maps/feat-parametrizedBlock
2016-05-29 14:51:11 -07:00
Lindsey Heagy
d9f0241da3
typo fix in nC (it is mesh.nC)
2016-05-29 14:21:08 -07:00
Lindsey Heagy
9a7225c9f6
- bug fix in parametrized block when active cells are used - need a shape
...
- add a pole receiver for DC
2016-05-29 13:40:21 -07:00
Lindsey Heagy
e8e022fcc6
return a scipy sparse matrix for the deriv (a bit silly - it is dense, but nicer for multiplication). Init Regularization with a nP
2016-05-28 15:40:28 -07:00
Lindsey Heagy
341b98d23a
use layer center and layer thickness to parametrize layer
2016-05-28 13:06:19 -07:00
Lindsey Heagy
efbc8f9057
add docs for ParametrizedBlockInLayer, moved docs from rst to python files and automodule the docs for maps
2016-05-26 23:06:57 -07:00
Lindsey Heagy
c36b5a600d
add parametrized block in a layer map
2016-05-26 10:30:10 -07:00
Lindsey Heagy
4257ea77b3
remove InjectActiveCellsTopo. you should use InjectActiveCells
2016-04-29 15:09:04 -07:00
D Fournier
822f6d333d
Minor revisions + remove trailing white spaces
2016-04-06 22:29:57 -07:00
D Fournier
ba977206ea
Create sensitivity re-weighting directive
...
Adapt Map/polymap for actInd (topography)
2016-04-06 07:22:18 -07:00
Lindsey Heagy
a5be262171
add future warnings for new map names to ensure backwards compatibility (for a time)
2016-02-17 14:32:49 -08:00
Lindsey Heagy
2c4055aec1
Naming conventions in Maps (re #231 )
...
- FullMap --> SurjectFull
- Vertical1DMap --> SurjectVertical1D
- Map2Dto3D --> Surject2Dto3D
- ActiveCells --> InjectActiveCells
- ActiveCellsTopo --> InjectActiveCellsTopo
2016-02-14 15:43:32 -08:00
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