Brendan Smithyman 75e3163a47 Added some prototypes for parallel constructs.
SuperReference acts like an IPython.parallel.Reference instance specialized for function calls. If it's scheduled by a call to 'apply' on a Load Balanced View, it will raise UnmetDependency errors until it's scheduled on a worker that is allowed by its 'rank' attribute. This can therefore point at functions that are known to be defined on particular workers.

Endpoint is a prototype layout for an object to hold multiple Problems, Fields, etc. on the remote workers. The idea is to clean up the remote namespace and reduce the use of globals().
2015-05-07 13:32:37 -04:00
2014-07-03 15:04:25 -07:00
2014-05-16 17:01:10 -07:00
2014-07-03 14:31:21 -07:00
2015-05-06 10:27:42 -04:00
2014-04-26 13:12:56 -07:00
2015-01-29 13:41:49 -08:00
2014-07-03 14:31:21 -07:00
2014-07-03 15:59:10 -07:00
2014-10-02 16:24:04 -07:00
2014-05-16 17:15:38 -07:00

.. image:: https://raw.github.com/simpeg/simpeg/master/docs/simpeg-logo.png
    :alt: SimPEG Logo

======
SimPEG
======

.. image:: https://img.shields.io/pypi/v/SimPEG.svg
    :target: https://crate.io/packages/SimPEG/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/pypi/dm/SimPEG.svg
    :target: https://crate.io/packages/SimPEG/
    :alt: Number of PyPI downloads

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://github.com/simpeg/simpeg/blob/master/LICENSE
    :alt: BSD 3 clause license.

.. image:: https://img.shields.io/travis/simpeg/simpeg.svg
    :target: https://travis-ci.org/simpeg/simpeg
    :alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/simpeg/simpeg.svg
    :target: https://coveralls.io/r/simpeg/simpeg?branch=master
    :alt: Coverage status

Simulation and Parameter Estimation in Geophysics  -  A python package for simulation and gradient based parameter estimation in the context of geophysical applications.

The vision is to create a package for finite volume simulation with applications to geophysical imaging and subsurface flow. To enable the understanding of the many different components, this package has the following features:

* modular with respect to the spacial discretization, optimization routine, and geophysical problem
* built with the inverse problem in mind
* provides a framework for geophysical and hydrogeologic problems
* supports 1D, 2D and 3D problems
* designed for large-scale inversions


Website:
http://simpeg.xyz


Documentation:
http://docs.simpeg.xyz


Code:
https://github.com/simpeg/simpeg


Tests:
https://travis-ci.org/simpeg/simpeg


Bugs & Issues:
https://github.com/simpeg/simpeg/issues


Code Snippets & Tutorials:
http://www.row1.ca/simpeg
S
Description
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Readme MIT 48 MiB
Languages
Python 99.6%
Cython 0.4%