fnrizzi / ElasticShearWaves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scope

This repository contains code for simulating elastic seismic shear waves in an axisymmetric domain. The implementation uses Kokkos and Kokkos-kernels to enable performance portability, and provides capabilities to run both the full order model (FOM) as well as the Galerkin reduced order model (ROM).

Specifically, this code has been developed mainly for this paper.


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This repo is not being updated anymore. The code is being moved to https://github.com/Pressio/SHAW.

For all the latest developments, refer to that repo.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Building

To build the code, you can use one of the following two alternatives:

  • If you are an "expert" and want to use CMake directly, you can refer to this page.

  • If you prefer a more guided procedure where we show you step-by-step how to install the TPLs, and provide you a way to build the code using helper bash scripts that we prepared, you can
    follow this step-by-step guide.

Step-by-step for running a full-order model simulation

Follow this guide for an example to run a FOM run.

Step-by-step for a rank-1 Galerkin ROM simulation

Follow this guide for an example to run a rank-1 Galerkin run.

Step-by-step for a rank-2 Galerkin ROM simulation

Coming soon.

High-level content

C++ code references in detail

License

License

File is here.

About

License:Other


Languages

Language:C++ 74.8%Language:Python 22.9%Language:Shell 1.4%Language:CMake 1.0%