Commit Graph

2283 Commits

Author SHA1 Message Date
rowanc1 ef6ad1d083 Bug fixes to VerticalModel 2014-02-05 22:09:24 -08:00
Dave Marchant 685198e46b Merge branch 'develop' of https://github.com/simpeg/simpeg into develop 2014-02-05 21:51:16 -08:00
Dave Marchant e56ca4fcbb Added sdInv to utils. 2014-02-05 21:49:39 -08:00
Dave Marchant 8efea97bb2 Setting up a B-formulation problem... 2014-02-05 21:33:32 -08:00
rowanc1 72c93cd48b Minor updates to Cyl1DMesh 2014-02-05 21:33:18 -08:00
rowanc1 aa1faa9505 Changed CylModel --> Vertical1DModel (not tested on Cyl1DMesh) 2014-02-05 21:29:35 -08:00
Dave Marchant 2c29d07fe7 Set up VMP_MVP initial fields. 2014-02-05 21:25:34 -08:00
rowanc1 c128be8af3 Clean up BaseMesh 2014-02-05 20:27:25 -08:00
Dave Marchant 2ec86ea09a Lots of work on time domain problem. 2014-02-05 16:28:16 -08:00
Dave Marchant f1f261243a Merge branch 'master' of https://github.com/simpeg/simpegem 2014-02-05 15:30:12 -08:00
Dave Marchant 50c2ec650e Create DataTDEM1D class 2014-02-05 15:29:37 -08:00
Dave Marchant f97eced639 Added CylModel class. 2014-02-05 15:28:02 -08:00
rowanc1 62abd1e5c7 Setup.py 2014-02-05 13:54:39 -08:00
rowanc1 d9df40b5be Try setup.py for RTD 2014-02-05 13:48:54 -08:00
rowanc1 73e8b5d5ad Merge branch 'develop' of https://github.com/simpeg/simpeg into develop 2014-02-05 13:24:40 -08:00
rowanc1 6c269b54dc Bug Fix 2014-02-05 13:24:11 -08:00
rowanc1 caa2b5dac5 Fix Testing stuff. 2014-02-05 13:23:47 -08:00
rowanc1 efc28e7251 __inti__.py --> __init__.py 2014-02-05 13:14:38 -08:00
rowanc1 7378d5f109 Merge branch 'master' of https://github.com/simpeg/simpegem 2014-02-05 13:13:16 -08:00
rowanc1 45c25365d9 Error in testing init file. 2014-02-05 13:13:06 -08:00
Dave Marchant 0532d99317 Create directories for time and frequency domain code. 2014-02-05 12:44:03 -08:00
rowanc1 81c77ad1ba Merge branch 'master' of https://github.com/simpeg/simpegem 2014-02-05 12:43:05 -08:00
rowanc1 566291955c Change travis. 2014-02-05 12:42:56 -08:00
Dave Marchant 78e49c283e Moved em sources to simpegEM. 2014-02-05 12:29:53 -08:00
Dave Marchant 76d971485e Created Utils/Sources dir. Added magnetic dipole code. 2014-02-05 12:28:39 -08:00
Rowan Cockett 5c509b3538 Create .gitignore 2014-02-05 12:24:17 -08:00
rowanc1 2404f3e08a Add Travis File 2014-02-05 12:22:44 -08:00
rowanc1 45567fd422 fix url 2014-02-05 12:00:55 -08:00
rowanc1 3ee18c8946 Initial Commit (boilerplate) 2014-02-05 11:55:45 -08:00
David Marchant b56e0a2e71 Merge pull request #45 from simpeg/develop
Merge Develop into Master
2014-02-05 11:46:24 -08:00
rowanc1 dc62498a78 Merge branch 'startupScripts' of https://github.com/simpeg/simpeg into develop 2014-02-03 12:00:59 -08:00
rowanc1 31e6a04d36 EdgeCurl Assertion. Only programmed for 3D currently... 2014-02-03 11:55:07 -08:00
Rowan Cockett f147a4db26 Merge pull request #44 from simpeg/DCproblem
SimPEG Framework
2014-02-03 11:50:38 -08:00
rowanc1 8fcaf57e0c Removing unused methods from the inversion class. 2014-02-03 11:21:38 -08:00
rowanc1 98c8d1483a python path troubles in travis.. 2014-01-24 11:51:36 -07:00
rowanc1 45b4faf885 update travis again! 2014-01-24 11:33:12 -07:00
rowanc1 daf0aac544 update travis 2014-01-24 11:26:35 -07:00
rowanc1 06a2f55294 Update travis 2014-01-24 11:21:06 -07:00
rowanc1 631a416f89 Fixed Tests. 2014-01-24 11:15:03 -07:00
rowanc1 e504f3dc2f Merge branch 'DCproblem' of https://github.com/simpeg/simpeg 2014-01-24 10:58:57 -07:00
rowanc1 06dbdf0262 updated licence 2014-01-24 10:43:13 -07:00
Rowan Cockett 827349d09d Initial commit 2014-01-24 09:25:47 -08:00
rowanc1 cffb0762be Fixed Example Problems. 2014-01-24 10:17:00 -07:00
rowanc1 57320fb2bc Documentation updates. 2014-01-24 09:55:24 -07:00
rowanc1 f8e6f61fe8 Deleted Notebooks. Use GISTS in github. 2014-01-24 09:46:42 -07:00
rowanc1 cae723eb0e Moved parameters to separate file. Documentation updates. 2014-01-24 09:36:01 -07:00
rowanc1 18476e53c2 Regularization now just takes a model. (The mesh can be attached to the model.) 2014-01-24 08:37:47 -07:00
rowanc1 56dc9a5591 pointers to parent. rename _iter to iter 2014-01-24 08:20:29 -07:00
rowanc1 4d9f87807e pair data-problem 2014-01-24 07:44:52 -07:00
rowanc1 5452f2be4b Regularization is on the Model, so it needs to take that as input.
Testing is completed on every SimPEG regularization object by default.
2014-01-22 19:17:15 -07:00