dfournier
394dc9106a
Merge pull request #332 from simpeg/ref/regularization
...
Automate the epsilon picking based on percentile of model values for …
2016-06-29 08:39:29 -07:00
D Fournier
ef12a3674a
Automate the epsilon picking based on percentile of model values for DEFAULT mode. Fix example.
...
Fix bug with Maps using array of values
2016-06-06 12:28:01 -07:00
Rowan Cockett
18f98b2ecd
Merge branch 'docs' of https://github.com/simpeg/simpeg into feat/docs-deploy
...
# Conflicts:
# SimPEG/Utils/meshutils.py
# docs/api_Utils.rst
# docs/conf.py
# docs/flow/index.rst
2016-05-29 19:18:36 -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
b5b70390cb
Merge branch 'dev' into docs
2016-03-06 21:50:27 -08: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
Lindsey Heagy
999a37547e
Merge branch 'dev' into docs
...
# Conflicts:
# .travis.yml
# SimPEG/EM/FDEM/FDEM.py
# SimPEG/Mesh/TensorMesh.py
2016-02-09 08:32:41 -08:00
Lindsey Heagy
6b359f49b5
docs clean-up (using autoclass is more stable than automodule)
2016-01-31 15:21:46 -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
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