Commit Graph

  • 2dfacdc904 Appended functions to BaseDC D Fournier 2016-01-12 17:46:58 -08:00
  • 2cf3d5d195 Working on the namespace, renamed problems. GudniRos 2016-01-12 17:16:35 -08:00
  • 02afcabd7d Updated code to use SimPEG.EM instead of simpegEM module. GudniRos 2016-01-12 16:51:10 -08:00
  • dbcd57bc4e Minor clean ups. Rowan Cockett 2016-01-11 18:35:19 -08:00
  • 27900498c6 Add surface to mesh test Fix forward function call D Fournier 2016-01-11 16:40:28 -08:00
  • 17348e14e4 Merge pull request #198 from simpeg/bug/solver Rowan Cockett 2016-01-10 19:20:57 -08:00
  • cdf0ebf8d0 Merge pull request #197 from simpeg/dev Rowan Cockett 2016-01-10 18:47:52 -08:00
  • dedabcc15f Allow solver kwargs to go to the class directly. Rowan Cockett 2016-01-10 18:36:02 -08:00
  • ff0c81b96e Merge pull request #196 from simpeg/feat/docs Rowan Cockett 2016-01-10 18:33:54 -08:00
  • 2c5b19b7a0 Updates to the documentation. Rowan Cockett 2016-01-10 17:21:01 -08:00
  • 8a61259cab Remove out of date GCE folder. Rowan Cockett 2016-01-10 15:17:13 -08:00
  • f482f9d877 Rearrange tests in order of speed for travis. Rowan Cockett 2016-01-10 15:16:46 -08:00
  • 1ba96ba8d0 Merge pull request #194 from simpeg/dev Rowan Cockett 2016-01-10 14:02:01 -08:00
  • 985d5b6469 Bump version: 0.1.7 → 0.1.8 (+7 squashed commits) Squashed commits: [ac5bb36] Bump version: 0.1.8 → 0.1.9 [8acd6b2] ImportException --> ImportError [ac410a8] matplotlib.pyplot has errors on import, put these in the functions that rely on them directly. [f128a20] Bump version: 0.1.6 → 0.1.7 [5866bea] Remove IPython utils. v0.1.9 Rowan Cockett 2016-01-10 13:01:05 -08:00
  • 8da717521c Update scripts for pip Rowan Cockett 2016-01-10 13:01:00 -08:00
  • d93a23306c Bump version: 0.1.3 → 0.1.4 v0.1.4 Rowan Cockett 2016-01-10 12:47:43 -08:00
  • 958c4d151a Test interpolation methods. Attempt at using FFT to resample grid. Need to can an FFT method for 2 grid ( pad, taper, resample, extract) D Fournier 2016-01-04 12:29:28 -08:00
  • d38424a10f Merge pull request #193 from simpeg/feat/pymatsolver Rowan Cockett 2016-01-03 19:26:22 -08:00
  • 00a29d27aa Decrease the number of iterations on the EM derivatives. Rowan Cockett 2016-01-03 19:11:45 -08:00
  • 9ebd0fcedc Use pymatsolver in TravisCI Rowan Cockett 2016-01-03 19:02:06 -08:00
  • 6747882e52 Merge pull request #192 from simpeg/feat/examples Rowan Cockett 2016-01-03 14:02:38 -08:00
  • dd5f5df69e my_function.__name__ must be set to 'test_' for nosetests Rowan Cockett 2016-01-03 12:48:01 -08:00
  • d64fd4ae35 List examples in the init file. Rowan Cockett 2016-01-02 18:29:04 -08:00
  • a18d48348d Merge fast tests on travis. Rowan Cockett 2016-01-02 18:20:58 -08:00
  • f0f3f6c06a Update the examples init.py to explicitly reference things. Rowan Cockett 2016-01-02 18:06:49 -08:00
  • 201fe6bf46 Implement active cell from topo and topocheck function D Fournier 2015-12-29 16:11:16 -08:00
  • 1a7656c34d Implement distance weighting for potential fields in BaseMag D Fournier 2015-12-27 11:29:01 -08:00
  • 2dceea25ec Merge branch 'FDEMrefactor' GudniRos 2015-12-22 16:10:28 -08:00
  • d332d3068a Merge branch 'master' into FDEMrefactor GudniRos 2015-12-22 16:09:14 -08:00
  • 5d38ea5e11 removed knownSrcType Lindsey 2015-05-04 10:49:52 -07:00
  • 27edc7742f Merge pull request #6 from simpeg/Travis Gudni Karl Rosenkjaer 2015-12-22 13:12:53 -08:00
  • 436bc7af95 adjoint for PrimSec Src Lindsey Heagy 2015-12-21 17:21:25 -08:00
  • 5b9dae2930 changed name of utility testing functions that we don't want travis to try and run automatically Lindsey Heagy 2015-12-21 15:20:08 -08:00
  • f82efee096 try running travis on new framework Lindsey Heagy 2015-12-21 14:08:02 -08:00
  • cbe3b3de42 Move sub functions to PF.Magnetics Add Mag Integral forward operator Begin Inversion script for magnetic integral D Fournier 2015-12-21 13:11:46 -08:00
  • 9d861267e1 Generalize the DC2D HTML movie maker. Create example for 2 sphere problem D Fournier 2015-12-21 08:44:07 -08:00
  • d6a2490a7b Create function to generate linear forward operator (F) Clean project D Fournier 2015-12-21 08:42:50 -08:00
  • 66156481da Fixed an error in resampleByFreq GudniRos 2015-12-18 14:31:22 -08:00
  • 4342450360 Updated test_MeshIO to remove the temp files after using them. GudniRos 2015-12-17 23:02:52 -08:00
  • 1a5e981dff Fixed bugs in meshutils, writing VTR files Allow fileName to be None, which will output the VTKobject without save a file. pickleSupport GudniRos 2015-12-17 22:52:41 -08:00
  • 77f476e248 Added a resampling function to datautils. GudniRos 2015-12-16 23:48:37 -08:00
  • 21c64cbe66 Added dpred to be saved in saveDict directive. GudniRos 2015-12-15 19:36:31 -08:00
  • 79f7ca7a1e Adden dpred to be written in the saveDict directive GudniRos 2015-12-15 19:35:18 -08:00
  • fc3893c72f Improved gradient plot and sections. D Fournier 2015-12-15 11:59:44 -08:00
  • e42727610a Implemented IO test for octree mesh. GudniRos 2015-12-14 19:08:35 -08:00
  • 84eb69f626 UBC ocTree read and write working. GudniRos 2015-12-14 01:46:01 -08:00
  • 69d109524e Working on reordering of UBC models. GudniRos 2015-12-12 13:52:26 -08:00
  • 2a76852e33 Implement Gradient array with 2D plotting Test the potential as a function Tx distance from gradient grid D Fournier 2015-12-11 18:16:52 -08:00
  • 2aa523f0ad Implement iterative solver BiCGStab + Jacobi Preconditionner (success!!) D Fournier 2015-12-11 11:32:03 -08:00
  • 8664a98e09 cleaned up how I am calling srcDerivs Lindsey Heagy 2015-12-11 10:43:19 -08:00
  • 6d56ebef52 typo fix Lindsey Heagy 2015-12-10 19:42:22 -08:00
  • a152c57ceb make ePrimary a vector (TODO: this is sloppy) Lindsey Heagy 2015-12-10 19:33:15 -08:00
  • 493982e65d start of PrimSecSigma E-B source Lindsey Heagy 2015-12-10 18:49:40 -08:00
  • 3d52778274 Finalize "2click" forward + inversion demo D Fournier 2015-12-10 15:27:50 -08:00
  • 22a6310a59 breaking up tests, also pass in u to df_dm Lindsey Heagy 2015-12-10 08:51:06 -08:00
  • ba2ac74740 Fixed code error GudniRos 2015-12-09 15:53:41 -08:00
  • 4b7f7c3c14 Fixed a spelling error GudniRos 2015-12-09 15:46:57 -08:00
  • d6585dcfcd Add Saving Directive GudniRos 2015-12-09 15:43:51 -08:00
  • e678affe41 Changed ave[F/E]2CC to be a csr not a css, which doesn't support indexing. GudniRos 2015-12-09 15:33:05 -08:00
  • 1a40e35c26 Fixed import bugs. GudniRos 2015-12-09 14:39:00 -08:00
  • f2c7cfab78 Added support sources to take TreeMesh. GudniRos 2015-12-09 12:51:20 -08:00
  • 9e69455d6e b from h and h from b Lindsey Heagy 2015-12-08 23:35:06 -08:00
  • b620c4286b smaller test mesh Lindsey Heagy 2015-12-08 21:48:01 -08:00
  • adda7a43dc E from J and J from E, and a test (need to choose better parameters) Lindsey Heagy 2015-12-08 19:14:28 -08:00
  • 884d27b541 start of getting any field from any formulation Lindsey 2015-12-08 18:11:01 -08:00
  • b3ceccf303 Finish script to extract 2D model from 3D mesh and write DCIP files Compare SimPEG vs DCIP2D vs DCIP3D on Mt Isa synthetic model Invert Mt Isa synthetic 2D line. Dipole-Dipole sucks... need another setup/ D Fournier 2015-12-08 17:31:19 -08:00
  • 20585bad09 Advance the 2D to 3D interpolation. Test SimPEG vs DCIP2D and DCIP3D D Fournier 2015-12-07 16:44:15 -08:00
  • 65d221ee36 On the fly forward modeling and pseudo section for 3D conductivity model D Fournier 2015-12-05 18:57:56 -08:00
  • 8b53fd5965 Merge pull request #189 from simpeg/generalize-mappair Rowan Cockett 2015-12-04 15:44:00 -08:00
  • c298ebe8d8 Remove the Meshless Identity Map. Rowan Cockett 2015-12-04 15:42:08 -08:00
  • 3972178069 Merge branch 'feat/treeMeshCounting' of https://github.com/simpeg/simpeg into feat/treeMeshCounting Rowan Cockett 2015-12-04 15:22:11 -08:00
  • 1c39fcf680 Merge branch 'IP' of https://github.com/simpeg/simpegdc into IP seogi_macbook 2015-12-02 23:13:20 -08:00
  • 3215730d23 minor change seogi_macbook 2015-12-02 23:12:36 -08:00
  • 25ad1488f5 Added a function to read UBC octree mesh. Updated __init__ to import the new functions. GudniRos 2015-12-02 19:20:21 -08:00
  • 2fbcc076f9 DC FWR 3D demo started D Fournier 2015-12-02 18:42:30 -08:00
  • a8551f3e04 Added function to write a UBC octree mesh for TreeMesh object. GudniRos 2015-12-02 16:04:28 -08:00
  • 589cd655af Updated vtk write classes. GudniRos 2015-12-02 16:00:01 -08:00
  • 7da637e883 documentation on Cell.nodes Rowan Cockett 2015-11-30 18:05:02 -08:00
  • a7ab0dc1e2 Unit tests for getitem on tree mesh Rowan Cockett 2015-11-30 18:00:16 -08:00
  • e30a7bcafc documentation updates Rowan Cockett 2015-11-30 17:52:38 -08:00
  • c4d34c4e0d Initial counting of nodes. Rowan Cockett 2015-11-30 17:46:57 -08:00
  • cfc921b667 cleaned out transform, inverse and deriv (all are inherited from IdentityMap) Lindsey Heagy 2015-11-28 13:12:44 -08:00
  • 83cb5ce46a - Meshlesses Identity Map (takes nP instead of a mesh) - Tikhonov regularization if active cells are used (don't take derivs across interfaces between active cells and not) - testing improvements: test 1D, 2D, 3D on a random tensor mesh , also test that for a constant mref, phi_m(ref) = 0 Lindsey Heagy 2015-11-28 12:55:24 -08:00
  • e9f02e1d77 Finish test with analytical answer. O(h^2) error pass Add function MagSphereFreeSpace in MagAnalytic. Same results as MagSphereAnaFunA but with z-observation flipped. D Fournier 2015-11-27 16:08:21 -08:00
  • fe94bd3edf Merge pull request #187 from simpeg/bug/importTreeMesh Rowan Cockett 2015-11-26 19:41:21 -07:00
  • 528253a8cb Generalize mapPair Brendan Smithyman 2015-11-26 19:18:04 -05:00
  • 898215222a play with fwd seogi_macbook 2015-11-26 15:06:22 -08:00
  • 058de2fd96 Animations added D Fournier 2015-11-26 13:17:09 -08:00
  • 44febb35b8 Merge branch 'IP' of https://github.com/simpeg/simpegdc into Dom_dev D Fournier 2015-11-26 13:16:24 -08:00
  • b2aab4163b New examples for Mesh Rowan Cockett 2015-11-26 13:56:04 -07:00
  • 4a8bc16634 Fix a bug in reshapeing in adjoint projFieldsDeriv GudniRos 2015-11-25 16:22:06 -08:00
  • be3667b4ab New Examples Rowan Cockett 2015-11-25 16:03:08 -08:00
  • 4de169c591 Removed Ipython.Debugger import and redused the amount of 3D testing. GudniRos 2015-11-25 14:49:29 -08:00
  • 06c66f6392 Addresses #183: Import errors for tree mesh Rowan Cockett 2015-11-25 13:27:35 -08:00
  • bcfe904015 remove test from the name in examples. Rowan Cockett 2015-11-25 08:26:27 -08:00
  • 7c0be4ec50 Merge pull request #181 from simpeg/em/dev Rowan Cockett 2015-11-25 08:23:05 -08:00
  • 56d5019b94 Updates to examples and documentation. Rowan Cockett 2015-11-24 22:09:50 -08:00
  • 109340c645 Merge pull request #178 from simpeg/bug/flowTests Rowan Cockett 2015-11-24 21:54:48 -08:00
  • 83e29b74c7 Seed the random flowTests Rowan Cockett 2015-11-24 19:28:06 -08:00
  • c173ccd6b2 Merge pull request #175 from simpeg/em/ZeroIdentity Rowan Cockett 2015-11-24 19:09:08 -08:00