Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dunyuliu authored Sep 24, 2021
1 parent e1c47fa commit 7fdd1e8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
EQquasi
=======

EQquasi is a parallel Finite Element software to simulate quasi-static/quasi-dynamic deformation induced by earthquake fault slips. It is part of the fully dynamic earthquake cycle simulator EQsimu (Liu et al., 2020, GJI) to simulate deformation during the inter-seismic, nucleation, and post-seismic phases of an earthquake cycle. It adopts parallel solvers MUMPS and AZTEC to handle the heavy computing loads. Rate- and state- friction law with various forms govern the fault dynamics.

This repository provides the source code, Matlab postprocessing scripts, batch scripts for various HPC systems, and input files different models.

Software requirements
---------------------
* a Unix-like operating system
* build tools cmake
* Fortran compilers
* a functioning MPI environment
* MUMPS/AZTEC installed and paths correctly set up
* Matlab installed to use the postprocessing script

Note
----
EQquasi is still under heavy development and comes without any guaranteed functionality. At the moment, we cannot provide much support for general users.

Collaboration
-------------
If you are interested in using EQquasi, please contact Dunyu Liu ([email protected]).

0 comments on commit 7fdd1e8

Please sign in to comment.