Commit Graph

44 Commits

Author SHA1 Message Date
Rowan Cockett 985d5b6469 Bump version: 0.1.7 → 0.1.8 (+7 squashed commits)
Squashed commits:
[ac5bb36] Bump version: 0.1.8 → 0.1.9
[8acd6b2] ImportException --> ImportError
[ac410a8] matplotlib.pyplot has errors on import, put these in the functions
that rely on them directly.
[f128a20] Bump version: 0.1.6 → 0.1.7
[5866bea] Remove IPython utils.

These are out of date, and have problems on Linux (without a proper
visual backend).
[a519e56] Bump version: 0.1.5 → 0.1.6
[f45aa83] Bump version: 0.1.4 → 0.1.5
2016-01-10 13:38:06 -08:00
Rowan Cockett d93a23306c Bump version: 0.1.3 → 0.1.4 2016-01-10 12:47:43 -08: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
rowanc1 94ddcb0f3a project meta updates 2014-07-03 15:59:10 -07:00
rowanc1 1f7e1cbf1d Bump version: 0.1.0 → 0.1.1 2014-07-03 14:44:31 -07:00
rowanc1 96e1bbdbd5 updates for bump version 2014-07-03 14:43:38 -07:00
rowanc1 907e0eed47 Updates to mapping and models. Remove .transform and rename .transformDeriv to .deriv 2014-05-18 15:42:08 -07:00
rowanc1 b33ec1828c Rearrange Framework 2014-05-17 00:14:22 -07:00
rowanc1 102d5721c5 Solver updates. Remove .solve() replace with a multiplication. 2014-05-16 19:33:29 -07:00
rowanc1 f3170a8a7f #69 Removed most solvers, replaced by wrappers. 2014-05-16 18:33:57 -07:00
rowanc1 7b22d0aa7a Rules to Directives 2014-05-16 12:10:15 -07:00
rowanc1 ab249d31b3 Parameters --> Rules
See the Linear example for updates on how to migrate to this version.
2014-05-14 14:30:33 -07:00
rowanc1 25421f739f testMaps Working! 2014-04-15 09:43:10 -07:00
rowanc1 fcaff5ed64 Changed Data to Survey as per Issue #61 2014-03-07 13:55:08 -08:00
rowanc1 e6d6297488 Removed Examples dir, and put it up a level (outside SimPEG path) renamed to tutorials for future tutorial development. 2014-02-12 10:23:38 -08:00
rowanc1 cae723eb0e Moved parameters to separate file. Documentation updates. 2014-01-24 09:36:01 -07:00
rowanc1 2eb074ba54 Moved Solver to main Package 2014-01-17 14:40:42 -08:00
rowanc1 67b067d938 Major Reorganization (Things are likely still broken...)
Added Parameter to Utils, which hints at where we are going with functions as parameters.
2014-01-17 14:03:08 -08:00
rowanc1 ca4932fd19 Moved things around! Packages should now all be capitalized. may need to to tweak git to ensure this... 2014-01-16 13:19:29 -08:00
rowanc1 c49ae77fbd Cleaning up imports. 2014-01-16 11:02:35 -08:00
rowanc1 9b5d19ad8e Clean up imports in DC, move data to forward folder. clean up init statements. 2014-01-15 10:53:45 -08:00
rowanc1 21d0a772bc Moved Regularization to inverse package. 2013-12-18 10:35:59 -08:00
rowanc1 09938ed7df SimPEG data object 2013-12-06 16:53:07 -08:00
rowanc1 5e0fb8642d MeatClasses to make every SimPEG object saveable to an hdf5 file.
cleaned up imports in a lot of places.
Made solver not copy matrices around for GS preconditioning.
2013-12-06 11:23:01 -08:00
Rowan Cockett b6ec17a4d3 Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into boundaryConditions
Conflicts:
	SimPEG/__init__.py
2013-11-18 12:33:09 -08:00
Rowan Cockett a2c305e6bc Renamed module. 2013-11-18 11:56:35 -08:00
Gudni Karl Rosenkjaer 1a14ed3b04 Merge branch 'origin/master' 2013-11-15 16:14:25 -08:00
Dave Marchant d7c8e72379 Added examples directory. 2013-11-14 10:50:33 -08:00
Rowan Cockett 52c9cf83c9 Tests on Cell Grad (bug fixes for non-uniform mesh). and aveCC2F with extrapolation. 2013-11-13 19:34:11 -08:00
Gudni Karl Rosenkjaer 2cbbb3639c Fixed SimPEG.__init__.py to include visulization (some merging issuse). 2013-11-11 09:47:35 -08:00
Gudni Karl Rosenkjaer 4d0e532619 Merge branch 'origin/master'
Conflicts:
	SimPEG/__init__.py
2013-11-11 09:25:51 -08:00
Gudni Karl Rosenkjaer 304ee3ae32 Renamed folder.
Added vtkView Class that makes vtk figures of SimPEG mesh, models.
2013-11-04 08:56:32 -08:00
Gudni Karl Rosenkjaer 912c39151f Added visulization folder and written some vtkTools. 2013-11-02 07:52:35 -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 3de8ab47d9 moved DCProblem 2013-10-22 20:25:49 -07:00
Rowan Cockett db694dd780 moved to mesh folder. 2013-10-18 17:22:13 -07:00
Rowan Cockett 4851295738 initial solver work: import SimPEG.Solver 2013-10-16 09:18:08 -07:00
Rowan Cockett a6da74c347 Creating the inverse problem framework. Feedback welcome! 2013-10-01 20:33:57 -07:00
Rowan Cockett b0760f577f Put utils in their own folder. Increases organization, and everything will be available under SimPEG.utils
NOTE: if you add a new function (or file), you must register it in __init__.py for it to be available under:

e.g.
...
from utils import mkvc, …
...
from MYNEWFILE import MYNEWFUNCTION
2013-08-09 17:30:57 -07:00
Rowan Cockett e2e38074fc Order Test must incorporate different meshes. Current test fails, must support 2D mass matrices. 2013-08-04 07:56:25 -07:00
Rowan Cockett cc66eaf9fd Testing of LOM (comparing against Tensor Mesh) 2013-08-03 16:08:54 -07:00
Rowan Cockett ef557beb84 Merged Seogi's code into the Tensor Mesh code base.
This is under the DiffOperators class, which can be inherited with BaseMesh to any Mesh Object.

Cell area and other dimension calculations are included in the TensorMesh class.

Wrote unit tests for cell vol, area, and edges.
2013-07-18 10:41:58 -07:00
Lars Ruthotto 09b12ca52d renamed folder 'code' to 'SimPEG'
new folder for ipython notebooks
improved 2D plots
2013-07-12 14:21:58 -07:00