2401 Commits
Author SHA1 Message Date
rowanc1 fbdde2ac24 boundaryCondition initial work. 2014-02-17 12:00:50 -08:00
SEOGI KANG 37bca3b3e9 Some functions for neumann BC weak form 2014-02-17 11:19:44 -08:00
rowanc1 9a53545d0a testFaceInnerProduct1D 2014-02-16 19:10:58 -08:00
rowanc1 5b09891601 bug fix. 2014-02-16 18:40:32 -08:00
rowanc1 abd4f47dfc bug fix. 2014-02-16 18:39:14 -08:00
rowanc1 530de6cb5c FaceInnerProduct for 1D 2014-02-16 18:31:30 -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
Dave Marchant 1128fbe39b Added adjoint test for projection. 2014-02-15 14:16:48 -08:00
Dave Marchant d27e7d3aba Simplified fields method. Changed solveAh, AhVec & tests to be consistent with notes with regards to MfMui 2014-02-15 14:16:13 -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
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 2070bca0a6 Update to current version of develop in SimPEG 2014-02-14 13:51:17 -08:00
Rowan Cockett 5fac160c38 Merge pull request #55 from simpeg/nCv2vnC
Refactoring of BaseMesh
Change nCv etc. to vnC
2014-02-14 13:41:09 -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 120c0e5cc9 updated docs 2014-02-14 10:05:23 -08:00
rowanc1 58b65e0acc working on adjoint 2014-02-13 18:33:12 -08:00
rowanc1 893d726854 change to Jvec and Jtvec 2014-02-13 18:31:59 -08:00
rowanc1 847070f1a2 updated and fixed em derivation 2014-02-13 18:16:57 -08:00
rowanc1 ea81e40ef7 fixed test 2014-02-13 18:15:27 -08:00
rowanc1 cc3f2d867c Data projections 2014-02-13 17:42:51 -08:00
Rowan Cockett 26c3d8d616 Merge pull request #53 from simpeg/develop
Merge Develop into Master
2014-02-13 17:28:10 -08:00
rowanc1 7f9a5075d9 added projectFieldsAdjoint 2014-02-13 16:53:38 -08:00
rowanc1 9b3e190092 added email notifications to travis 2014-02-13 16:13:20 -08:00
rowanc1 cd62bfd17b added email notifications to the build testing 2014-02-13 16:10:47 -08:00
rowanc1 d896e99bb2 added email notifications to the build testing 2014-02-13 16:09:55 -08:00
rowanc1 a2e9b3f780 docs reorganization 2014-02-13 16:05:34 -08:00
seogi bf4e2a774f Testing inhomogenous neumann boundary conditions, but quite general
since we can put different boundary condtions on each side.

Testing has been done for homogenous case with some fictitious source test.
See: Boundary_conditions.ipynb

two functions are written.

- ddxFaceDivBC
- faceDivBC

Need to be more tested and after that they can be merged in to main
2014-02-13 13:48:57 -08:00
rowanc1 47c2927ffc changed to inline equation default for mathjax 2014-02-13 08:41:18 -08:00
rowanc1 b0a99d4116 moved notes to documentation. 2014-02-13 00:37:10 -08:00
rowanc1 575c340130 (boiler plate) 2014-02-12 23:13:10 -08:00
rowanc1 9370e24643 Added code from KrisDavis for sources written for SimPEG. 2014-02-12 19:35:43 -08:00
rowanc1 842a3c367e Speed up tensor mesh test. 2014-02-12 19:28:38 -08:00
Rowan Cockett 00bda323b2 Merge pull request #49 from simpeg/quadtree
Quadtree and OcTree
2014-02-12 19:21:34 -08:00
rowanc1 82edde7f71 Move to own repo. 2014-02-12 19:14:11 -08:00
rowanc1 5239e57c69 testing the sensitivities 2014-02-12 16:59:56 -08:00
Dave Marchant b42f523db0 Updates to the notes. 2014-02-12 15:56:19 -08:00
Dave Marchant 434a4232d5 Added test for AhVec and solveAh 2014-02-12 15:55:56 -08:00
rowanc1 4e08f12de4 bug fix for RHS variable 2014-02-12 15:53:11 -08:00
rowanc1 c01f1a4a5a make fields return vector if only one Tx 2014-02-12 15:24:55 -08:00
rowanc1 732ff882e0 minor changes to tdem writeup and code (still buggy!) 2014-02-12 15:02:55 -08:00
Dave Marchant 99157a89c8 Beginnings of some documentation. 2014-02-12 14:07:44 -08:00
Dave Marchant 80fff7722e Added some notes. 2014-02-12 14:07:07 -08:00
Dave Marchant ffb87aafa7 Added tests for G. 2014-02-12 11:36:49 -08:00
rowanc1 e6d6297488 Removed Examples dir, and put it up a level (outside SimPEG path) renamed to tutorials for future tutorial development. 2014-02-12 10:23:38 -08:00