Commit Graph

2272 Commits

Author SHA1 Message Date
Rowan Cockett 1b58820b5e Delete 3DRenderingWithvtkTools.ipynb.orig 2013-11-27 14:30:27 -07:00
rowanc1 8afa39469a Merge branch 'visulization' of https://bitbucket.org/rcockett/simpeg into visulization 2013-11-27 14:23:39 -07:00
Gudni Karl Rosenkjaer 60c1fc7c42 New notebook for vtkView example 2013-11-27 13:04:48 -08:00
Gudni Karl Rosenkjaer e0e64a6f9e Commit the new notebook for vtkView 2013-11-27 12:52:55 -08:00
Gudni Karl Rosenkjaer c9195f0651 Made a notebook that works with updated version of vtkView 2013-11-27 12:51:16 -08:00
rowanc1 674d89ed41 update the requirements.txt file. 2013-11-27 12:36:28 -07:00
Rowan Cockett 6acc985b4d Merge pull request #39 from simpeg/develop
Develop - Travis Auto Building.
2013-11-27 10:33:56 -08:00
Gudni Karl Rosenkjaer 9cca076651 Updated the example at the bottom of the vtkView. __name__ == __main__ 2013-11-27 09:52:25 -08:00
Gudni Karl Rosenkjaer 4cdafc12c1 Added a colorbar to the figure. 2013-11-27 09:29:26 -08:00
Gudni Karl Rosenkjaer 5fd4290927 Fixed errors. C,F,E works with limits, extent.
Added .cmap for color mapping and .range to set the color range. Need to add colorbar, and more settings as it comes along.
2013-11-27 09:11:02 -08:00
rowanc1 6603fe77e1 First attempt on saving to a database, have written a very light wrapper on h5py. 2013-11-26 21:35:03 -08:00
Gudni Karl Rosenkjaer 1ec3c5cd09 Fixed vtkTools and vtkView to work for all cell,faces, edges.
Changed index for cells, faces and edges to be C,F,E respectively.
Made viewprop, limits, extent as @properties, with error checks in the set methods. Need to finish the limits error checks.
2013-11-26 21:07:30 -08:00
rowanc1 9e96d58fab Test results output for rtfd.org and merging into master. 2013-11-26 20:48:34 -08:00
rowanc1 a1c8002ea3 Merge branch 'develop' of https://github.com/simpeg/simpeg into develop 2013-11-26 20:24:10 -08:00
rowanc1 9eafec4895 Added options to the solver class that are dynamic based on your environment. If not available, they will fall back to ones that are. 2013-11-26 20:23:40 -08:00
Rowan Cockett 8a185f713e Create README.md 2013-11-26 18:54:04 -08:00
rowanc1 217c7421e8 wrong directory 2013-11-26 18:41:25 -08:00
rowanc1 aea7386938 added to the startup file. 2013-11-26 18:39:16 -08:00
rowanc1 b3c75d21a3 added matplotlib to the requirements 2013-11-26 18:07:19 -08:00
rowanc1 0a50249c9f try to get travis working. 2013-11-26 18:03:18 -08:00
rowanc1 c099d1ce4e removed pypubsub 2013-11-26 17:57:30 -08:00
rowanc1 c34e7bb035 typo yaml —> yml 2013-11-26 17:54:11 -08:00
Rowan Cockett 86e8952327 Merge pull request #38 from simpeg/develop
Develop
2013-11-26 17:51:06 -08:00
rowanc1 83bdf73a63 Added a travis.yaml file and moved requirements.txt for auto unit testing 2013-11-26 17:50:03 -08:00
rowanc1 e2943ba56e Bug fix if no colorer is used in the video. 2013-11-26 17:31:42 -08:00
rowanc1 a6e2686f09 Added doStartIteration to the code, set beta0 to None, and generate it in the evalFunction when fields are available. 2013-11-26 17:30:43 -08:00
rowanc1 1088c09864 Bug fix for integrating over the model, should have a volume term! 2013-11-26 14:35:08 -08:00
Gudni UBC-Talva 4b292b574d Updating vtkView 2013-11-26 07:45:18 -08:00
Gudni UBC-Talva b29cc6e08d Deleted local 'visulize' folder 2013-11-25 17:44:26 -08:00
Gudni UBC-Talva 6b15d373f8 Merge branch 'develop' into visulization
Conflicts:
	notebooks/3DRenderingWithvtkTools.ipynb
2013-11-25 17:38:43 -08:00
Gudni UBC-Talva 6a101483a9 Drasl 2013-11-25 17:22:46 -08:00
rowanc1 5b4270560c renamed video commands and added a more generic one. 2013-11-25 16:51:48 -08:00
rowanc1 623b14c05c face divergence operators for each direction. Bug fixes for boundary conditions. 2013-11-25 15:02:11 -08:00
rowanc1 d81582cc50 Slice through a tensor mesh using a video. 2013-11-25 15:01:12 -08:00
rowanc1 facd291bea Make tensor mesh copy the h and list so that the outside h is not affected. 2013-11-25 14:59:52 -08:00
Rowan Cockett 4ca6f090f6 no message 2013-11-24 16:07:19 -08:00
David Marchant 7ef3eb578f Merged in pyMumpsSolver (pull request #30)
Mumps backend in solver class.
2013-11-22 17:39:27 -08:00
rowanc1 4bd4c3cd81 bug fix, we were sourcing the wrong file. 2013-11-23 00:45:19 +00:00
Dave Marchant f5e3a4171d Raise an exception if name is not provided when hooking a lambda function. 2013-11-22 16:11:43 -08:00
Dave Marchant 1439052172 Multiple RHS using mumps backend. 2013-11-22 15:39:06 -08:00
Rowan Cockett 82f5a5660f Documentation on how I am picking the initial beta. 2013-11-22 14:06:22 -08:00
Rowan Cockett aae725ff05 TimeSteppingInversion and Estimate Initial Beta based on eigenvalues comparison. 2013-11-22 13:39:26 -08:00
Rowan Cockett c41b9f12e9 Documentation updates to optimize. Updated the hook method. 2013-11-22 11:58:31 -08:00
Rowan Cockett c5daa985d3 Merge branch 'develop' of https://bitbucket.org/rcockett/simpeg into develop 2013-11-22 10:51:35 -08:00
Rowan Cockett 6216ae977e Added hook method to utils so that we can hook new methods dynamically into the classes. 2013-11-22 10:51:01 -08:00
rowanc1 6c029e5e2c Added matplotlib into the startup. SimPEG needs it. 2013-11-22 01:26:22 +00:00
rowanc1 66050f474f Changed to generic bitbucket git repo. 2013-11-22 01:17:06 +00:00
rowanc1 d46a2aaf87 Merged in GCEtools (pull request #29)
Merge GCE tools.
2013-11-21 17:13:02 -08:00
Rowan Cockett dbaea1fda9 callHooks generalizes some of the hook calling code in Optimize and Inversion 2013-11-21 16:56:01 -08:00
Rowan Cockett 0bd971c22f Removed PubSub based communication. 2013-11-21 15:12:28 -08:00