Spectral element method for earthquake cycle simulations with dynamic treatment of inertial effects.
Written in Julia 1.0. Syntax is very similar to Matlab but it is much faster.
Adapted from Kaneko et al. (2011), and J.P. Ampuero's SEMLAB.
This project is incomplete, work in progress. To run the program
- change parameters in src/parameters/defaultParameters.jl
- edit the initial conditions in src/initialConditions/defaultInitialConditions
- Change the output file name in run.jl, add number of cpu processors (default 4)
- run the program in terminal using "julia run.jl"
- Wait for eternity before the results pop up! (I am still working on making it faster)