Commit Graph
43 Commits
Author SHA1 Message Date
rowanc1 9e26543931 fixes to the meta classes including soft linking inside the database. These are reflected in the loaded outputs which return the same object. 2013-12-06 14:19:37 -08:00
rowanc1 5e0fb8642d MeatClasses to make every SimPEG object saveable to an hdf5 file.
cleaned up imports in a lot of places.
Made solver not copy matrices around for GS preconditioning.
2013-12-06 11:23:01 -08:00
rowanc1 3221b3c750 Updates to video function (skip frames) 2013-12-05 11:31:43 -08:00
rowanc1 8fb9f3683b Easy way to create a padded tensor mesh. 2013-12-04 17:52:40 -08:00
rowanc1 e2943ba56e Bug fix if no colorer is used in the video. 2013-11-26 17:31:42 -08:00
rowanc1 5b4270560c renamed video commands and added a more generic one. 2013-11-25 16:51:48 -08:00
rowanc1 623b14c05c face divergence operators for each direction. Bug fixes for boundary conditions. 2013-11-25 15:02:11 -08:00
rowanc1 d81582cc50 Slice through a tensor mesh using a video. 2013-11-25 15:01:12 -08:00
rowanc1 facd291bea Make tensor mesh copy the h and list so that the outside h is not affected. 2013-11-25 14:59:52 -08:00
Rowan Cockett dbaea1fda9 callHooks generalizes some of the hook calling code in Optimize and Inversion 2013-11-21 16:56:01 -08:00
rowanc1 f87899465d Merged in boundaryConditions (pull request #25)
Cell Gradient and Boundary Conditions
2013-11-21 10:42:43 -08:00
Dave Marchant 514b709270 Added nNv property to baseMesh. 2013-11-19 12:27:08 -08:00
Rowan Cockett b6ec17a4d3 Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into boundaryConditions
Conflicts:
	SimPEG/__init__.py
2013-11-18 12:33:09 -08:00
Dave Marchant 8992f195a4 Added nCv property to BaseMesh and Cyl1DMesh classes. 2013-11-18 11:06:35 -08:00
Dave Marchant a950ba8dd1 Bug fix in emSources. Beginning to change Cyl1DMesh to be more comparable with TensorMesh/BaseMesh. 2013-11-18 10:54:54 -08:00
Rowan Cockett c6c0d3db4f Bug fix in cellGradx/y/z 2013-11-13 23:00:51 -08:00
Rowan Cockett dc07ea02fd Make BC work in 2D and 3D 2013-11-13 19:44:27 -08:00
Rowan Cockett 358411792d Cleaned up averaging. Put it in an AveExtrap function. 2013-11-13 19:37:14 -08:00
Rowan Cockett 52c9cf83c9 Tests on Cell Grad (bug fixes for non-uniform mesh). and aveCC2F with extrapolation. 2013-11-13 19:34:11 -08:00
Rowan Cockett 6fbe3a616b Added shortcut to making a TensorMesh on a unit cube:
mesh = TensorMesh([10, 12, 15])
2013-11-13 15:52:56 -08:00
Rowan Cockett 4c82ce7dc2 Documentation for cellGradient. Boundary Conditions. Testing in 2D & 3D. 2013-11-13 15:14:33 -08:00
Rowan Cockett 56ee22d1ce Bug Fix in TensorView.plotImage (didn’t work in 2D) 2013-11-13 15:09:13 -08:00
Rowan Cockett 291cabe931 Added a nodal laplacian 2013-11-06 14:48:53 -08:00
Rowan Cockett 24b1307d8a Tested averaging operators. 2013-11-06 12:43:17 -08:00
Rowan Cockett 3f097a106d Issue #28: fixed the aveN2CC and vector quantities. 2013-11-06 11:28:30 -08:00
Rowan Cockett abca84b954 Issue #25 renamed nF and nE to nFv nEv 2013-11-06 11:16:01 -08:00
Rowan Cockett 5f75ac9d69 Issue #29 moved ave and ddx to utils. 2013-11-06 10:58:48 -08:00
Rowan Cockett 37e10cabaa Minor changes to how grids are calculated. Duplicate code has been removed. 2013-11-05 11:12:00 -08:00
Rowan Cockett 51a539a291 Generalized to any dimension. Tested. 2013-11-04 18:17:01 -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 df329c4955 Bug fix for the Edge vars. 2013-11-04 15:33:52 -08:00
Rowan Cockett 4dbfc77aba changed these to be consistent with other places in the code. 2013-11-04 15:24:35 -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 df51919d81 Documentation Updates. Issue #11 2013-11-04 11:49:55 -08:00
Rowan Cockett 07c917dbae Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into inversionFramework 2013-11-04 09:36:50 -08:00
Rowan Cockett 187ba97112 Bug fix in regularization. 2013-11-01 15:19:07 -07:00
Rowan Cockett 548ba9aa0a bug fixes to framework. 2013-10-23 18:19:33 -07:00
Rowan Cockett 9cd6e7ed08 Issue #9
Ensure that h is a float in all meshes.
2013-10-23 16:44:33 -07:00
Rowan Cockett 13efdc12f9 updates to view, and documentation of base mesh. 2013-10-22 14:42:30 -07:00
Dave Marchant 674de34212 Added method to return index of nearest face or edge to a given point. 2013-10-21 12:48:56 -07:00
Dave Marchant ac96b462c8 Initial implementation of interpolation matrix generation for Cyl1D meshes 2013-10-20 15:06:32 -07:00
Dave Marchant ec42871640 Added 1D Cylindrical mesh. 2013-10-18 17:43:11 -07:00
Rowan Cockett db694dd780 moved to mesh folder. 2013-10-18 17:22:13 -07:00