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
Rowan Cockett
134c163c01
Merge pull request #165 from simpeg/bsmithyman-patch-1
...
Be compatible with outside metaclasses, for now
2015-11-18 14:08:55 -08:00
Lindsey Heagy
622152c0c8
import simpegEM utils
2015-11-17 22:33:59 -08:00
Lindsey Heagy
699f6452b2
cleaned up imports for source
2015-11-17 22:29:44 -08:00
Lindsey Heagy
7023e999bc
SurveyFDEM --> Survey, FieldsFDEM --> Fields
2015-11-17 22:17:38 -08:00
Lindsey Heagy
2fbe0af108
BaseSrcFDEM --> BaseSrc
2015-11-17 21:47:38 -08:00
Lindsey Heagy
c041ad3de6
EM.FDEM.RxFDEM --> EM.FDEM.Rx
2015-11-17 08:29:27 -08:00
Lindsey Heagy
2da82b7d19
fixed SrcUtils call in SurveyTDEM
2015-11-13 12:24:12 -08:00
Lindsey Heagy
356a5b103d
and in SurveyTDEM
2015-11-13 12:20:07 -08:00
Lindsey Heagy
aed5f5ad52
fixed SrcUtils import in BaseTDEM
2015-11-13 12:15:32 -08:00
Lindsey Heagy
19bcdbfbf5
EM.FDEM.SrcFDEM_XXX --> EM.FDEM.Src.XXX
2015-11-13 10:39:08 -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
25e21608df
import all EM utils under Utils namespace
2015-11-13 08:34:46 -08:00
Brendan Smithyman
ff68400320
Be compatible with outside metaclasses, for now
...
Making this change would allow use of metaclasses in a more straightforward way for code that inherits from both SimPEG classes and external classes. In the future, this may need to be addressed in more detail.
2015-11-10 12:26:55 -05:00
Lindsey Heagy
6b413c8b43
Merge branch 'master' into em/ZeroIdentity
2015-11-09 09:24:54 -08:00
Lindsey
4a5a0a3c8c
Merge pull request #163 from simpeg/em/testSplitting
...
Em/test splitting
2015-11-09 09:17:43 -08:00
Lindsey Heagy
554f507ba7
switch order of addition to satisfy Zero class
2015-11-09 09:15:02 -08:00
Lindsey Heagy
915a2f8446
cleaned out commented-out code
2015-11-08 15:18:19 -08:00
Lindsey Heagy
297ea916b4
light notation clean up
2015-11-08 14:58:28 -08:00
Lindsey Heagy
639a6e7a06
Adjoint for all 4 formulations with Zero Identity
2015-11-08 14:09:18 -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
Lindsey Heagy
7b0bea4e1d
make sure subtraction of x0 is a matrix with length of number of points, add test for giving an array XYZ
2015-11-05 16:22:31 -08:00
Lindsey Heagy
96b855d71d
use np.cross
2015-11-05 16:10:43 -08:00
Lindsey Heagy
41970a221a
split up adjoint and deriv test, pulled out getProblem call and put it in utils
2015-11-05 15:44:35 -08:00
Lindsey Heagy
025b2db70e
coordinate rotations
2015-11-04 21:37:27 -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
Rowan Cockett
cd01f07467
Early return on plotting code.
2015-10-30 14:43:11 -07:00
Rowan Cockett
465087beba
SimPEG.FLOW
2015-10-30 14:36:51 -07:00
Rowan Cockett
7106b2b57f
Test examples
2015-10-30 13:59:25 -07:00
Rowan Cockett
b8fe0cfdbf
Separate tests into folders.
...
Build in a matrix?
2015-10-30 13:39:01 -07:00
Rowan Cockett
0885b72577
Zero and Identity - Useful for writing derivatives.
...
These should work with sparse matrices and numpy arrays.
```python
z = Zero()
z*A == 0
o = Identity()
o*A == A
```
2015-10-30 12:21:30 -07: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 Heagy
b5336c1ca1
Fixed typo in Model builder, getIndecesBlock --> get IndicesBlock, added addBlock function
2015-07-06 14:57:19 -05:00
Lindsey Heagy
9900885984
removed comment block and made deriv mD2 term consistent with eval call
2015-07-04 16:15:16 -07:00
Lindsey Heagy
0b5453dc98
defined Wsmooth to clarify where we are using m, m-mref
2015-07-04 16:09:50 -07:00
Lindsey Heagy
001bcbce27
fixed Tikhonov deriv and added non-zero mref to testing
2015-07-04 13:21:56 -07:00