Commit Graph

14 Commits

Author SHA1 Message Date
Rowan Cockett 9b00617e3f Documentation updates. 2013-11-05 10:32:43 -08:00
Rowan Cockett 51a539a291 Generalized to any dimension. Tested. 2013-11-04 18:17:01 -08:00
Rowan Cockett 4784224a84 Put repetitive code in a function. 2013-11-04 16:35:11 -08:00
Rowan Cockett d063c2ccb8 Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into Interpolation_TensorMesh 2013-11-04 16:26:18 -08:00
Rowan Cockett 592490844d Testing Functions for interpolation. 2013-11-04 16:05:16 -08:00
Dave Marchant 06cd641db3 Initial implementation of interpolation matrix generation for TensorMesh (3D ONLY) 2013-11-04 14:07:16 -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 db694dd780 moved to mesh folder. 2013-10-18 17:22:13 -07:00
Rowan Cockett 65f129e7a8 Documented utilities. 2013-10-03 15:31:08 -07:00
Rowan Cockett d8c676015e Fixes to ModelBuilder. Start of the DCProblem. 2013-10-02 15:24:51 -07:00
Rowan Cockett c0efb972a9 updated the notebook and minor bug fixes in utils 2013-08-30 22:23:14 -07:00
Rowan Cockett b66c63759d Moved modelBuilder into utils added some documentation 2013-08-30 22:17:05 -07:00
Lars Ruthotto 3e21ba86a7 fixed typo in util's __init__.py 2013-08-12 17:04:15 -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