Commit Graph

15 Commits

Author SHA1 Message Date
Rowan Cockett 9d93167828 Curl Bug. 2013-10-16 08:46:33 -07:00
Rowan Cockett 063a3d8b57 updates to documentation 2013-09-30 17:19:00 -07:00
Rowan Cockett b0760f577f Put utils in their own folder. Increases organization, and everything will be available under SimPEG.utils
NOTE: if you add a new function (or file), you must register it in __init__.py for it to be available under:

e.g.
...
from utils import mkvc, …
...
from MYNEWFILE import MYNEWFUNCTION
2013-08-09 17:30:57 -07:00
Rowan Cockett 26b334585f EdgeInnerProducts now working for LOM
Fixed DiffOps bug in CURL

Fixed bug in OrderTest --> must remember to do cumSum, and not just supply dx to ndgrid

test_massMatrices now tests uniformLOM
2013-08-03 16:39:34 -07:00
Rowan Cockett b07256bbc5 Merge branch 'eldadswork' of https://bitbucket.org/rcockett/simpeg into LOM
Conflicts:
	SimPEG/utils.py
2013-07-31 11:30:57 -07:00
Rowan Cockett c259a6651a Integrated getEdge/FaceInnerProduct into the tensor mesh class. 2013-07-30 22:12:53 -07:00
Rowan Cockett dc9a92c83a Cell centered grid working in LOM 2013-07-24 12:25:31 -07:00
Lars Ruthotto 50f40c743d added comments 2013-07-22 15:12:34 -07:00
Rowan Cockett b1f41c14a5 Mass Matrices. Merged eldad's code. 2013-07-19 15:51:53 -07:00
Rowan Cockett 3eec485adc Merge branch 'diffOperators' of https://bitbucket.org/rcockett/simpeg into diffOperators 2013-07-19 14:51:34 -07:00
Rowan Cockett 906d7d210f Cell Centered Grad, and Div in 3D 2013-07-19 14:51:23 -07:00
ehaber99 ffb78fea10 added mass matrix 2013-07-19 14:43:15 -07:00
Rowan Cockett f626cedfb8 Bug fixes to do with array sizes.
Incorporated eldads outer product code
2013-07-19 11:24:14 -07:00
Rowan Cockett 1c48365497 Rename based on conventions discussed in meeting. 2013-07-18 14:03:41 -07:00
Rowan Cockett ef557beb84 Merged Seogi's code into the Tensor Mesh code base.
This is under the DiffOperators class, which can be inherited with BaseMesh to any Mesh Object.

Cell area and other dimension calculations are included in the TensorMesh class.

Wrote unit tests for cell vol, area, and edges.
2013-07-18 10:41:58 -07:00