Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 997 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 997 Bytes

Seigen: Seismology through code generation

Overview

Seigen is an elastic wave equation solver for seimological problems based on the Firedrake finite element framework. It forms part of the OPESCI seismic imaging project.

Quickstart

Seigen requires the installation of Firedrake and must be run from within the Firedrake virtual environment. To first install Firedrake please follow these instructions.

Once Firedrake is installed and the virtual environment is activated, you can install Seigen using the following commands:

git clone https://github.com/opesci/seigen.git
pip install -e seigen

Licence

Seigen is open-source software and is released under the MIT License. See the file LICENSE.md for more information.

Contact

Comments and feedback may be sent to [email protected].