Lindsey
dbf3175c39
working on deBugging
2015-04-15 09:50:28 -07:00
Lindsey
903a418a11
each of the fields computations now just takes a transmitter
2015-04-15 09:33:21 -07:00
Lindsey
3dba2d9a04
cleaned up call of fields in Base.py, this will break the TDEM implementation
2015-04-14 20:01:58 -07:00
Lindsey
fcc0650713
start of FDEM fields refactor, definately will not pass travis at the moment
2015-04-14 19:45:24 -07:00
Lindsey
228f3f7f38
Merge pull request #14 from simpeg/sourceRefactor
...
working on feat/sourceRefactor instead of creating a new branch
2015-04-14 16:55:22 -07:00
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
Gudni Karl
25799f3680
Optimized conversion codes
2015-04-07 19:06:01 -07:00
GudniRos
69966eae60
Added time string printing
2015-04-06 12:33:29 -07:00
GudniRos
028714b27d
Added time string printing
2015-04-06 11:08:11 -07:00
GudniRos
3f338ddb43
Added time string printing
2015-04-06 10:59:40 -07:00
GudniRos
25acc67c43
Added time string printing
2015-04-06 10:42:46 -07:00
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