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 |
|
Rowan Cockett
|
9d93167828
|
Curl Bug.
|
2013-10-16 08:46:33 -07:00 |
|
Rowan Cockett
|
0089931075
|
bug fixes for optimization
|
2013-10-07 15:15:18 -07:00 |
|
Rowan Cockett
|
65f129e7a8
|
Documented utilities.
|
2013-10-03 15:31:08 -07:00 |
|
Rowan Cockett
|
fb69446cfb
|
Testing problem and DCProblem.
|
2013-10-03 15:15:08 -07:00 |
|
Rowan Cockett
|
7cf8ef2310
|
Moved testing code to the test directory. added __init__.py and some documentation.
|
2013-10-03 14:55:22 -07:00 |
|
Rowan Cockett
|
bed86b9ce4
|
Update documentation and show example field.
|
2013-10-03 12:28:08 -07:00 |
|
Rowan Cockett
|
56aa003a3c
|
Start of DC documentation.
|
2013-10-03 12:16:10 -07:00 |
|
Rowan Cockett
|
21501e7482
|
DC Problem tested and working.
|
2013-10-03 10:37:43 -07:00 |
|
Rowan Cockett
|
d8c676015e
|
Fixes to ModelBuilder. Start of the DCProblem.
|
2013-10-02 15:24:51 -07:00 |
|
Rowan Cockett
|
7a4ccc9a38
|
Updates to problem.
Problem is defined as a general PDE that has a field and a model.
|
2013-10-01 23:58:35 -07:00 |
|
Rowan Cockett
|
a6da74c347
|
Creating the inverse problem framework. Feedback welcome!
|
2013-10-01 20:33:57 -07:00 |
|
rowanc1
|
6cb42ad20e
|
LogicallyOrthogonalMesh.py edited online with Bitbucket
|
2013-10-01 00:23:18 +00:00 |
|
rowanc1
|
eb7d99837c
|
Merged in docs (pull request #12)
Documentation updates
|
2013-09-30 17:19:19 -07:00 |
|
Rowan Cockett
|
063a3d8b57
|
updates to documentation
|
2013-09-30 17:19:00 -07:00 |
|
Rowan Cockett
|
71668deb1b
|
inner product documentation
|
2013-09-30 16:46:02 -07:00 |
|
Rowan Cockett
|
dde4474234
|
updated plots and documentation
|
2013-09-30 14:53:22 -07:00 |
|
Rowan Cockett
|
44a846cb23
|
added lines to the tensor view.
|
2013-09-30 11:36:09 -07:00 |
|
Rowan Cockett
|
b8e234a56e
|
Test addition to conf.py for plotting in the documentation.
|
2013-09-30 10:53:06 -07:00 |
|
Rowan Cockett
|
11f4c5ba51
|
added pip requirement file.
|
2013-09-30 10:38:09 -07:00 |
|
Rowan Cockett
|
d7d4303e34
|
update to conf.py for readthedocs
|
2013-09-30 10:27:03 -07:00 |
|
rowanc1
|
e3d113db8b
|
Merged in docs (pull request #11)
Documentation for SimPEG
|
2013-09-30 10:21:20 -07:00 |
|