Commit Graph

2272 Commits

Author SHA1 Message Date
rowanc1 f729d1f4f9 refactor faceInProd 3D 2014-02-10 21:12:08 -08:00
rowanc1 dba255b64e refactoring 2014-02-10 21:01:00 -08:00
rowanc1 534e229ab6 refactor faceInnerProduct2D code to get ready for octree 2014-02-10 18:53:15 -08:00
rowanc1 3bd4b0ee59 bug fixes. 2014-02-10 17:35:55 -08:00
rowanc1 db73e4c018 test all grids. 2014-02-10 16:35:53 -08:00
rowanc1 cd64da86d3 nodal grid test. 2014-02-10 16:06:55 -08:00
rowanc1 1600058cb5 114 more tests! 2014-02-10 14:49:08 -08:00
rowanc1 cd30c0a455 Refactor gridding code. 2014-02-10 12:43:10 -08:00
rowanc1 b3c653a235 bug fixes to face centre locations. Lots more testing.. 2014-02-10 12:25:46 -08:00
rowanc1 fd154c5005 Switch to Edges (few bugs in the refinement code..) 2014-02-09 23:11:40 -08:00
rowanc1 4a7b157f5e refactor quad tree face numbering 2014-02-09 19:04:18 -08:00
rowanc1 57409c443b Count and link Z faces 2014-02-09 18:56:41 -08:00
rowanc1 c477528452 count and link Y faces 2014-02-09 18:49:01 -08:00
rowanc1 13767ecbe1 counting and linking xFaces 2014-02-09 18:37:04 -08:00
rowanc1 0cc782d8f0 Ascii drawing skillz 2014-02-09 17:44:25 -08:00
rowanc1 298999a4f7 Sharing of nodes in OcTree 2014-02-09 16:43:41 -08:00
rowanc1 599a05cfe7 testing octree 2014-02-09 16:12:24 -08:00
rowanc1 d347600bb7 refactoring and visualization 2014-02-09 14:42:55 -08:00
rowanc1 b39525c665 pointer testing and nodes! 2014-02-09 13:32:12 -08:00
rowanc1 2f52e15e41 Grid updates for TreeMesh, initial generalizations for OcTree 2014-02-07 16:28:03 -08:00
rowanc1 3d21f690cc Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree
Conflicts:
	SimPEG/__init__.py
2014-02-07 15:06:27 -08:00
rowanc1 1c7c79344b Option for normalized vector plot 2014-02-07 14:54:15 -08:00
rowanc1 d6213db486 Initial commit for slicing in matplotlib 2014-02-07 14:03:37 -08:00
rowanc1 cc2ab82f78 Make simpeg setup work. 2014-02-07 14:02:56 -08:00
rowanc1 66ccdb4042 Updates to travis and documentation 2014-02-07 10:51:44 -08:00
rowanc1 e29e87c7c4 install blas on travis VM? 2014-02-07 09:49:37 -08:00
rowanc1 f40b32f2ab Upgrade Scipy on travis. 2014-02-07 09:42:18 -08:00
rowanc1 8ec21210fb aveF2CCV and aveE2CCV and tested. Faces/Edges to cell-centered vectors. 2014-02-07 09:27:35 -08:00
rowanc1 e72defbb54 Averaging updates. 2014-02-06 15:00:06 -08:00
rowanc1 68abb7a7cf Seogi's FDEM initial commit from SimPEG 2014-02-06 12:04:20 -08:00
Dave Marchant 08f2020ae9 Added analytics directory to Utils. Finished example of TDEM_b. Seems to be working.... 2014-02-05 23:47:21 -08:00
Dave Marchant d65705fd0b Added first pass of dared method and spacial interpolation to data class. 2014-02-05 23:45:04 -08:00
Dave Marchant 92788ad5f1 Added example of field generation. 2014-02-05 23:11:53 -08:00
Dave Marchant 710032e636 Working field and update methods. 2014-02-05 23:08:33 -08:00
rowanc1 942ce7f521 Merge branch 'develop' of https://github.com/simpeg/simpeg into develop 2014-02-05 22:42:27 -08:00
rowanc1 e3f5b6c16e ComboModels! e.g.: combo = ComboModel(mesh, [LogModel, Vertical1DModel]) 2014-02-05 22:42:16 -08:00
Dave Marchant 27213be0b4 Fix bug when trying to use scipy backend with factorize=True and a nx1 rhs. 2014-02-05 22:42:05 -08:00
Dave Marchant bb3e05fbfa Modify getInitialFields to return field object. Work on the fields object. Added methods to TDEM_b problem. (untested). 2014-02-05 22:28:04 -08:00
rowanc1 0c01fae3cd Merge branch 'develop' of https://github.com/simpeg/simpeg into develop 2014-02-05 22:09:37 -08:00
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