rowanc1
|
3a0942e616
|
BaseTimeDomain Problem in SimPEG
|
2014-04-15 16:42:40 -07:00 |
|
rowanc1
|
a14a0dbaa1
|
Merge branch 'master' of https://github.com/simpeg/simpeg into Map
|
2014-04-15 11:13:21 -07:00 |
|
rowanc1
|
d88fc1c383
|
Some Changes to Maps and documentation
|
2014-04-15 10:20:32 -07:00 |
|
rowanc1
|
36ca4937f2
|
updates to problem
|
2014-04-15 10:05:07 -07:00 |
|
rowanc1
|
f10d6cc2b7
|
Regularization tests
|
2014-04-15 09:47:01 -07:00 |
|
rowanc1
|
25421f739f
|
testMaps Working!
|
2014-04-15 09:43:10 -07:00 |
|
rowanc1
|
da7bab60b2
|
Updates to CylMesh. Innerproducts. Remove getMass.
|
2014-04-14 21:28:52 -07:00 |
|
rowanc1
|
002d3a2ecc
|
Tested Edge Curl
|
2014-03-17 12:10:27 -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
|
95bbfb8d13
|
Updates to check derivative code
(should now work for complex, without throwing
warnings.)
|
2014-03-05 16:20:55 -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
|
eeae3ec783
|
Changed LogicallyOrthogonalMesh to LogicallyRectMesh and updated all dependencies.
LOM --> LRM
removed LomView.py, and put plot grid code inside Mesh code.
Added tutorial style introduction to the mesh.
|
2014-03-03 12:23:20 -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
|
1e5053085d
|
changed matutils to handle vector material properties not just columns
|
2014-02-28 15:19:57 -08:00 |
|
rowanc1
|
e08467af3e
|
tolerance on test
|
2014-02-28 15:19:00 -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
|
48b00400b3
|
Lowered tolerance on utility tests
|
2014-02-24 12:24:35 -08:00 |
|
rowanc1
|
ab399a2a28
|
Merge branch 'develop' of https://github.com/simpeg/simpeg into boundaryConditions
|
2014-02-24 10:11:24 -08:00 |
|
rowanc1
|
72510420a6
|
testCylEdgeCurl start
|
2014-02-23 13:52:23 -08:00 |
|
rowanc1
|
969ebaba6e
|
Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean
Conflicts:
SimPEG/Mesh/InnerProducts.py
|
2014-02-21 21:58:57 -08:00 |
|
rowanc1
|
891c4ce972
|
added invPropertyTensor and makeTensor to matUtils
combined sp utils into mat utils
|
2014-02-21 19:55:44 -08:00 |
|
rowanc1
|
fee512dda3
|
changes to CC at middle of first h_r
|
2014-02-21 15:31:31 -08:00 |
|
rowanc1
|
4d7d10dcd3
|
updates to number of edges in the z direction
|
2014-02-21 13:42:15 -08:00 |
|
rowanc1
|
8f8cbb1c19
|
Move some counting down to base mesh.
|
2014-02-21 12:08:08 -08:00 |
|
rowanc1
|
9f7cf7eed1
|
test edge area and volume
|
2014-02-21 11:28:51 -08:00 |
|
rowanc1
|
c859735be3
|
test gridN
|
2014-02-21 11:27:15 -08:00 |
|
rowanc1
|
0fb229a3c0
|
update tensors and tests
|
2014-02-21 11:26:14 -08:00 |
|
rowanc1
|
ba52e16bea
|
updated where cell centers are and how I count the first h in 2D case
|
2014-02-21 11:04:00 -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
|
089ac427c4
|
Model that allows interpolation from one mesh to another.
|
2014-02-20 10:22:12 -08:00 |
|
rowanc1
|
361fb719f0
|
Fix and test interpolation. Issue #43
|
2014-02-20 10:06:10 -08:00 |
|
rowanc1
|
fdfc1c600e
|
fixed sub2ind and ind2sub (thin wrappers on numpy) as per Issue #58
|
2014-02-19 18:49:30 -08:00 |
|
seogi
|
72fe771071
|
Testing boundary conditoins
- I am not sure what happend... but this is what I did for last push
|
2014-02-19 15:24:37 -08:00 |
|
seogi
|
9c8b64b9f1
|
Testing BC for cell-centered system
- inhomogenous neumann BC
- Mixed BC
were tested
Fixing bug in the function "projNeumannIn"
|
2014-02-19 14:25:55 -08:00 |
|
rowanc1
|
558d8b9444
|
Merge branch 'develop' of https://github.com/simpeg/simpeg into cylClean
|
2014-02-18 12:49:00 -08:00 |
|
rowanc1
|
5a971baaf4
|
bug fix for comparison with q
|
2014-02-17 12:58:02 -08:00 |
|
rowanc1
|
6f52e9b50d
|
make symmetric and solve with CG
|
2014-02-17 12:34:15 -08:00 |
|
rowanc1
|
d8c41e664b
|
make general.
|
2014-02-17 12:26:53 -08:00 |
|
rowanc1
|
fbdde2ac24
|
boundaryCondition initial work.
|
2014-02-17 12:00:50 -08:00 |
|
rowanc1
|
9a53545d0a
|
testFaceInnerProduct1D
|
2014-02-16 19:10:58 -08:00 |
|
rowanc1
|
8b5ca46ecf
|
started testing of faceDiv
|
2014-02-16 18:05:11 -08:00 |
|
rowanc1
|
d5c09ce036
|
Combine view functions into one file.
|
2014-02-16 15:43:49 -08:00 |
|
rowanc1
|
7dd8f9e83e
|
faceDiv (untested)
|
2014-02-16 15:32:20 -08:00 |
|
rowanc1
|
2bdc3958b5
|
Split out base tensor mesh stuff into different mixing class.
|
2014-02-16 14:42:43 -08:00 |
|
rowanc1
|
9bea954dff
|
vol and area tests passing
|
2014-02-15 14:08:41 -08:00 |
|
rowanc1
|
1129fc1c66
|
vectors in CylMesh
|
2014-02-14 21:44:46 -08:00 |
|
rowanc1
|
dc563ff6c5
|
Correct counting on cylinder mesh!
|
2014-02-14 20:25:57 -08:00 |
|