47 Commits

Author SHA1 Message Date
Rowan Cockett 40f0874dfb Doc testing, I think that is most of them! 2016-05-29 22:18:22 -07:00
Lindsey Heagy 73edef5eb7 the forward for all fields and fluxes can be computed from any formulation (todo: derive) 2016-02-04 19:34:16 -08:00
Rowan Cockett 43c49d5f15 Address mesh IO #212 2016-01-28 17:53:10 -08:00
Rowan Cockett 01b1122fcf Add default interpolation location (CC). 2016-01-14 15:12:09 -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 16c269e013 updates to cyl mesh and minor bug fixes. 2015-03-19 12:48:50 -07:00
Rowan Cockett 496ba70982 CylView and minor tensor mesh update 2015-01-29 10:50:06 -08:00
rowanc1 42278d35fe implement and test harmonic averaged derivatives 2014-07-03 11:00:25 -07:00
rowanc1 a93b25b488 pre multiplication in innerproduct code. 2014-06-18 10:21:10 -07:00
rowanc1 7d34f596ff More tests on more meshes, IPDeriv returns a function. 2014-06-17 09:47:03 -06:00
rowanc1 9512b377c0 InnerProducts working as an operator. Simplifications and generalizations in inner product code. 2014-06-16 12:17:01 -06:00
rowanc1 063c84af91 Documentation, type(x) == np.ndarray --> isinstance(x,np.ndarray), and Model (untested.) 2014-05-17 16:50:51 -07:00
rowanc1 fa683194ea more tests for tensor mesh 2014-05-16 19:53:27 -07:00
rowanc1 d6210072cd Raise exceptions when trying to interpolate fields that don't exist in the CylMesh 2014-05-02 15:05:31 -07:00
rowanc1 38002e7708 Grid updates to tensorMesh 2014-04-26 12:37:48 -07:00
rowanc1 3e829ad9b6 Fix tensorMesh Documentation. 2014-04-26 12:26:43 -07:00
rowanc1 c9111e4151 #66: Update MeshTensor to be supported directly from TensorMesh. Also added 'C' to center tensors easily in the x0 option. 2014-04-26 12:16:49 -07:00
rowanc1 d08da1a3b0 invMat option in getInnerProducts 2014-04-25 17:21:31 -07:00
rowanc1 c3333225ec updates to innerProducts 2014-04-25 15:49:15 -07:00
rowanc1 a48808f58a CylMesh interpolation tests. 2014-04-16 12:28:40 -07:00
rowanc1 dd579ddbd4 minor updates in interpolation in TensorMesh 2014-04-15 15:12:19 -07:00
rowanc1 da7bab60b2 Updates to CylMesh. Innerproducts. Remove getMass. 2014-04-14 21:28:52 -07:00
rowanc1 5bcdc5d46a rearranging of interpolation code. 2014-03-06 19:05:58 -08:00
rowanc1 cfb0a7f447 Merge branch 'master' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
	SimPEG/Mesh/LogicallyRectMesh.py
	SimPEG/Mesh/TensorMesh.py
	SimPEG/Mesh/__init__.py
	SimPEG/Tests/TestUtils.py
	SimPEG/Tests/test_operators.py
2014-03-06 18:17:39 -08:00
rowanc1 90967ce7f9 isScalar in Utils (tested) and support for scalar inner products and derivatives (tested). 2014-03-04 12:19:57 -08:00
rowanc1 e59a039052 Float issue on inner products. 2014-03-04 09:56:12 -08:00
rowanc1 3dd54bc0e3 Full anisotropic tensor derivatives. 2014-03-03 11:01:12 -08:00
rowanc1 3eb8224e28 Edge inner products are derivatives w/ testing. 2014-03-01 06:54:30 -08:00
rowanc1 b5c7b11265 updates to face innerProducts
Increase Speed
Add derivatives
Add tests
2014-02-28 15:21:39 -08:00
rowanc1 47c1699870 Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
	SimPEG/Mesh/View.py
	SimPEG/Tests/test_utils.py
2014-02-26 10:10:29 -08:00
rowanc1 ab399a2a28 Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions 2014-02-24 10:11:24 -08:00
rowanc1 fee512dda3 changes to CC at middle of first h_r 2014-02-21 15:31:31 -08:00
rowanc1 897b43bf80 refactor tensor grids 2014-02-21 14:05:37 -08:00
rowanc1 0fb229a3c0 update tensors and tests 2014-02-21 11:26:14 -08:00
rowanc1 f7b73d218e Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
	SimPEG/Mesh/TensorMesh.py

also lower top on one test.
2014-02-21 10:30:34 -08:00
rowanc1 8b295ed7eb interp updates 2014-02-20 00:09:46 -08:00
rowanc1 fbdde2ac24 boundaryCondition initial work. 2014-02-17 12:00:50 -08:00
rowanc1 d5c09ce036 Combine view functions into one file. 2014-02-16 15:43:49 -08:00
rowanc1 2bdc3958b5 Split out base tensor mesh stuff into different mixing class. 2014-02-16 14:42:43 -08:00
rowanc1 250108277f Initial clean up of the CylMesh code. Inherits from TensorMesh. Many more things to do! 2014-02-14 17:33:27 -08:00
rowanc1 39b250c9ac Split out BaseRectangularMesh (Issue #48) 2014-02-14 11:07:25 -08:00
rowanc1 ea92cf3fc0 renamed functions that return a vector in base mesh to start with a v as per issue #48 2014-02-14 10:46:36 -08:00
rowanc1 20cb359e82 Removed (now broken) database stuff. 2014-02-12 09:56:20 -08:00
rowanc1 25d79d3636 Clean Up Documentation 2014-01-19 13:39:50 -07:00
rowanc1 be90cc48d2 Removed mesh.n as it is the same as mesh.nCv 2014-01-16 15:46:17 -08:00
rowanc1 fa8a5cd7cb renaming to ensure capitals 2014-01-16 13:22:46 -08:00