Commit Graph

2272 Commits

Author SHA1 Message Date
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
Rowan Cockett 950fcc572f Documentation updates. 2013-09-30 10:20:23 -07:00
Rowan Cockett 2330ae4ec1 upgraded documentation. Added plots to docs. 2013-08-30 23:51:58 -07:00
Rowan Cockett 49ecbc7411 Added sphinx doc support. goto docs and type:
make html

see the wonderful documents!!
2013-08-30 22:41:02 -07:00
Rowan Cockett 23cef241e5 minutes can be stored in other locations. Use wiki etc. 2013-08-30 22:39:48 -07:00
rowanc1 3b920c7701 Merged in MIT_license (pull request #8)
MIT License
2013-08-30 22:29:21 -07:00
Rowan Cockett d7a791d6d7 Brought into line with standard practices. 2013-08-30 22:27:17 -07:00
rowanc1 82e8df226c Merged in condModels (pull request #10)
Cond Models
2013-08-30 22:25:11 -07:00
Rowan Cockett c0efb972a9 updated the notebook and minor bug fixes in utils 2013-08-30 22:23:14 -07:00
Rowan Cockett b66c63759d Moved modelBuilder into utils added some documentation 2013-08-30 22:17:05 -07:00
Rowan Cockett e11a3ccf65 Bug Fixes in TensorView and test_utils
Updated ipnbs
2013-08-30 21:34:15 -07:00
Rowan Cockett 9392747d1b Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into condModels 2013-08-20 17:12:36 -07:00