Commit Graph

144 Commits

Author SHA1 Message Date
Rowan Cockett f0f3f6c06a Update the examples init.py to explicitly reference things.
You can run the main function to update the docs and imports.
2016-01-02 18:06:49 -08:00
Rowan Cockett b2aab4163b New examples for Mesh 2015-11-26 13:56:04 -07:00
Rowan Cockett be3667b4ab New Examples
- Put all examples in same directory
   - Make a single test
   - use __init__.py to create the docs automatically
2015-11-25 16:03:08 -08:00
Rowan Cockett 56d5019b94 Updates to examples and documentation. 2015-11-24 22:09:50 -08:00
Rowan Cockett e622dfb5cc Merge branch 'master' of https://github.com/simpeg/simpegem into em/dev
Conflicts:
	.coveragerc
	.gitignore
	.travis.yml
	docs/api_Utils.rst
	docs/conf.py
	docs/index.rst
	requirements.txt
	setup.py
2015-11-04 09:59:11 -08:00
Rowan Cockett 465087beba SimPEG.FLOW 2015-10-30 14:36:51 -07:00
Lindsey Heagy 0d88ec3652 explicit integration of sources (s_e for E-B formulation, s_m for H-J formulation) in the calculation of the RHS and associated updates to the documentation 2015-10-01 21:45:06 -07:00
Lindsey Heagy 7cd4ba7d61 updated inversion workflow image, discretization --> mesh and colors are same as in paper 2015-07-21 14:31:22 -07:00
Lindsey Heagy cb73c38e8e cleaned up math in docs 2015-07-06 23:59:21 -05:00
Lindsey Heagy a84bc5cbc1 documentation updates 2015-07-06 19:04:24 -05:00
Rowan Cockett 0c432e1d82 Bump version: 0.1.2 → 0.1.3 2015-05-15 12:36:26 -07:00
Rowan Cockett abe0a9affe Bump version: 0.1.1 → 0.1.2 2015-05-15 11:35:06 -07:00
Lindsey Heagy 6380add4ee Logically Rectangular --> Curvilinear 2015-05-15 09:08:05 -07:00
Lindsey Heagy e9fea3bad2 lrm --> curv 2015-05-14 23:43:32 -07:00
Lindsey Heagy 46b2e11ef8 LRM --> Curv 2015-05-14 23:35:38 -07:00
Lindsey 0f703739ed Changes LRM to Curvilinear 2015-05-14 14:12:52 -07:00
Lindsey dc7cc1c716 tx -> src 2015-04-17 16:41:54 -07:00
Lindsey Heagy b8a5ac93d7 Updated Inversion Workflow image to be the same as the one in the paper 2014-12-12 13:37:08 -08:00
rowanc1 5a66709022 updates to maps docs 2014-07-12 18:38:53 -05:00
rowanc1 c570b294e4 update documentation for the maps 2014-07-12 18:33:22 -05:00
SEOGI KANG 35e6f076c0 Upload notebooks for DC and Seismic Examples - Scipy2014 2014-07-11 22:41:26 -07:00
SEOGI KANG 906acd5441 Add examples 2014-07-11 15:49:18 -07:00
rowanc1 00ade54cef add more qualifiers to setup.py 2014-07-03 15:12:46 -07:00
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 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