Commit Graph

224 Commits

Author SHA1 Message Date
rowanc1 8fdd575fb3 add conf.py to bump version 2014-07-03 15:04:25 -07:00
rowanc1 f747d724c9 Make working in log conductivity a bit more explicit.
Should be fixed in the actual implementation, and use SimPEG maps
instead of forcing the user to work in weird units.
2014-07-03 09:56:05 -07:00
rowanc1 23141c682f update example to work with new problem formulation in simpeg 2014-07-03 07:50:25 -07:00
rowanc1 8325919e63 Tweak the framework. 2014-05-18 10:57:06 -07:00
rowanc1 2392b7d6b9 test counter utils 2014-05-18 00:15:00 -07:00
rowanc1 48743d1f44 rearrange maps docs 2014-05-18 00:01:07 -07:00
rowanc1 176ca05351 forward problem combined in docs 2014-05-17 23:41:05 -07:00
rowanc1 bdb62e8046 Documentation updates 2014-05-17 22:10:31 -07:00
rowanc1 23e6ece0cd Maps documentation. 2014-05-17 21:05:31 -07:00
rowanc1 063c84af91 Documentation, type(x) == np.ndarray --> isinstance(x,np.ndarray), and Model (untested.) 2014-05-17 16:50:51 -07:00
rowanc1 b33ec1828c Rearrange Framework 2014-05-17 00:14:22 -07:00
rowanc1 18f0e61780 make synthetic data. 2014-05-16 21:49:24 -07:00
rowanc1 102d5721c5 Solver updates. Remove .solve() replace with a multiplication. 2014-05-16 19:33:29 -07:00
rowanc1 9400bdd9e0 update coveralls 2014-05-16 17:16:01 -07:00
rowanc1 b53d0e011d Update Readme with coveralls 2014-05-16 17:15:38 -07:00
rowanc1 d22e9eeb93 Initial Commit. 2014-05-13 09:25:25 -07:00
rowanc1 c77a0279c8 Documentation updates. 2014-04-29 11:36:35 -07:00
rowanc1 3514ad56d3 Adjoint solve not yet working. 2014-04-27 23:24:49 -07:00
rowanc1 df7676f14c working jvec 2014-04-27 22:17:55 -07:00
rowanc1 baea24aaf6 Documentation Updates. 2014-04-26 13:12:56 -07:00
rowanc1 695d588cef Remove Cyl1DMesh and update docs. 2014-04-26 12:28:32 -07:00
rowanc1 c9111e4151 #66: Update MeshTensor to be supported directly from TensorMesh. Also added 'C' to center tensors easily in the x0 option. 2014-04-26 12:16:49 -07:00
rowanc1 8f108d488d simper model-->mapping and docs updates. 2014-04-15 15:43:16 -07:00
rowanc1 2d90799415 travis updates. 2014-04-15 15:39:59 -07:00
rowanc1 cbd11d0ae4 travis build status 2014-04-15 15:38:02 -07:00
rowanc1 2a4b448356 meshing docs updates 2014-04-15 10:32:52 -07:00
rowanc1 1f46e37cda Documentation Updates 2014-04-15 10:28:48 -07:00
rowanc1 d88fc1c383 Some Changes to Maps and documentation 2014-04-15 10:20:32 -07:00
rowanc1 3a9def5ad8 Documentation updates for forward problem. 2014-04-06 21:50:11 -06:00
Lindsey Heagy beb2fa1a58 start of docs for e-formulation 2014-04-05 13:19:21 -07:00
Lindsey Heagy e26aa607a3 fix lists and improved intro a bit 2014-04-05 12:23:27 -07:00
Lindsey Heagy cd871dbaf4 I think the in-text math should be straightened out now! 2014-04-05 12:07:27 -07:00
Lindsey Heagy b7bff90c47 slight improvement on intro / background and second attempt at fixing the math 2014-04-05 11:59:16 -07:00
Lindsey Heagy 9779457448 fixed math and added a small intro (that could use a bit of work) 2014-04-05 11:47:46 -07:00
Lindsey Heagy fa657eb7d3 start of documentation for FDEM 2014-04-05 11:21:27 -07:00
rowanc1 0efdffa3d6 Rearrange the FDEM to be closer to the TDEM implementation. 2014-03-19 14:14:25 -07:00
rowanc1 4709545b0d Added FDEM_b example. 2014-03-19 13:42:11 -07:00
rowanc1 ecc7aaf9b0 Updates to Solver Wrappers.
bug fix in dependentProperty
2014-03-19 13:33:45 -07:00
rowanc1 8ff74f12d9 minor documentation updates 2014-03-19 11:47:12 -07:00
rowanc1 0f7e4a88ff Documentation Updates 2014-03-19 11:46:24 -07:00
rowanc1 dd671e1277 Test with an analytic and some documentation. 2014-03-19 11:24:30 -07:00
rowanc1 44ab7de6bc Wrapper utils for Solvers 2014-03-19 10:34:37 -07:00
rowanc1 8d2b41299b Updates to docs. 2014-03-17 09:35:24 -07:00
rowanc1 98385e5f28 Changed Data --> Survey 2014-03-07 14:14:45 -08:00
rowanc1 fcaff5ed64 Changed Data to Survey as per Issue #61 2014-03-07 13:55:08 -08:00
rowanc1 48e506f4bb Clean Plot grid code and add to documentation 2014-03-03 15:50:06 -08:00
rowanc1 eeae3ec783 Changed LogicallyOrthogonalMesh to LogicallyRectMesh and updated all dependencies.
LOM --> LRM

removed LomView.py, and put plot grid code inside Mesh code.

Added tutorial style introduction to the mesh.
2014-03-03 12:23:20 -08:00
rowanc1 8eaff94e48 Documentation for taking the derivatives of innerProducts 2014-03-02 23:34:31 -08:00
rowanc1 b5c7b11265 updates to face innerProducts
Increase Speed
Add derivatives
Add tests
2014-02-28 15:21:39 -08:00
rowanc1 752696a5d5 added a few things! 2014-02-27 15:20:35 -08:00