Commit Graph

1510 Commits

Author SHA1 Message Date
Rowan Cockett 00a29d27aa Decrease the number of iterations on the EM derivatives.
This is to increase the speed at which travis runs tests.
2016-01-03 19:11:45 -08:00
Rowan Cockett 9ebd0fcedc Use pymatsolver in TravisCI 2016-01-03 19:02:06 -08:00
Rowan Cockett 6747882e52 Merge pull request #192 from simpeg/feat/examples
SimPEG examples
2016-01-03 14:02:38 -08:00
Rowan Cockett dd5f5df69e my_function.__name__ must be set to 'test_' for nosetests 2016-01-03 12:48:01 -08:00
Rowan Cockett d64fd4ae35 List examples in the init file. 2016-01-02 18:29:04 -08:00
Rowan Cockett a18d48348d Merge fast tests on travis. 2016-01-02 18:20:58 -08:00
Rowan Cockett f0f3f6c06a Update the examples init.py to explicitly reference things.
You can run the main function to update the docs and imports.
2016-01-02 18:06:49 -08:00
Rowan Cockett fe94bd3edf Merge pull request #187 from simpeg/bug/importTreeMesh
Addresses #183: Import errors for tree mesh
2015-11-26 19:41:21 -07:00
Rowan Cockett b2aab4163b New examples for Mesh 2015-11-26 13:56:04 -07:00
Rowan Cockett be3667b4ab New Examples
- Put all examples in same directory
   - Make a single test
   - use __init__.py to create the docs automatically
2015-11-25 16:03:08 -08:00
Rowan Cockett 06c66f6392 Addresses #183: Import errors for tree mesh 2015-11-25 13:27:35 -08:00
Rowan Cockett bcfe904015 remove test from the name in examples. 2015-11-25 08:26:27 -08:00
Rowan Cockett 7c0be4ec50 Merge pull request #181 from simpeg/em/dev
Em/dev
2015-11-25 08:23:05 -08:00
Rowan Cockett 56d5019b94 Updates to examples and documentation. 2015-11-24 22:09:50 -08:00
Rowan Cockett 109340c645 Merge pull request #178 from simpeg/bug/flowTests
Bug/flow tests
2015-11-24 21:54:48 -08:00
Rowan Cockett 83e29b74c7 Seed the random flowTests 2015-11-24 19:28:06 -08:00
Rowan Cockett c173ccd6b2 Merge pull request #175 from simpeg/em/ZeroIdentity
Em/zero identity
2015-11-24 19:09:08 -08:00
Rowan Cockett ca3b44bacc Merge pull request #176 from simpeg/dev
Layered Model
2015-11-24 18:48:32 -08:00
Rowan Cockett 9fd25b7104 Merge pull request #174 from simpeg/mesh/tree
Mesh/tree
2015-11-24 18:46:36 -08:00
Lindsey 37f56f25f3 cleaned out Zero, Identity import from FDEM.py 2015-11-24 16:15:57 -08:00
Lindsey 5bd9209d6a type cast b in solver so that it is not an object if we add zero 2015-11-24 14:38:58 -08:00
Lindsey Heagy 71a5c8b2c1 fix sizes in Fields object (make an array not a vector) 2015-11-24 11:01:51 -08:00
Lindsey Heagy 9b847c0e32 replaced all numpy (a += b) with (a = a + b) because it plays more nicely with the Zero class 2015-11-24 10:06:15 -08:00
Lindsey Heagy f3fb1e6481 added an __iadd__, __isub__ to zero class 2015-11-24 10:05:28 -08:00
Lindsey 815311bfec cleaned up sources 2015-11-23 18:03:49 -08:00
Lindsey 6a83af7334 merged master to get namespace changes, resolved merge conflicts, use zero, identity for derivs, defaults for primary fields and sources 2015-11-23 17:41:32 -08:00
Lindsey af540478c5 Merge branch 'master' into em/ZeroIdentity 2015-11-23 17:00:39 -08:00
Rowan Cockett 1a43600781 Updates to MeshSlice view. 2015-11-20 15:08:37 -08:00
Rowan Cockett c775917bb3 Refactoring 2015-11-18 17:21:34 -08:00
Rowan Cockett ccc3e4fe8f docstrs 2015-11-18 17:18:55 -08:00
Rowan Cockett f928ab8019 Refactoring. 2015-11-18 17:16:32 -08:00
Rowan Cockett dcb9b8787d Corsen Trees 2015-11-18 17:15:26 -08:00
Rowan Cockett ca05d0599e Grid x0 locations. 2015-11-18 16:12:59 -08:00
Rowan Cockett 5678d90ef1 Merge branch 'master' of https://github.com/simpeg/simpeg into mesh/tree 2015-11-18 15:41:57 -08:00
Rowan Cockett 81a36684ca NodalGrad 2015-11-18 15:34:55 -08:00
Rowan Cockett 134c163c01 Merge pull request #165 from simpeg/bsmithyman-patch-1
Be compatible with outside metaclasses, for now
2015-11-18 14:08:55 -08:00
Rowan Cockett 312acd217a Merge pull request #172 from simpeg/em/dev
Em/dev
2015-11-18 14:08:04 -08:00
Rowan Cockett 033a64d53f Updates to inheritance and faster innerproducts on treemesh. 2015-11-18 12:57:15 -08:00
Rowan Cockett c1b5f45ac7 PlotSlice in OcTree 2015-11-18 11:52:05 -08:00
Rowan Cockett 92cd1fa15a Merge pull request #171 from simpeg/em/namespace
Em/namespace
2015-11-18 11:47:15 -08:00
Lindsey Heagy 622152c0c8 import simpegEM utils 2015-11-17 22:33:59 -08:00
Lindsey Heagy 699f6452b2 cleaned up imports for source 2015-11-17 22:29:44 -08:00
Lindsey Heagy 7023e999bc SurveyFDEM --> Survey, FieldsFDEM --> Fields 2015-11-17 22:17:38 -08:00
Lindsey Heagy 2fbe0af108 BaseSrcFDEM --> BaseSrc 2015-11-17 21:47:38 -08:00
Lindsey Heagy fe2e29031c updated Rx naming in FDEM analytics test 2015-11-17 21:30:09 -08:00
Rowan Cockett 1718e3506d Interpolation 2015-11-17 19:47:10 -08:00
Rowan Cockett 5afaa54ad9 Remove compiling of C ext with numpy exts.
This should be done at run time.
2015-11-17 18:46:01 -08:00
Rowan Cockett 61460261f0 Updates to setup.py
Add a cleanall, and try to make the cython build things in the correct
place.
2015-11-17 18:44:13 -08:00
Lindsey Heagy c041ad3de6 EM.FDEM.RxFDEM --> EM.FDEM.Rx 2015-11-17 08:29:27 -08:00
Lindsey Heagy e0684a0820 aveN2CC 2015-11-15 21:33:54 -08:00