seogi_macbook
89928369ea
Merge branch 'feat/GlobalProblem' of https://github.com/simpeg/simpeg into feat/GlobalProblem
...
Conflicts:
SimPEG/Problem.py
2016-01-28 18:54:43 -08:00
seogi_macbook
e3a22a713f
minor updates
2016-01-28 16:36:24 -08:00
Rowan Cockett
97cec29612
Merge branch 'feat/GlobalProblem' of https://github.com/simpeg/simpeg into feat/GlobalProblem
2016-01-28 13:52:16 -08:00
seogi_macbook
2aa2490f64
Mesh2MeshTOPO:
...
Deals with global to local mesh
2016-01-26 18:53:10 -08:00
seogi_macbook
5e4b4963b4
Merge branch 'master' of https://github.com/simpeg/simpeg into feat/GlobalProblem
2016-01-25 15:20:00 -08:00
seogi_macbook
d363a125b6
Merge branch 'master' of https://github.com/simpeg/simpeg
2016-01-25 15:17:34 -08:00
Rowan Cockett
84400650fa
Clean up init file in examples.
2016-01-23 16:37:11 -07:00
Rowan Cockett
91e37c5fa7
Clean up init code, put inside run, remove mpl from TL import.
2016-01-20 12:52:51 -07:00
Rowan Cockett
d7a0c29d3a
SubMap as well as SubModel
2016-01-20 12:49:05 -07:00
Lindsey Heagy
98f209d1f0
specify that example is FDEM
2016-01-20 08:04:01 -08:00
Lindsey Heagy
7107cd9d94
plot a harmonic mag dipole
2016-01-19 23:57:41 -08:00
Lindsey Heagy
0b971f4a50
updated examples init to also update docs
2016-01-15 10:46:31 -08:00
Lindsey
7a4aa4ddc3
Update and rename EM_FDEM_1D_Inversion.py to EM_TDEM_1D_Inversion.py
...
- this is a TDEM inversion (not FDEM)
2016-01-15 10:07:11 -08:00
Rowan Cockett
f734888cb5
Start on the global problem class.
2016-01-14 21:17:04 -08:00
Rowan Cockett
e15913cf84
Import all code utils into the utils namespace.
2016-01-14 15:12:34 -08:00
Rowan Cockett
01b1122fcf
Add default interpolation location (CC).
2016-01-14 15:12:09 -08:00
seogi_macbook
32f3ef301a
Modifications for general waveform
2016-01-12 18:52:39 -08:00
Rowan Cockett
cdf0ebf8d0
Merge pull request #197 from simpeg/dev
...
Dev
2016-01-10 18:47:52 -08:00
Rowan Cockett
dedabcc15f
Allow solver kwargs to go to the class directly.
2016-01-10 18:36:57 -08:00
Rowan Cockett
2c5b19b7a0
Updates to the documentation.
2016-01-10 17:21:01 -08:00
Rowan Cockett
1ba96ba8d0
Merge pull request #194 from simpeg/dev
...
Example, Pip, Zero, Identity, Faster Builds
2016-01-10 14:02:01 -08:00
Rowan Cockett
985d5b6469
Bump version: 0.1.7 → 0.1.8 (+7 squashed commits)
...
Squashed commits:
[ac5bb36] Bump version: 0.1.8 → 0.1.9
[8acd6b2] ImportException --> ImportError
[ac410a8] matplotlib.pyplot has errors on import, put these in the functions
that rely on them directly.
[f128a20] Bump version: 0.1.6 → 0.1.7
[5866bea] Remove IPython utils.
These are out of date, and have problems on Linux (without a proper
visual backend).
[a519e56] Bump version: 0.1.5 → 0.1.6
[f45aa83] Bump version: 0.1.4 → 0.1.5
2016-01-10 13:38:06 -08:00
Rowan Cockett
d93a23306c
Bump version: 0.1.3 → 0.1.4
2016-01-10 12:47:43 -08:00
Rowan Cockett
6747882e52
Merge pull request #192 from simpeg/feat/examples
...
SimPEG examples
2016-01-03 14:02:38 -08:00
Rowan Cockett
d64fd4ae35
List examples in the init file.
2016-01-02 18:29:04 -08:00
Rowan Cockett
f0f3f6c06a
Update the examples init.py to explicitly reference things.
...
You can run the main function to update the docs and imports.
2016-01-02 18:06:49 -08:00
Brendan Smithyman
528253a8cb
Generalize mapPair
2015-11-26 19:18:04 -05:00
Rowan Cockett
b2aab4163b
New examples for Mesh
2015-11-26 13:56:04 -07:00
Rowan Cockett
be3667b4ab
New Examples
...
- Put all examples in same directory
- Make a single test
- use __init__.py to create the docs automatically
2015-11-25 16:03:08 -08:00
Rowan Cockett
06c66f6392
Addresses #183 : Import errors for tree mesh
2015-11-25 13:27:35 -08:00
Rowan Cockett
7c0be4ec50
Merge pull request #181 from simpeg/em/dev
...
Em/dev
2015-11-25 08:23:05 -08:00
Rowan Cockett
56d5019b94
Updates to examples and documentation.
2015-11-24 22:09:50 -08:00
Rowan Cockett
ca3b44bacc
Merge pull request #176 from simpeg/dev
...
Layered Model
2015-11-24 18:48:32 -08:00
Lindsey
37f56f25f3
cleaned out Zero, Identity import from FDEM.py
2015-11-24 16:15:57 -08:00
Lindsey
5bd9209d6a
type cast b in solver so that it is not an object if we add zero
2015-11-24 14:38:58 -08:00
Lindsey Heagy
71a5c8b2c1
fix sizes in Fields object (make an array not a vector)
2015-11-24 11:01:51 -08:00
Lindsey Heagy
9b847c0e32
replaced all numpy (a += b) with (a = a + b) because it plays more nicely with the Zero class
2015-11-24 10:06:15 -08:00
Lindsey Heagy
f3fb1e6481
added an __iadd__, __isub__ to zero class
2015-11-24 10:05:28 -08:00
Lindsey
815311bfec
cleaned up sources
2015-11-23 18:03:49 -08:00
Lindsey
6a83af7334
merged master to get namespace changes, resolved merge conflicts, use zero, identity for derivs, defaults for primary fields and sources
2015-11-23 17:41:32 -08:00
Rowan Cockett
1a43600781
Updates to MeshSlice view.
2015-11-20 15:08:37 -08:00
Rowan Cockett
c775917bb3
Refactoring
2015-11-18 17:21:34 -08:00
Rowan Cockett
ccc3e4fe8f
docstrs
2015-11-18 17:18:55 -08:00
Rowan Cockett
f928ab8019
Refactoring.
2015-11-18 17:16:32 -08:00
Rowan Cockett
dcb9b8787d
Corsen Trees
2015-11-18 17:15:26 -08:00
Rowan Cockett
ca05d0599e
Grid x0 locations.
2015-11-18 16:12:59 -08:00
Rowan Cockett
5678d90ef1
Merge branch 'master' of https://github.com/simpeg/simpeg into mesh/tree
2015-11-18 15:41:57 -08:00
Rowan Cockett
81a36684ca
NodalGrad
2015-11-18 15:34:55 -08:00
Rowan Cockett
134c163c01
Merge pull request #165 from simpeg/bsmithyman-patch-1
...
Be compatible with outside metaclasses, for now
2015-11-18 14:08:55 -08:00
Rowan Cockett
033a64d53f
Updates to inheritance and faster innerproducts on treemesh.
2015-11-18 12:57:15 -08:00