Commit Graph

1409 Commits

Author SHA1 Message Date
Lindsey Heagy d1ef2fc330 import TreeMesh instead of PointerTree 2015-11-10 19:31:58 -08:00
Lindsey Heagy 29579c35e0 place holders for averaging 2015-11-10 18:42:09 -08:00
Rowan Cockett 601079dab3 Oh Travis. Just build the cython, please?! 2015-11-10 17:57:43 -08:00
Rowan Cockett 277318240c Delete old implementations 2015-11-10 17:54:35 -08:00
Rowan Cockett 13c8843fd1 Rearrange PointerTree 2015-11-10 17:48:37 -08:00
Rowan Cockett d860456105 move tests to new folder. 2015-11-10 17:30:40 -08:00
Rowan Cockett 314b50c435 Merge branch 'TreeMesh' of https://github.com/simpeg/simpeg into mesh/tree 2015-11-10 17:27:24 -08:00
Rowan Cockett 37a68dd5b7 Cython dep. the setup.py 2015-11-10 17:25:18 -08:00
Rowan Cockett f6c5b011e8 Tests octree order 2015-11-10 17:11:08 -08:00
Rowan Cockett da7fbbb461 edgeCurl is O(h) not O(h^2) ???? 2015-11-09 19:51:46 -08:00
Rowan Cockett 94a79298bd Inner products 2015-11-09 15:14:24 -08:00
Rowan Cockett 2ce694e9d5 test edgeCurl 2015-11-09 10:36:59 -08:00
Rowan Cockett 5b85bcaeaf ntFx: number of total faces in x direction 2015-11-09 10:13:45 -08:00
Rowan Cockett 91284e2286 Edge Bug 2015-11-07 18:34:50 -08:00
Rowan Cockett fb18d8a5d8 Dirty edges 2015-11-07 18:19:40 -08:00
Rowan Cockett 855c92dc77 Number of hanging things. 2015-11-07 18:04:06 -08:00
Rowan Cockett 406addd332 Recursive force 2015-11-07 17:58:11 -08:00
Rowan Cockett b1058eb07d Remove structure change, replace with __dirty__ 2015-11-07 17:55:45 -08:00
Rowan Cockett b2381796f7 Fix numbering 2015-11-07 17:51:02 -08:00
Rowan Cockett ebb57f6218 edgeCurl 2015-11-07 17:32:59 -08:00
Rowan Cockett 0aafb8931b Rename _treeInds to _cells 2015-11-07 16:49:01 -08:00
Rowan Cockett e8ae516030 Speed improvements, cython, balancing. 2015-11-07 16:47:19 -08:00
Rowan Cockett 109a5f0f86 Simple Balancing 2015-11-06 19:43:21 -08:00
Rowan Cockett ac688254ac Deflation matrix and faceDiv start 2015-11-06 13:37:13 -08:00
Rowan Cockett e55dc2e78d rename hangingNodes --> hangingN etc. 2015-11-06 11:53:46 -08:00
Rowan Cockett 337383f8ab Hanging faces edges and node connectivity 2015-11-06 11:22:28 -08:00
Rowan Cockett e2e2fcec03 fix 2d plotting 2015-11-04 15:01:22 -08:00
Rowan Cockett ff5885cde0 OcTree faceZ 2015-11-04 14:55:46 -08:00
Rowan Cockett c688bfd5ae Start of 3D PointerTree 2015-11-04 14:23:36 -08:00
Rowan Cockett 0da5888e37 permutations 2015-11-04 13:51:18 -08:00
Rowan Cockett d2baf15b54 Test pointerTree 2015-11-04 12:13:54 -08:00
Rowan Cockett 44d11542c7 PointerTree, FaceDiv, Visualization 2015-11-04 11:34:36 -08:00
Rowan Cockett 6fb93ee6e4 Lower iterations of Richards tests. 2015-11-04 10:28:19 -08:00
Rowan Cockett 7c897d0f21 Rearrange travis tests. 2015-11-04 10:15:41 -08:00
Rowan Cockett 4db756b060 simpegEM --> SimPEG.EM 2015-11-04 10:13:24 -08:00
Rowan Cockett e622dfb5cc Merge branch 'master' of https://github.com/simpeg/simpegem into em/dev
Conflicts:
	.coveragerc
	.gitignore
	.travis.yml
	docs/api_Utils.rst
	docs/conf.py
	docs/index.rst
	requirements.txt
	setup.py
2015-11-04 09:59:11 -08:00
Rowan Cockett 1aade8155d Merge pull request #122 from simpeg/flow
SimPEG.FLOW
2015-11-04 08:57:43 -08:00
Rowan Cockett cd01f07467 Early return on plotting code. 2015-10-30 14:43:11 -07:00
Rowan Cockett 465087beba SimPEG.FLOW 2015-10-30 14:36:51 -07:00
Rowan Cockett 536b9abb86 Merge pull request #121 from simpeg/travis
Rearrange Tests
2015-10-30 14:08:39 -07:00
Rowan Cockett f9b77a9128 Merge pull request #120 from simpeg/zero
Zero and Identity - Useful for writing derivatives.
2015-10-30 14:01:58 -07:00
Rowan Cockett fc3590ec9d Merge pull request #118 from simpeg/bsmithyman-cythondep
Add Cython dependency
2015-10-30 14:01:44 -07:00
Rowan Cockett 7106b2b57f Test examples 2015-10-30 13:59:25 -07:00
Rowan Cockett b8fe0cfdbf Separate tests into folders.
Build in a matrix?
2015-10-30 13:39:01 -07:00
Rowan Cockett 0885b72577 Zero and Identity - Useful for writing derivatives.
These should work with sparse matrices and numpy arrays.

```python
	z = Zero()
	z*A == 0
	o = Identity()
	o*A == A
```
2015-10-30 12:21:30 -07:00
Rowan Cockett b00488a6d0 Minor updates to TreeMesh 2015-10-30 11:56:26 -07:00
Brendan Smithyman de2891ccdf Add Cython dependency 2015-10-28 10:05:58 -04:00
Lindsey Heagy e85da0d15b jPrimary should be initiated as complex in the fields object 2015-10-18 21:25:31 -07:00
Lindsey Heagy 24f2bae3c2 ensure that primary fields can be complex s_m 2015-10-18 21:16:35 -07:00
Lindsey Heagy e4f67ef649 fixed bug in kwargs for raw vec s_m 2015-10-18 21:09:19 -07:00