Commit Graph

19 Commits

Author SHA1 Message Date
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