GudniRos
|
abc5d72725
|
Merge branch 'em/dev' into mt/dev
|
2016-04-15 13:29:39 -07:00 |
|
GudniRos
|
6482b94cf1
|
Merge branch 'master' into mt/dev
|
2016-04-05 10:26:03 -07:00 |
|
Lindsey Heagy
|
f59cfa9481
|
Merge branch 'dev' into em/dev
|
2016-04-02 08:35:09 -07:00 |
|
Lindsey Heagy
|
d8d8915f94
|
f for fields in data misfit, directives etc. Previously, f was used in the InvProblem to be the function value for the objective function --> this has been renamed to phi
|
2016-03-31 09:28:48 -07:00 |
|
Lindsey Heagy
|
0a0caceaca
|
Problem.Jvec, Problem.Jtvec, Problem.fields, DataMisfit, survey.dpred take a fields object f (not a solution vector, u)
|
2016-03-29 22:49:03 -07:00 |
|
Lindsey Heagy
|
936a7aaadc
|
make integrate = False default for all sources
|
2016-03-29 21:32:08 -07:00 |
|
GudniRos
|
009806f2ba
|
Merge remote-tracking branch 'origin/dev' into mt/dev
|
2016-03-29 16:52:01 -07:00 |
|
Lindsey
|
1d208a8747
|
Merge pull request #267 from simpeg/em/ref/notation
Em/ref/notation
|
2016-03-29 15:46:16 -07:00 |
|
Lindsey Heagy
|
b4f329f65a
|
Bump version: 0.1.9 → 0.1.10
|
2016-03-23 13:04:18 -07:00 |
|
Lindsey Heagy
|
c66db805af
|
typo fix
|
2016-03-20 14:44:34 -07:00 |
|
Lindsey Heagy
|
579f1d7a65
|
FDEM uses f (so the u kwarg breaks). replace with f across the entire codebase??
|
2016-03-20 13:36:19 -07:00 |
|
Lindsey Heagy
|
c51afa4aad
|
s_m, s_e are vectors (so they should not be capitalized)
|
2016-03-20 13:04:02 -07:00 |
|
Lindsey Heagy
|
cc9d2e5ac7
|
we don't support m is none
|
2016-03-20 12:18:07 -07:00 |
|
Lindsey Heagy
|
055061ac3b
|
abstracted FDEM survey to BaseEMSurvey (with methods eval and eval deriv) as this should be common to FDEM and TDEM problems (only implemented on FDEM problem, TDEM inheritance will be taken care of on the TDEM refactor branch)
|
2016-03-20 12:15:52 -07:00 |
|
Lindsey Heagy
|
d5f73d0fd3
|
f_src is actually u_src
|
2016-03-20 11:56:58 -07:00 |
|
Lindsey Heagy
|
3d11431f2f
|
use f where we are talking about fields
|
2016-03-20 11:47:57 -07:00 |
|
GudniRos
|
127c51974f
|
Fixed errors in analytic solution
|
2016-03-10 08:10:21 -08:00 |
|
GudniRos
|
e96945b991
|
Indexing
|
2016-03-09 14:30:39 -08:00 |
|
GudniRos
|
fc444a345f
|
Fixing dtypes in the MT1Danalytic
|
2016-03-09 14:24:15 -08:00 |
|
GudniRos
|
9a739d8380
|
Merge branch 'mt/dev' of https://github.com/simpeg/simpeg into mt/dev
|
2016-03-09 13:27:50 -08:00 |
|
GudniRos
|
664a7bb484
|
Updated plotting functions for MT
|
2016-03-09 13:26:50 -08:00 |
|
Lindsey
|
46a8707b64
|
Merge pull request #257 from simpeg/em/dev
Em/dev
|
2016-03-08 16:36:30 -08:00 |
|
Lindsey Heagy
|
ab1108c9c2
|
- _fieldType --> _solutionType
- light cleanup of conversion to numpy arrays in Jvec
|
2016-03-07 13:31:15 -08:00 |
|
Lindsey Heagy
|
b30fe88a7a
|
fieldType --> solutionType
|
2016-03-07 13:07:25 -08:00 |
|
Lindsey Heagy
|
8412ad90c2
|
eqlocs --> formulation in em
|
2016-03-06 21:01:58 -08:00 |
|
seogi_macbook
|
db63779b9b
|
change gen_DCIPsurvey to output survey class
|
2016-03-03 16:19:53 -08:00 |
|
seogi_macbook
|
d31ef027d7
|
comment regularizations
|
2016-03-03 15:14:49 -08:00 |
|
seogi_macbook
|
f73d0a3b4a
|
Merge branch 'dcip/dev' of https://github.com/simpeg/simpeg into dcip/dev
Conflicts:
SimPEG/Regularization.py
|
2016-03-03 15:12:05 -08:00 |
|
seogi_macbook
|
e4506a8773
|
blah
|
2016-03-03 14:54:00 -08:00 |
|
seogi_macbook
|
e4cbc584dc
|
ss
|
2016-03-03 14:06:18 -08:00 |
|
Lindsey Heagy
|
834de58284
|
projectFields --> eval
|
2016-03-01 18:02:33 -08:00 |
|
Lindsey Heagy
|
cba52c3b81
|
Merge branch 'dev' into dcip/dev
# Conflicts:
# SimPEG/Examples/Inversion_Linear.py
|
2016-03-01 17:56:10 -08:00 |
|
Lindsey Heagy
|
5c8fba4242
|
changing btwn e,j and h,b depends on which formulation we are going between and is now in the fields object
|
2016-02-27 15:44:07 -08:00 |
|
D Fournier
|
020332aec5
|
DCIP Changes
|
2016-02-24 15:25:56 -08:00 |
|
Lindsey Heagy
|
ac008e7253
|
Merge branch 'em/dev' into em/rx
# Conflicts:
# SimPEG/EM/FDEM/SurveyFDEM.py
|
2016-02-22 11:11:10 -08:00 |
|
Lindsey Heagy
|
52cc92f699
|
Merge branch 'dev' into em/dev
# Conflicts:
# SimPEG/EM/FDEM/FDEM.py
|
2016-02-22 11:07:08 -08:00 |
|
Lindsey Heagy
|
bcda60815e
|
- rx.projectFields --> rx.eval
- rx.projectFieldsDeriv --> rx.evalDeriv
|
2016-02-21 15:31:02 -08:00 |
|
Lindsey Heagy
|
f37235973b
|
adjoint debugging
|
2016-02-21 11:33:15 -08:00 |
|
Lindsey Heagy
|
feff936c92
|
cleanup of tests and debugging derivs
|
2016-02-21 11:02:29 -08:00 |
|
Lindsey Heagy
|
6aa9b533ba
|
include mu in testing, cleanup and debugging in dipole sources
|
2016-02-21 10:36:46 -08:00 |
|
Lindsey Heagy
|
4df932ccfc
|
notation cleanup
|
2016-02-21 10:35:27 -08:00 |
|
Lindsey Heagy
|
3e673d34f1
|
- each of e,b,h,j from every formulation. Currently, b from j is first order
- removed CCV primary and secondary (dangerous the way it was previously done)
- NOTE: Source derive may not be properly taken care of yet
|
2016-02-20 17:05:43 -08:00 |
|
Lindsey Heagy
|
f1527f994b
|
e,b,h,j from j formulation
|
2016-02-20 14:30:55 -08:00 |
|
Lindsey Heagy
|
0646a930ab
|
e,b,h,j from b formulation
|
2016-02-20 13:27:51 -08:00 |
|
Lindsey Heagy
|
0edbc9f6ca
|
docs for fields_e
|
2016-02-20 11:13:09 -08:00 |
|
Lindsey Heagy
|
ce49249664
|
e,b,h,j with deriv and adjoint from e formulation
|
2016-02-20 11:05:25 -08:00 |
|
Lindsey Heagy
|
4c3c2c361c
|
- merge em/dev
- start of j data from e
|
2016-02-20 10:13:37 -08:00 |
|
Lindsey
|
40d39d751a
|
Merge pull request #244 from simpeg/em/FDEMfieldsDerivs
Em/fdem fields derivs
|
2016-02-20 09:11:49 -08:00 |
|
Lindsey Heagy
|
649525fa88
|
keep track of _v with notation
|
2016-02-19 17:31:43 -08:00 |
|
Lindsey
|
922bdf93e1
|
Merge pull request #246 from simpeg/ref/MappingNotation
Naming conventions in Maps (re #231)
|
2016-02-19 17:25:11 -08:00 |
|