Dave Marchant
d7c8e72379
Added examples directory.
2013-11-14 10:50:33 -08: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