Lindsey
4a5a0a3c8c
Merge pull request #163 from simpeg/em/testSplitting
...
Em/test splitting
2015-11-09 09:17:43 -08:00
Lindsey
f63847ddae
Merge pull request #161 from simpeg/CoordRotations
...
coordinate rotations
2015-11-09 09:17:01 -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
14f7cf4fff
test 4 source types for cross check
2015-11-05 14:58:47 -08:00
Lindsey Heagy
a4a2c400a7
fixed cross check test
2015-11-05 14:12:12 -08:00
Lindsey Heagy
6669c3d3aa
fixed alignment
2015-11-05 14:09:27 -08:00
Lindsey Heagy
8ce9699b8a
removed cross-check test from derive test
2015-11-05 13:34:01 -08:00
Lindsey Heagy
ac9b50358f
split fdem tests into forward and inverse
2015-11-05 13:30:37 -08:00
Lindsey Heagy
63a2ace3db
em directory with tests, faded, them and travis update
2015-11-05 13:17:04 -08:00
Lindsey Heagy
10bd87ac02
move tdem, fdem tests up a directory
2015-11-05 13:14:44 -08:00
Lindsey Heagy
4b87b4b45f
attempt to split up travis testing for em
2015-11-05 13:12:15 -08:00
Lindsey Heagy
025b2db70e
coordinate rotations
2015-11-04 21:37:27 -08:00
Rowan Cockett
21a3353aa7
Merge pull request #124 from simpeg/em/dev
...
Em/dev
2015-11-04 11:38:48 -08:00
Rowan Cockett
6fb93ee6e4
Lower iterations of Richards tests.
2015-11-04 10:28:19 -08:00
Rowan Cockett
7c897d0f21
Rearrange travis tests.
2015-11-04 10:15:41 -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
1aade8155d
Merge pull request #122 from simpeg/flow
...
SimPEG.FLOW
2015-11-04 08:57:43 -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
536b9abb86
Merge pull request #121 from simpeg/travis
...
Rearrange Tests
2015-10-30 14:08:39 -07:00
Rowan Cockett
f9b77a9128
Merge pull request #120 from simpeg/zero
...
Zero and Identity - Useful for writing derivatives.
2015-10-30 14:01:58 -07:00
Rowan Cockett
fc3590ec9d
Merge pull request #118 from simpeg/bsmithyman-cythondep
...
Add Cython dependency
2015-10-30 14:01:44 -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
Brendan Smithyman
de2891ccdf
Add Cython dependency
2015-10-28 10:05:58 -04:00
Lindsey Heagy
e85da0d15b
jPrimary should be initiated as complex in the fields object
2015-10-18 21:25:31 -07:00
Lindsey Heagy
24f2bae3c2
ensure that primary fields can be complex s_m
2015-10-18 21:16:35 -07:00
Lindsey Heagy
e4f67ef649
fixed bug in kwargs for raw vec s_m
2015-10-18 21:09:19 -07:00
Lindsey Heagy
059d318ab6
Primary fields kwargs for S_m
2015-10-18 14:45:37 -07:00
Lindsey Heagy
670511eb61
add e,b,h,j Primary to kwargs for raw e src
2015-10-18 11:15:23 -07:00
Lindsey
ed463c736f
Merge pull request #112 from simpeg/Citation
...
Citation
2015-10-11 19:38:41 -07:00
Lindsey
d148a5342c
Merge pull request #113 from simpeg/travis
...
try running travis on new framework
2015-10-10 13:23:17 -07:00
Lindsey Heagy
1cb06297ec
Merge branch 'SrcIntegration'
2015-10-07 20:59:16 -07:00
Lindsey Heagy
5d844ac2c0
cleaned up commented out code
2015-10-07 20:58:52 -07:00
Lindsey
70453b6720
Merge pull request #34 from simpeg/SrcIntegration
...
Src integration: Inside of the source definitions, there is now the option of whether to integrate the source term by multiplying with an edge inner product matrix
2015-10-07 20:56:57 -07:00
Lindsey Heagy
b927a1daf2
- moved integration of src term in to definition of src (makes it easier to trigger on / off)
...
- added mu to testing against analytics
2015-10-05 07:42:58 -07:00
Lindsey Heagy
8a358506f1
add test for mag dipole in wholespace
2015-10-03 14:06:06 -07:00
Lindsey Heagy
d3d453ac48
try running travis on new framework
2015-10-02 08:10:22 -07:00
Lindsey Heagy
075cea488f
test and see if we can run travis on updated infrastructure
2015-10-01 23:52:49 -07:00
Lindsey Heagy
97f27c76d1
added test for H-J formulation against analytic soon for an electric dipole in a whole-space on cyl mesh
2015-10-01 23:41:10 -07:00
Lindsey Heagy
bac28ba133
updated tolerance for travis
2015-10-01 22:45:57 -07:00
Lindsey Heagy
0d88ec3652
explicit integration of sources (s_e for E-B formulation, s_m for H-J formulation) in the calculation of the RHS and associated updates to the documentation
2015-10-01 21:45:06 -07:00
Lindsey
ed6d091705
Update README.rst
...
added citation (not sure why .. include doesn't work)
2015-10-01 10:04:44 -07:00
Lindsey
c29f2792ff
Update CITATION.rst
2015-10-01 09:46:11 -07:00
Lindsey
ff2ce3f1c8
Update CITATION.rst
2015-10-01 09:43:06 -07:00
Lindsey
502e76c33a
Update CITATION.rst
2015-10-01 09:42:38 -07:00