Commit Graph

13 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 8fb9f3683b Easy way to create a padded tensor mesh. 2013-12-04 17:52:40 -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 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 abca84b954 Issue #25 renamed nF and nE to nFv nEv 2013-11-06 11:16:01 -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 9cd6e7ed08 Issue #9
Ensure that h is a float in all meshes.
2013-10-23 16:44:33 -07:00
Rowan Cockett db694dd780 moved to mesh folder. 2013-10-18 17:22:13 -07:00