Rowan Cockett
|
07c917dbae
|
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into inversionFramework
|
2013-11-04 09:36:50 -08:00 |
|
Dave Marchant
|
a1a6e67925
|
Added max step size option to Optimize code.
|
2013-11-03 10:36:22 -08:00 |
|
Rowan Cockett
|
187ba97112
|
Bug fix in regularization.
|
2013-11-01 15:19:07 -07:00 |
|
Rowan Cockett
|
510ca4a54e
|
Issue #11 PubSub based communications in Minimize.
|
2013-11-01 15:04:16 -07:00 |
|
Rowan Cockett
|
581f1b15f1
|
renamed misfit to dataResidual in Problem class. fixed betaSchedule bug. Printing in the inversion.
|
2013-11-01 15:02:37 -07:00 |
|
Rowan Cockett
|
f44a857669
|
Moved solver to utilities. But it is still available as SimPEG.Solver (as defined in the main __init__.py file)
|
2013-11-01 15:00:17 -07:00 |
|
Rowan Cockett
|
831eca5022
|
Some documentation.
|
2013-10-30 23:28:14 -06:00 |
|
Rowan Cockett
|
11128b2e9b
|
Bug Fixes. Test_DCproblem is still not working.
|
2013-10-30 23:13:49 -06:00 |
|
Rowan Cockett
|
3f843b2843
|
Added documentation for SimPEG.Solver
|
2013-10-30 23:00:42 -06:00 |
|
Rowan Cockett
|
c33c9bee55
|
Added forward and backwards solvers implemented in python. Added tests for direct solvers.
|
2013-10-30 22:42:25 -06:00 |
|
Rowan Cockett
|
86c1080631
|
Documentation updates.
|
2013-10-26 16:19:02 -07:00 |
|
Rowan Cockett
|
49d08f3245
|
add factorize option to SimPEG.Solver
|
2013-10-26 16:05:17 -07:00 |
|
Rowan Cockett
|
1555caa775
|
Changed to SimPEG solver for DC problem.
|
2013-10-26 16:02:04 -07:00 |
|
Rowan Cockett
|
5cbc980b9c
|
Mixins work differently than I thought, this fixes the DCProblem code.
|
2013-10-26 15:55:42 -07:00 |
|
Rowan Cockett
|
dbd24b71c1
|
Added kwargs to the inversion. can use these to initiate your inversion object.
|
2013-10-26 14:16:50 -07:00 |
|
Rowan Cockett
|
3bbe258eab
|
beta schedualing
|
2013-10-25 11:14:21 -07:00 |
|
Rowan Cockett
|
d974843d98
|
Moved model transforms to different file.
|
2013-10-24 15:33:07 -07:00 |
|
Rowan Cockett
|
fc4294eb4d
|
Added A sample Linear problem that runs!
|
2013-10-24 15:11:48 -07:00 |
|
Rowan Cockett
|
f4c63d47a3
|
took for loop out of inversion framework. This has to be dealt with in the specific code, and is more flexible.
|
2013-10-24 14:12:37 -07:00 |
|
Rowan Cockett
|
d94d3f7f37
|
fixes to inversion framework. DC problem is kinda working…?!
|
2013-10-23 18:35:37 -07:00 |
|
Rowan Cockett
|
548ba9aa0a
|
bug fixes to framework.
|
2013-10-23 18:19:33 -07:00 |
|
Rowan Cockett
|
9cd6e7ed08
|
Issue #9
Ensure that h is a float in all meshes.
|
2013-10-23 16:44:33 -07:00 |
|
Rowan Cockett
|
3de8ab47d9
|
moved DCProblem
|
2013-10-22 20:25:49 -07:00 |
|
Rowan Cockett
|
2bb20280bf
|
to get working..
|
2013-10-22 20:11:30 -07:00 |
|
Rowan Cockett
|
2a8f43aa10
|
Inversion Framework - a start..
|
2013-10-22 19:42:38 -07:00 |
|
Rowan Cockett
|
0cb9fa210a
|
print statements now go to problem if they are implemented there.
|
2013-10-22 14:43:24 -07:00 |
|
Rowan Cockett
|
13efdc12f9
|
updates to view, and documentation of base mesh.
|
2013-10-22 14:42:30 -07:00 |
|
Rowan Cockett
|
41b7dbe82b
|
bug fix
|
2013-10-22 14:40:52 -07:00 |
|
Dave Marchant
|
674de34212
|
Added method to return index of nearest face or edge to a given point.
|
2013-10-21 12:48:56 -07:00 |
|
David Marchant
|
57271e4ecc
|
Merged in InterpolationMatricies (pull request #16)
Added interpolation matrix generation to Cyl1D mesh class.
|
2013-10-21 10:42:54 -07:00 |
|
Dave Marchant
|
ac96b462c8
|
Initial implementation of interpolation matrix generation for Cyl1D meshes
|
2013-10-20 15:06:32 -07:00 |
|
Dave Marchant
|
40661af9ef
|
Updated .gitinore to include Sublime project files and /docs/_bulild/ directory.
|
2013-10-20 13:13:24 -07:00 |
|
rowanc1
|
de2668d7d8
|
Merged in meshFolder (pull request #15)
Moved mesh to own folder. Added 1D cyl mesh.
|
2013-10-18 17:44:33 -07:00 |
|
Dave Marchant
|
ec42871640
|
Added 1D Cylindrical mesh.
|
2013-10-18 17:43:11 -07:00 |
|
Rowan Cockett
|
17d52087f8
|
some updates for examples.
|
2013-10-18 17:36:14 -07:00 |
|
Rowan Cockett
|
db694dd780
|
moved to mesh folder.
|
2013-10-18 17:22:13 -07:00 |
|
rowanc1
|
96ce005c59
|
Merged in getMassModification (pull request #14)
Modification to Mass Matrix generation.
|
2013-10-18 17:05:28 -07:00 |
|
Rowan Cockett
|
e56e5cbf05
|
Removed inversion option.
|
2013-10-18 17:04:23 -07:00 |
|
Rowan Cockett
|
04dfc83e1a
|
documentation and a few more renaming.
|
2013-10-18 15:27:02 -07:00 |
|
Dave Marchant
|
1c3a04f337
|
Changed nomenclature for averaging operators (issue #6)
|
2013-10-18 14:41:26 -07:00 |
|
Dave Marchant
|
0bebcd48ad
|
Changed kwarg order for easier use.
|
2013-10-18 14:32:33 -07:00 |
|
Dave Marchant
|
1f770dfd63
|
Updated getEdgeMass and getFaceMass to use the getMass method.
|
2013-10-18 14:23:57 -07:00 |
|
Dave Marchant
|
26f9b83b76
|
Added general getMass method to reduce code duplication.
|
2013-10-18 14:21:12 -07:00 |
|
Rowan Cockett
|
17643c52cc
|
minor updates to TensorView documentation.
|
2013-10-16 11:35:39 -07:00 |
|
Rowan Cockett
|
6f45923813
|
Tensor View Can now take 'ExEy' and it will show subplots.
|
2013-10-16 11:32:33 -07:00 |
|
rowanc1
|
83291451d3
|
Merged in inverseProblem (pull request #13)
Documentation, Utilities, Testing, DC Problem
|
2013-10-16 09:20:04 -07:00 |
|
Rowan Cockett
|
4851295738
|
initial solver work: import SimPEG.Solver
|
2013-10-16 09:18:08 -07:00 |
|
Rowan Cockett
|
e1648d484b
|
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into inverseProblem
|
2013-10-16 09:12:46 -07:00 |
|
Rowan Cockett
|
9cf76966c2
|
Tensor View bug with origin.
|
2013-10-16 09:08:54 -07:00 |
|
Rowan Cockett
|
00383d01f0
|
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into inverseProblem
|
2013-10-16 08:48:08 -07:00 |
|