Commit Graph

2272 Commits

Author SHA1 Message Date
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
Rowan Cockett b00488a6d0 Minor updates to TreeMesh 2015-10-30 11:56:26 -07:00
Brendan Smithyman de2891ccdf Add Cython dependency 2015-10-28 10:05:58 -04:00
GudniRos 9d6a1dcac6 Reorignized to have u = [u_px,u_py].
Everything runs but tests are not passing.
2015-10-26 11:22:46 -07:00
GudniRos 7d913ef178 Derivative check of Jvec and wJv === vJtw are not passing. 2015-10-21 14:15:08 -07:00
GudniRos a963514f7e 3D derivatives are working and tested. 2015-10-20 10:36:36 -07: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
GudniRos c36dce943e Working on 3D derivatives.
rx.projectFieldsDeriv partly works, the adjoint doesn't. Not tested.
2015-10-15 14:52:49 -07:00
GudniRos 0e45d3674a Added derivative support for the 3D problem. 2015-10-15 08:09:31 -07:00
GudniRos 1654c1c8b5 Implementing 3D derivatives 2015-10-14 11:07:49 -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
Lindsey Heagy 8566316a12 add citation 2015-10-01 09:41:42 -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 c7c1126e9b fix couple bugs in TDEM 2015-09-17 21:38:16 -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 dea7eba5e0 work on IP stuff 2015-09-15 15:40:26 -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
GudniRos 5eccffffb5 Added tipper support 2015-09-08 17:11:12 -07:00
GudniRos b26412e7a9 Made changes to data utils 2015-08-13 12:26:16 -07:00