Rowan Cockett
e93295e91f
additional unit tests for tree mesh
2015-04-06 10:19:00 -07:00
GudniRos
d7c062c1c4
Fixed MTdata.toRecArray()
2015-04-06 07:22:37 -07:00
Rowan Cockett
a9b1f89e7f
updates to TreeMesh
2015-04-05 17:09:03 -07:00
Rowan Cockett
223380484b
A bug that took six hours to track down. Two characters.
2015-04-05 17:07:10 -07:00
GudniRos
8123dff07a
added a print statement in projectFields
2015-04-05 15:44:50 -07:00
Rowan Cockett
6e4aac140b
Merge branch 'master' of https://github.com/simpeg/simpeg into TreeMesh
2015-04-04 14:45:42 -07:00
GudniRos
6b3f9b9478
Fix import bug of sys
2015-04-03 10:44:56 -07:00
Gudni Karl
d7aa612a23
Merge branch 'master' of https://github.com/simpeg/simpegmt
2015-04-02 16:45:04 -07:00
Gudni Karl
fba5e75355
Added print statements to fields
2015-04-02 16:43:34 -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
Rowan Cockett
905e877e6b
Merge pull request #88 from simpeg/feat/CylMeshInterpolation
...
cyl mesh interpolation
2015-03-19 21:02:29 -07:00
Rowan Cockett
b518b9b871
updates to cylindrical to tensor mesh interpolation, tested.
2015-03-19 16:22:55 -07:00
Rowan Cockett
354a137461
add additional operators to the tensor mesh.
2015-03-19 13:18:45 -07:00
Rowan Cockett
16c269e013
updates to cyl mesh and minor bug fixes.
2015-03-19 12:48:50 -07:00
Rowan Cockett
90b3dfa61d
Use meshTensor to create the time mesh in a TD problem.
2015-03-17 14:07:52 -07:00
Lindsey
1a760cedc5
Merge pull request #12 from simpeg/HJformulation
...
H jformulation
2015-03-03 16:29:50 -08:00
Rowan Cockett
b83421a27a
update the coverage to cover simpegMT
2015-03-03 12:27:59 -08:00
Rowan Cockett
9049215811
add apparent resistivity tests
2015-03-03 11:29:10 -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
Rowan Cockett
6ffeb5cc1a
minor update to survey, to return dobs from makeSyntheticData
2015-03-03 10:00:36 -08:00
Gudni Karl Rosenkjaer
63ef5ef380
Adding notebooks on the MT1D problem
2015-03-02 21:08:32 -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
Gudni Karl Rosenkjaer
52618bac35
Fixed bugs. Added notebooks with halfspace and layer examples.
...
Code is working (returning results with in couple of % for a 1D analytic solution) but test need to be "automated".
2015-03-02 14:58:53 -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
2ecc9469d2
Merge pull request #87 from simpeg/Tests
...
If E0 is below the tolerance, the deriv test should pass
2015-02-25 19:07:19 -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
4366cd438f
Merge pull request #86 from simpeg/test_diag_est
...
Test diag est
2015-02-25 16:15:44 -08:00