Skip to content

Commit

Permalink
Merge branch '2.0.0b2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansour committed Jun 2, 2016
2 parents 28e6129 + 6396665 commit 5304eca
Show file tree
Hide file tree
Showing 349 changed files with 19,013 additions and 16,900 deletions.
30 changes: 28 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ config.*
build
testLogs
*.pyc
*.cfg
*.cfg
.DS_Store
*.dblite #
*.dblite #
*.orig
*.bak
:memory
Expand All @@ -36,11 +36,37 @@ libUnderworld/libUnderworldPy/gLucifer.py
libUnderworld/libUnderworldPy/petsc.py
libUnderworld/libUnderworldPy/LavaVu.py
testResults
docs/scratch
docs/test/*Output




# We should probably not cache the output of all the examples - if we are going to leave the
# notebook output cells in place, then there is not much need.

docs/examples/SimpleShear2D
docs/examples/PureShear2D
docs/examples/Buckling2D
docs/examples/SlabSubduction
docs/examples/*Output

docs/publications/TosiEtAl-2015/TosiOutput

docs/development/TransIsoCompression
docs/development/TransIsoShear


# switch to regexp syntax.

syntax: regexp
(^|/)\.svn($|/)
(^|/)\.hg($|/)
(^|/)\.hgtags($|/)

*.cfg

# To save the trouble of purging this for now.
*/.texpadtmp/*

libUnderworld/Underworld/SysTest/AnalyticPlugins/Doc/.texpadtmp/*
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Underworld 2
============

[_Underworld 2_](http://www.underworldcode.org) is a python-friendly version of the Underworld code which provides a programmable and flexible front end to all the functionality of the code running in a parallel HPC environment. This gives signficant advantages to the user, with access to the power of python libraries for setup of complex problems, analysis at runtime, problem steering, and multi physics coupling. While Underworld2 embraces Jupyter Notebooks as the preferred modelling environment, only standard python is required.

[_Underworld 2_](http://www.underworldcode.org) is a python-friendly version of the Underworld code which provides a programmable and flexible front end to all the functionality of the code running in a parallel HPC environment. This gives signficant advantages to the user, with access to the power of python libraries for setup of complex problems, analysis at runtime, problem steering, and coupling of multiple problems. The python toolkit was funded by the NeCTAR [eresearch_tools](http://www.nectar.org.au/eresearch-tools) program.
The Underworld2 development team is based in Melbourne, Australia at the University of Melbourne and at Monash University led by Louis Moresi. We would like to acknowledge AuScope Simulation, Analysis and Modelling for providing long term funding which has made the project possible. Additional funding for specific improvements and additional functionality has come from the Australian Research Council (http://www.arc.gov.au). The python toolkit was funded by the NeCTAR eresearch_tools program. Underworld was originally developed in collaboration with the Victorian Partnership for Advanced Computing.

Compile | [![Build Status] (http://128.250.120.238:9080/buildStatus/icon?job=Compile)](http://128.250.120.238:9080/job/Compile)

Model Tests | [![Build Status](http://128.250.120.238:9080/job/tests/badge/icon)](http://128.250.120.238:9080/job/tests/)

While Underworld2 embraces Jupyter Notebooks as the preferred modelling environment, only standard python is required.


Getting Underworld2
Expand Down
978 changes: 978 additions & 0 deletions docs/development/TransOrthoModel-Compression.ipynb

Large diffs are not rendered by default.

978 changes: 978 additions & 0 deletions docs/development/TransOrthoModel-SimpleShear.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5304eca

Please sign in to comment.