-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]). |