Lindsey
e61679bdc6
now using j_m and j_g in FDEM problem for all formulations. Note that SimpleTxFDEM has been changed toSimpleTxFDEM_g and SimpleTxFDEM_m
2015-04-14 16:40:09 -07:00
Rowan Cockett
b9818a600b
updates to tx bug fix.
2015-03-23 07:50:28 -07:00
Rowan Cockett
78c98e5ad6
simple transmitter.
2015-03-21 21:59:27 -07:00
Rowan Cockett
224a5311d6
change where we get the source from (in the transmitter).
2015-03-21 21:50:47 -07:00
Rowan Cockett
a6e82ecc2a
remove trailing spaces. Fix reordering bug.
2015-03-21 21:20:03 -07:00
Rowan Cockett
127b90c88d
Add more files to export on the init.
2015-03-21 21:19:06 -07:00
Lindsey
1a760cedc5
Merge pull request #12 from simpeg/HJformulation
...
H jformulation
2015-03-03 16:29:50 -08:00
Lindsey
65842379b5
Added self._makeASymmetric in b and j formulations (e and h are symmetric already)
2015-03-03 10:02:19 -08:00
Lindsey
c480279ae5
added _makeASymmetric option to j, b implementations
2015-03-02 15:43:17 -08:00
Lindsey
ed61178b45
removed comment blocks of old code from get RHS in each formulation
2015-03-02 15:07:50 -08:00
Lindsey
a697833b9f
changed todo for constant mu to anisotropic mu
2015-03-02 14:49:06 -08:00
Lindsey Heagy
fa0fd7f23f
broke out calculation of source term from rhs so that you can do prb.getSource
2015-02-28 10:18:58 -08:00
Lindsey Heagy
35678c587d
Removed extra mui in bformulation deriv terms
2015-02-28 08:20:58 -08:00
Lindsey
62b4edcf6d
- changed H implementation to primary secondary for a dipole source (much faster)
...
- removed extra MeMui matrix floating around in the B implementation
- changed tests so that we do not cross-check the z-components, as this doesn't make sense for the primary secondary approach if we don't add back the primary
2015-02-27 18:43:47 -08:00
Lindsey
84fedcf2a7
seperated out calculation of j_s from calculation of rhs in j formulation
2015-02-27 15:25:13 -08:00
Lindsey
2780a4cea7
HJ formulation implemented. EB formlation will fail the cross-check test... maybe a problem in the source definition?
2015-02-27 13:55:18 -08:00
Lindsey
5c19da60cc
fixed MeMuI, should be invmat=True, as opposed to 1/mu
2015-02-27 12:13:01 -08:00
Lindsey
564fa14826
Added CrossCheck test to make sure that both formulations give the same results. HJ is going to make travis fail...
2015-02-26 16:30:11 -08:00
Lindsey
94d12b257a
Test everything
2015-02-26 15:40:51 -08:00
Lindsey
0e0033eb0a
HJ formulation, Problem_h solving for j implemented. I don't yet trust the solution
2015-02-26 15:40:03 -08:00
Lindsey
d5eef78b57
fixed typo on MeMuI property
2015-02-26 15:04:14 -08:00
Lindsey
5ac746f31f
added MeMu and changed MeMui to MeMuI in mu setter
2015-02-26 15:03:04 -08:00
Lindsey
5284b91f33
changed _MeMui to _MeMuI
2015-02-26 14:57:08 -08:00
Lindsey
5d74fc2d1b
Changed MeMui to MeMuI, it should be the full inverse
2015-02-26 14:27:49 -08:00
Lindsey
8d4e001301
HJ formulation solving for h, with h data
2015-02-26 13:51:42 -08:00
Lindsey
5e323591b9
expanded documentation for solving for J
2015-02-26 10:39:04 -08:00
Lindsey
5bb5e8f6b3
Start of JH implementation, solving for h. Derivatives for ProblemFDEM_h NOT working yet
2015-02-25 20:21:44 -08:00
Lindsey
3201d1fc59
Moved call of store these fields before the __init__ so that we don't mess with the base problem, updated names of mass matrices so it is clear they are mass matrices not phys props
2015-02-25 17:58:54 -08:00
Lindsey
31c697eafa
added MeMu, and am using self.mu everywhere instead of mu_0
2015-02-25 17:06:38 -08:00
Lindsey
57380ea2d8
Tested and passing HJ formulation, solving for J. Only works with diagonal anisotropy
2015-02-25 16:28:54 -08:00
Lindsey
2a6f0ab440
Start of HJ formulation: FAILING TESTS right now
2015-02-24 18:00:34 -08:00
Lindsey
4e69ee1f1f
Merge branch 'master' into HJformulation
2015-02-24 15:56:35 -08:00
Rowan Cockett
ab0049180d
Merge pull request #11 from simpeg/addingMu
...
Adding mu
2015-02-24 17:44:08 -05:00
Rowan Cockett
629bb56185
minor updates to travis.
2015-02-24 17:15:00 -05:00
Rowan Cockett
2a53b78ccd
Update the miniconda version 3.3.0 --> 3.8.3
...
Reverse other changes.
2015-02-24 17:08:37 -05:00
Lindsey
0a98c5f1c3
Fixed Travis?
2015-02-24 12:54:45 -08:00
Lindsey
71881c7ce8
- added capability for adding a mu model
...
- added variable mu in the FDEM testing
- also added capability to add a small random vector to sigma and mu for testing
2015-02-24 11:43:59 -08:00
Lindsey
ed1457df86
start of j implementation, UNTESTED
2015-02-23 17:42:25 -08:00
sgkang
bc7fb2f1d7
Update __init__.py
2014-11-21 12:32:24 -08:00
seogi
1edca3b9e3
Fix bug
2014-11-21 11:01:58 -08:00
seogi
e83b76a70c
Modification for Cylinderical mesh
2014-11-21 09:45:24 -08:00
SEOGI KANG
bfb5e045fc
FIx bug for loop source
2014-11-14 13:23:18 -08:00
rowanc1
7d14489c4e
updates to analytics and a 'test' in the notebook
...
- need to change this into a real test!
2014-10-09 11:43:10 -07:00
Lindsey Heagy
3846a6303b
FEM -> FDEM in tests for analytics
2014-10-08 15:41:38 -07:00
Lindsey Heagy
682a8e3877
call for analytics now: EM.Analytics.FDEM (or TDEM)
2014-10-08 14:10:27 -07:00
Lindsey Heagy
c229e26f74
added plots
2014-10-08 14:06:48 -07:00
Lindsey Heagy
ed54a230da
- changed name of analytical dipole in a whole space fct (now: AnalyticMagDipoleWholeSpace)
...
- added todos in comments
- started notebook for checks
- added notebook checkpoints to git ignore
2014-10-07 17:45:56 -07:00
Lindsey Heagy
cf2a9688c3
Start of analytical dipole in a whole-space. Not yet tested
2014-10-06 19:37:26 -07:00
rowanc1
dd766a3ce3
update the code to use sources differently.
2014-07-04 14:51:54 -07:00
rowanc1
2e0aadf113
Generalize sources a little bit to make them easier to use
2014-07-04 14:46:58 -07:00