Dave Marchant
06cd641db3
Initial implementation of interpolation matrix generation for TensorMesh (3D ONLY)
2013-11-04 14:07:16 -08:00
Dave Marchant
674de34212
Added method to return index of nearest face or edge to a given point.
2013-10-21 12:48:56 -07:00
Dave Marchant
ac96b462c8
Initial implementation of interpolation matrix generation for Cyl1D meshes
2013-10-20 15:06:32 -07:00
Dave Marchant
ec42871640
Added 1D Cylindrical mesh.
2013-10-18 17:43:11 -07:00
Rowan Cockett
17d52087f8
some updates for examples.
2013-10-18 17:36:14 -07:00
Rowan Cockett
db694dd780
moved to mesh folder.
2013-10-18 17:22:13 -07:00
Rowan Cockett
e56e5cbf05
Removed inversion option.
2013-10-18 17:04:23 -07:00
Rowan Cockett
04dfc83e1a
documentation and a few more renaming.
2013-10-18 15:27:02 -07:00
Dave Marchant
1c3a04f337
Changed nomenclature for averaging operators (issue #6 )
2013-10-18 14:41:26 -07:00
Dave Marchant
0bebcd48ad
Changed kwarg order for easier use.
2013-10-18 14:32:33 -07:00
Dave Marchant
1f770dfd63
Updated getEdgeMass and getFaceMass to use the getMass method.
2013-10-18 14:23:57 -07:00
Dave Marchant
26f9b83b76
Added general getMass method to reduce code duplication.
2013-10-18 14:21:12 -07:00
Rowan Cockett
17643c52cc
minor updates to TensorView documentation.
2013-10-16 11:35:39 -07:00
Rowan Cockett
6f45923813
Tensor View Can now take 'ExEy' and it will show subplots.
2013-10-16 11:32:33 -07:00
Rowan Cockett
4851295738
initial solver work: import SimPEG.Solver
2013-10-16 09:18:08 -07:00
Rowan Cockett
e1648d484b
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into inverseProblem
2013-10-16 09:12:46 -07:00
Rowan Cockett
9cf76966c2
Tensor View bug with origin.
2013-10-16 09:08:54 -07:00
Rowan Cockett
00383d01f0
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into inverseProblem
2013-10-16 08:48:08 -07:00
Rowan Cockett
9d93167828
Curl Bug.
2013-10-16 08:46:33 -07:00
Rowan Cockett
0089931075
bug fixes for optimization
2013-10-07 15:15:18 -07:00
Rowan Cockett
65f129e7a8
Documented utilities.
2013-10-03 15:31:08 -07:00
Rowan Cockett
fb69446cfb
Testing problem and DCProblem.
2013-10-03 15:15:08 -07:00
Rowan Cockett
7cf8ef2310
Moved testing code to the test directory. added __init__.py and some documentation.
2013-10-03 14:55:22 -07:00
Rowan Cockett
bed86b9ce4
Update documentation and show example field.
2013-10-03 12:28:08 -07:00
Rowan Cockett
56aa003a3c
Start of DC documentation.
2013-10-03 12:16:10 -07:00
Rowan Cockett
21501e7482
DC Problem tested and working.
2013-10-03 10:37:43 -07:00
Rowan Cockett
d8c676015e
Fixes to ModelBuilder. Start of the DCProblem.
2013-10-02 15:24:51 -07:00
Rowan Cockett
7a4ccc9a38
Updates to problem.
...
Problem is defined as a general PDE that has a field and a model.
2013-10-01 23:58:35 -07:00
Rowan Cockett
a6da74c347
Creating the inverse problem framework. Feedback welcome!
2013-10-01 20:33:57 -07:00
rowanc1
6cb42ad20e
LogicallyOrthogonalMesh.py edited online with Bitbucket
2013-10-01 00:23:18 +00:00
Rowan Cockett
063a3d8b57
updates to documentation
2013-09-30 17:19:00 -07:00
Rowan Cockett
71668deb1b
inner product documentation
2013-09-30 16:46:02 -07:00
Rowan Cockett
dde4474234
updated plots and documentation
2013-09-30 14:53:22 -07:00
Rowan Cockett
44a846cb23
added lines to the tensor view.
2013-09-30 11:36:09 -07:00
Rowan Cockett
950fcc572f
Documentation updates.
2013-09-30 10:20:23 -07:00
Rowan Cockett
2330ae4ec1
upgraded documentation. Added plots to docs.
2013-08-30 23:51:58 -07:00
rowanc1
3b920c7701
Merged in MIT_license (pull request #8 )
...
MIT License
2013-08-30 22:29:21 -07:00
Rowan Cockett
d7a791d6d7
Brought into line with standard practices.
2013-08-30 22:27:17 -07:00
Rowan Cockett
c0efb972a9
updated the notebook and minor bug fixes in utils
2013-08-30 22:23:14 -07:00
Rowan Cockett
b66c63759d
Moved modelBuilder into utils added some documentation
2013-08-30 22:17:05 -07:00
Rowan Cockett
e11a3ccf65
Bug Fixes in TensorView and test_utils
...
Updated ipnbs
2013-08-30 21:34:15 -07:00
Rowan Cockett
9392747d1b
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into condModels
2013-08-20 17:12:36 -07:00
Lars Ruthotto
3e21ba86a7
fixed typo in util's __init__.py
2013-08-12 17:04:15 -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
deb3f656cd
I have added an MIT license to the code, including all authors who have contributed to Master at this point in time. Each of you should approve this commit and then we can merge it into master.
2013-08-06 18:26:49 -07:00
Rowan Cockett
c3476321a8
Removed EMforward code for merging into master. (This is still being developed in branch: eldadsWork)
2013-08-06 18:07:21 -07:00
Rowan Cockett
7e5ea835e3
Removed eldadCode directory as it is now integrated. Added GaussNewton to the main directory.
2013-08-06 17:56:21 -07:00
Rowan Cockett
3434ea83ba
Merge branch 'master' of https://bitbucket.org/rcockett/simpeg into LOM
2013-08-06 17:52:09 -07:00
Rowan Cockett
43d2512aea
Updated the test_operators code to work for LOM. need to be careful in which error metric you consider (because some only make sense under integration)
...
i.e. the l-2 norm rather than the infinity norm, and you need to multiply by the integration length/area/volume it you are looking at the l-2 norm.
2013-08-06 17:18:04 -07:00
Rowan Cockett
262aacce85
Update tests with new calls. Note that there seem to be problems with rotateLOM on some operator tests.
2013-08-06 15:09:01 -07:00