Lindsey Heagy
9fbdaaf0a5
fix typo in examples path
2016-05-30 21:12:31 -07:00
Lindsey Heagy
5e8d3fbc78
organizing the docs - put the content in a content folder. put the SimPEG core api docs in core_api
2016-05-30 17:06:29 -07:00
Lindsey Heagy
414418a996
Merge branch 'dev' into feat/docs-deploy
...
# Conflicts:
# SimPEG/Mesh/View.py
2016-05-30 15:56:24 -07:00
Rowan Cockett
40f0874dfb
Doc testing, I think that is most of them!
2016-05-29 22:18:22 -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
Rowan Cockett
bc073e49b5
Updates to docs errors.
2016-05-29 18:57:38 -07:00
Rowan Cockett
a131383dae
Correct solver location.
2016-05-29 18:35:41 -07:00
Rowan Cockett
6f7a0b1279
Rename Vertical1DMap to SurjectVertical1D due to depreciation.
2016-05-29 18:14:42 -07:00
Rowan Cockett
de693adaa7
Minor updates to get it 'working'
...
There still seems to be a problem with this example:
- The line search breaks.
- The plots are not informative.
- There are a lot of errors in the structured array codes.
2016-05-29 18:04:09 -07:00
Rowan Cockett
fc07993006
Spacings in functions.
2016-05-29 18:03:03 -07:00
Rowan Cockett
5e2a8232a3
Minor updates to titles in examples.
2016-05-29 17:21:37 -07:00
Rowan Cockett
feba384911
Add solver parameter to the Casing example.
2016-05-29 17:08:11 -07:00
Lindsey Heagy
f2e13182bf
Merge branch 'dev' into feat/plotImage-curvilinear
...
# Conflicts:
# SimPEG/Examples/__init__.py
2016-05-29 16:43:40 -07:00
Lindsey Heagy
62eb4541cb
update example name --> based on mesh
2016-05-29 15:48:15 -07:00
Rowan Cockett
825511e9d3
Add a curvilinear plotImage function, update example.
2016-05-29 13:17:22 -07:00
D Fournier
406703f1c6
Merge branch 'dev' into ref/dev
...
Conflicts:
docs/examples/DC_Forward_PseudoSection.rst
2016-05-27 11:10:39 -07:00
D Fournier
7b72d3a92d
Merge branch 'dev' into ref/dev
...
Conflicts:
SimPEG/DCIP/DCIPUtils.py
2016-05-27 10:01:28 -07:00
Lindsey Heagy
aa1086eba3
use fixed prop map in EM
2016-05-26 18:03:09 -07:00
Lindsey Heagy
1c53129da6
fix bug in prop map linked derivs
2016-05-26 17:58:30 -07:00
seogi_macbook
f6b49c680a
Merge branch 'dev' of https://github.com/simpeg/simpeg into dcip/dev
...
Conflicts:
SimPEG/EM/Base.py
SimPEG/EM/FDEM/SurveyFDEM.py
2016-05-26 09:25:43 -07:00
seogi_macbook
339543b893
Incorporate Lindsey's comments on documenting codes
2016-05-25 23:28:58 -07:00
seogi_macbook
44ad57e90d
Merge branch 'dcip/spectralIP' of https://github.com/simpeg/simpeg into dcip/dev
...
Merge spectral IP stuff, and incorporate Lindsey's comments
2016-05-25 14:22:58 -07:00
Lindsey
d98eef2560
Merge pull request #313 from simpeg/em/dev
...
Em/dev: Naming conventions
2016-05-25 10:53:43 -07:00
seogi_macbook
21d817d9a2
fix bug for adjoint problem
2016-05-24 21:53:18 -07:00
seogi_macbook
f20fcb4504
Minor type error based upon numpy version
...
Cross gradient?
2016-05-24 08:45:12 -07:00
Lindsey Heagy
2c87a50d29
add kwargs to raw vec e,m
2016-05-23 12:21:29 -07:00
Lindsey Heagy
beca0203df
typo fix
2016-05-23 12:11:03 -07:00
Lindsey Heagy
e25b496ab0
allow kwarg input of primary fields
2016-05-23 12:07:14 -07:00
Lindsey Heagy
8936fa4021
use phi_d_star, chifact in defining target misfit
2016-05-22 11:42:23 -07:00
seogi_macbook
0179631fe3
Starting Cross gradient ...
2016-05-20 01:57:40 -07:00
seogi_macbook
c4c97ae054
Ad MultiRegularization for inverting multiple parameters
2016-05-20 00:04:20 -07:00
seogi_macbook
e8bd78f63d
Working Spectral IP:
...
- Fwd
- Jvec
- Jtvec
2016-05-19 02:09:48 +09:00
Lindsey Heagy
d5219be3d8
Merge branch 'dev' into dcip/dev
...
# Conflicts:
# SimPEG/DCIP/DCIPUtils.py
2016-05-17 23:26:17 -07:00
Lindsey Heagy
029171fb1d
use .format for strings
2016-05-11 09:09:26 -07:00
Lindsey Heagy
a690cab131
simple field receivers are Point receivers
2016-05-11 09:05:13 -07:00
Lindsey Heagy
c1b1c2467f
import from ProblemFDEM in baseMT, fixed a missed real_or_imag --> component
2016-05-10 19:57:16 -07:00
Lindsey Heagy
11e6b452c9
renamed FDEM.py to ProblemFDEM.py, changed real_or_imag to component
2016-05-10 17:26:16 -07:00
Lindsey Heagy
73c219ff5c
updated Problem naming in casing example
2016-05-09 12:29:52 -07:00
Lindsey Heagy
abd919e862
Merge branch 'dev' into em/dev
2016-05-09 11:32:59 -07:00
seogi_macbook
8803956d83
Working on SIP
2016-05-09 19:58:56 +09:00
Lindsey Heagy
0a714663d3
update Jtvec to work with Rx classes
2016-05-08 13:12:37 -07:00
Lindsey Heagy
cb042ac938
cleanup imports, docstrings
2016-05-08 13:00:29 -07:00
Lindsey Heagy
f7c46ed83b
Rx classes for FDEM
2016-05-08 12:41:06 -07:00
Lindsey Heagy
52747c0926
update example
2016-05-08 11:35:28 -07:00
Lindsey Heagy
d8eeb7cd05
use Problem3D_assumption, Fields3D_assumption
2016-05-08 11:18:36 -07:00
Lindsey Heagy
8278230476
Use LocTypeTo to allow interpolation to different grid locations
2016-05-08 10:35:27 -07:00
Lindsey Heagy
069127333d
allow interpolation to different cartsian grid locations
2016-05-05 16:41:21 -07:00
Lindsey
79e1378009
Merge pull request #305 from simpeg/feat/sparse-regularization
...
Feat/sparse regularization
2016-05-04 22:30:06 -07:00
Lindsey Heagy
0379df2bf2
attempt to clean up docs in DCIP utils
2016-05-04 22:27:02 -07:00
Lindsey Heagy
66440b0478
add depreciation warnings to DCIP utils for activeind from topo
2016-05-04 22:14:41 -07:00