Giter VIP home page Giter VIP logo

training's Introduction

Training

Welcome to the TriBIE training. Please clone this repository with git (using the command line) or download it directly from the browser. This repository contains a Dockerfile to build a Docker container. The Docker container contains an interactive learning environment (Jupyter) which includes source codes (Fortran90 + MPI) and visualiation tools.

Installation

Please install Docker (https://www.docker.com/get-started/), launch the Docker Desktop and then run

docker pull daisy20170101/tribie-training

Training

After installation, run

docker run -p 8899:8899 daisy20170101/tribie-training

After some time you should see

http://127.0.0.1:53155/lab?token=2b65a1f2b193c9ddb686bb8f157c3608571b581443021d60

Click on that link or enter the link in the address bar of your web browser.

Then use the navigation bar to open the exercises (SEAS-BP3/) and we will look at the earthquake cycle modeling of a shallowing dipping fault (SEAS-BP3) in 2D medium.

Tools

You can also use the tools in the Docker container for creating input files or running SeisSol on your local computer. To this end, you need to mount your local drive within the Docker container with the following command:

docker run -v $(pwd):/shared/ -u $(id -u):$(id -g) daisy20170101/tribie-training <some command>

The following tools are currently included:

calc_stiffness: the analytical solution for triangular dislocation element

tribie: boundary element code for cycling simulation

training's People

Contributors

daisy20170101 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tianyb007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.