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 |
|
Lindsey Heagy
|
d8eeb7cd05
|
use Problem3D_assumption, Fields3D_assumption
|
2016-05-08 11:18:36 -07:00 |
|
Lindsey Heagy
|
119bc801c7
|
start of DC refactor in EM/Static
|
2016-04-15 14:51: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
|
ab1108c9c2
|
- _fieldType --> _solutionType
- light cleanup of conversion to numpy arrays in Jvec
|
2016-03-07 13:31:15 -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
|
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 Heagy
|
649525fa88
|
keep track of _v with notation
|
2016-02-19 17:31:43 -08:00 |
|
Lindsey Heagy
|
8b152f3890
|
adjoint of fields deriv now returns a tuple (so you don't call derivs wrt _u, _m independently
|
2016-02-14 12:28:25 -08:00 |
|
Lindsey Heagy
|
64d89cfb6c
|
- simplified sensitivity calculation for FDEM : only look at fields once (pass it two vectors)
- moved common elements from fields object into base fields object
|
2016-02-14 11:56:39 -08:00 |
|
Lindsey Heagy
|
81c13b12e3
|
cleanup of docs, docs for survey
|
2016-02-07 13:04:13 -08:00 |
|
Lindsey Heagy
|
e7b69dccfd
|
FDEM Fields object docs
|
2016-02-07 11:31:00 -08:00 |
|
Lindsey Heagy
|
73edef5eb7
|
the forward for all fields and fluxes can be computed from any formulation (todo: derive)
|
2016-02-04 19:34:16 -08:00 |
|
Lindsey Heagy
|
bb3f9a6a87
|
make projGLoc a method not a property
|
2016-01-17 14:54:02 -08:00 |
|
Lindsey Heagy
|
22a6310a59
|
breaking up tests, also pass in u to df_dm
|
2015-12-10 08:51:06 -08:00 |
|
Lindsey Heagy
|
9e69455d6e
|
b from h and h from b
|
2015-12-08 23:35:06 -08:00 |
|
Lindsey Heagy
|
adda7a43dc
|
E from J and J from E, and a test (need to choose better parameters)
|
2015-12-08 19:14:28 -08:00 |
|
Lindsey
|
884d27b541
|
start of getting any field from any formulation
|
2015-12-08 18:11:01 -08:00 |
|
Lindsey Heagy
|
71a5c8b2c1
|
fix sizes in Fields object (make an array not a vector)
|
2015-11-24 11:01:51 -08:00 |
|
Lindsey Heagy
|
9b847c0e32
|
replaced all numpy (a += b) with (a = a + b) because it plays more nicely with the Zero class
|
2015-11-24 10:06:15 -08:00 |
|
Lindsey
|
815311bfec
|
cleaned up sources
|
2015-11-23 18:03:49 -08:00 |
|
Lindsey
|
6a83af7334
|
merged master to get namespace changes, resolved merge conflicts, use zero, identity for derivs, defaults for primary fields and sources
|
2015-11-23 17:41:32 -08:00 |
|
Lindsey Heagy
|
7023e999bc
|
SurveyFDEM --> Survey, FieldsFDEM --> Fields
|
2015-11-17 22:17:38 -08:00 |
|
Lindsey Heagy
|
3b62957d08
|
re-named SrcUtils to AnalyticUtils, cleaned up namespace for imports to close #159
|
2015-11-13 08:44:34 -08:00 |
|
Lindsey Heagy
|
0af1f59891
|
h,j jvec now with Zero and identity classes
|
2015-11-06 10:58:23 -08:00 |
|
Lindsey Heagy
|
4553d6db51
|
b formulation Zero Identity
|
2015-11-06 10:05:44 -08:00 |
|
Lindsey Heagy
|
d102ec9c00
|
Zero, Identity for E formulation
|
2015-11-06 10:00:30 -08:00 |
|
Rowan Cockett
|
4db756b060
|
simpegEM --> SimPEG.EM
|
2015-11-04 10:13:24 -08:00 |
|
Rowan Cockett
|
e622dfb5cc
|
Merge branch 'master' of https://github.com/simpeg/simpegem into em/dev
Conflicts:
.coveragerc
.gitignore
.travis.yml
docs/api_Utils.rst
docs/conf.py
docs/index.rst
requirements.txt
setup.py
|
2015-11-04 09:59:11 -08:00 |
|