Skip to content
/ SHAW Public

Performance-portable C++ code for simulating elastic shear waves in an axisymmetric domain.

License

Notifications You must be signed in to change notification settings

Pressio/SHAW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 22, 2021
66f7ac5 · Dec 22, 2021
Dec 22, 2021
Dec 22, 2021
Dec 4, 2021
Dec 22, 2021
Dec 15, 2021
Feb 26, 2021
Dec 1, 2021
Dec 4, 2021
Dec 22, 2021
Dec 15, 2021
Feb 5, 2021
Dec 22, 2021
Feb 26, 2021
Dec 1, 2021
Dec 1, 2021

Repository files navigation

Overview

This code simulates the dynamic of elastic seismic shear waves in an axisymmetric domain. The implementation is based on the Kokkos programming model to enable performance portability. The name "SHAW" is an acronym built from "SHeAr Waves".

Click below to check the documentation for more details:

Questions?

Find us on Slack: https://pressioteam.slack.com or open an issue on github.

License and Citation

License

If you use this code, please cite the following paper:

@article{RIZZI2021113973,
  title = {A compute-bound formulation of Galerkin model reduction for linear time-invariant dynamical systems},
  journal = {Computer Methods in Applied Mechanics and Engineering},
  volume = {384},
  pages = {113973},
  year = {2021},
  issn = {0045-7825},
  doi = {https://doi.org/10.1016/j.cma.2021.113973},
  url = {https://www.sciencedirect.com/science/article/pii/S0045782521003042},
  author = {Francesco Rizzi and Eric J. Parish and Patrick J. Blonigan and John Tencer}
}