Olender / spyro-1

Acoustic wave propagators for seismic domains with application to full waveform inversion.
GNU General Public License v3.0
3 stars 0 forks source link

Issue 0041 - Add elastic wave propagation #53

Closed SouzaEM closed 3 months ago

SouzaEM commented 4 months ago

I'm creating a draft pull request for discussing the implementations/modifications and avoiding a big review. Initially I just added the directory structure and the input parameters for the elastic model.

I think we need a ElasticWave base class with common code for IsotropicElasticWave, TTLElasticWave, ViscoElasticWave, etc. The parsing of the parameters dictionary is used as an example to illustrate why I think the base class would help us adding new features.