Metadata-Version: 2.1
Name: UWGeodynamics
Version: 1.0.0
Summary: Underworld Geodynamics wrapper
Home-page: https://github.com/rbeucher/UWGeodynamics.git
Author: Romain Beucher
Author-email: romain.beucher@unimelb.edu.au
License: UNKNOWN
Keywords: geodynamics Underworld geophysics geology
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pint
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyshp

Underworld Geodynamics project
==============================

.. image:: https://github.com/underworldcode/UWGeodynamics/blob/development/tutorials/images/Tutorial1.gif

The UWGeodynamics module intents to facilitate rapid prototyping of geodynamics models using Underworld. 
It can be seen as a set of high-level functions within the Underworld ecosystem. 
It is a means to quickly get the user into Underworld modelling and assumes very
little knowledge in coding. The module make some assumptions based on how the user
defines the boundary conditions and the properties of the materials (rocks, phases).
Its simplicity comes with a relatively more rigid workflow (compared to the classic Underworld functions).
However, the user can easily break the high level objects and get back to core
Underworld function at any step of model design.

The UWGeodynamics is inspired by the [Lithospheric Modelling Recipe (LMR)](https://github.com/LukeMondy/lithospheric_modelling_recipe) originally developed by
Luke Mondy, Guillaume Duclaux and Patrice Rey for Underworld 1. 
Some of the naming conventions have been reused to facilitate the transition from LMR.
The Rheological libraries is also taken from LMR.

As we think the low-level interface is more flexible, and in so allows for more complex models,
we strongly encourage users to explore and break the High Level functions.

We hope that the user will naturally move to the low-level functionalities as he
or her gets more confident, and by doing so will access the wide range of 
possibilities offered by Underworld.

.. image:: https://github.com/underworldcode/UWGeodynamics/development/docs/img/SandboxCompression.gif

Getting started
---------------

The full documentation is available on `ReadTheDocs <http://uwgeodynamics.readthedocs.org/>`_


Community driven
----------------

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program.  If not, see <http://www.gnu.org/licenses/lgpl-3.0.en.html>.

Versioning
----------

Current releases (**DOI** citable): 

[![DOI](https://zenodo.org/badge/114189389.svg)](https://zenodo.org/badge/latestdoi/114189389)



