30 Commits

Author SHA1 Message Date
Brendan Smithyman 4021638d2b Merge commit '6d3d8d78b601a11c52e90f87367f7b40e4d537a5' into parallel 2015-06-22 09:26:48 -04:00
Lindsey Heagy e9fea3bad2 lrm --> curv 2015-05-14 23:43:32 -07:00
Brendan Smithyman 29195e6608 Incorporating the first parts of my parallel distributed tools.
DataWrappers.py contains the CommonReducer class, which enables pass-through math operations and function calls on dictionaries.
Parallel.py contains the job scheduler, remote interface (w/ MPI support) and several helper functions.
2015-05-01 17:04:59 -04:00
Gudni UBC-Talva c6c2713461 Fixed the __init__.py for meshutils to include read/writeVTRFile functions.
Fixed order of inputs in write mesh functions to all be the same.
2015-02-05 14:56:47 -08:00
rowanc1 c9111e4151 #66: Update MeshTensor to be supported directly from TensorMesh. Also added 'C' to center tensors easily in the x0 option. 2014-04-26 12:16:49 -07:00
rowanc1 a36f4d76bb Rearranging util codes. Added meshUtils.closestPoints 2014-04-23 12:11:36 -07:00
rowanc1 460391fd92 Added Seogi's readUBCMesh/Model functions to meshutils.py 2014-04-18 17:52:36 -07:00
rowanc1 a48808f58a CylMesh interpolation tests. 2014-04-16 12:28:40 -07:00
Dave Marchant 5f401268fc Added utilities to to write SimPEG tensor meshes and models to UBC regular mesh format. 2014-04-15 10:49:18 -07:00
rowanc1 ecc7aaf9b0 Updates to Solver Wrappers.
bug fix in dependentProperty
2014-03-19 13:33:45 -07:00
Dave Marchant 7402782541 Merge branch 'master' of https://github.com/simpeg/simpeg 2014-03-19 12:48:46 -07:00
rowanc1 44ab7de6bc Wrapper utils for Solvers 2014-03-19 10:34:37 -07:00
Dave Marchant e30dfb447d Added points2nodes method to meshutils 2014-03-17 12:47:36 -07:00
rowanc1 fcaff5ed64 Changed Data to Survey as per Issue #61 2014-03-07 13:55:08 -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 891c4ce972 added invPropertyTensor and makeTensor to matUtils
combined sp utils into mat utils
2014-02-21 19:55:44 -08:00
Rowan Cockett 00bda323b2 Merge pull request #49 from simpeg/quadtree
Quadtree and OcTree
2014-02-12 19:21:34 -08:00
rowanc1 20cb359e82 Removed (now broken) database stuff. 2014-02-12 09:56:20 -08:00
rowanc1 3d21f690cc Merge branch 'develop' of https://github.com/simpeg/simpeg into quadtree
Conflicts:
	SimPEG/__init__.py
2014-02-07 15:06:27 -08:00
Dave Marchant e56ca4fcbb Added sdInv to utils. 2014-02-05 21:49:39 -08:00
Dave Marchant 78e49c283e Moved em sources to simpegEM. 2014-02-05 12:29:53 -08:00
rowanc1 57320fb2bc Documentation updates. 2014-01-24 09:55:24 -07:00
rowanc1 cae723eb0e Moved parameters to separate file. Documentation updates. 2014-01-24 09:36:01 -07:00
rowanc1 56dc9a5591 pointers to parent. rename _iter to iter 2014-01-24 08:20:29 -07:00
rowanc1 583f3ed8d0 Added ParameterProperty, which handles the logic for calling the parameter each iteration of the optimization. 2014-01-19 11:51:15 -07:00
rowanc1 18f0e67619 Parameter function for Beta instead of a scalar. Bug Fixes. 2014-01-17 15:53:37 -08:00
rowanc1 2eb074ba54 Moved Solver to main Package 2014-01-17 14:40:42 -08:00
rowanc1 67b067d938 Major Reorganization (Things are likely still broken...)
Added Parameter to Utils, which hints at where we are going with functions as parameters.
2014-01-17 14:03:08 -08:00
rowanc1 687ef0c20a DC inversion working again. Almost in the new framework..! 2014-01-16 14:29:08 -08:00
rowanc1 fa8a5cd7cb renaming to ensure capitals 2014-01-16 13:22:46 -08:00