acitrain

Results 7 issues of acitrain

First order Spectral Element Method (SEM) for the second order elastic wave equation. In this PR we propose the first version of the elastic wave solver using the SEM. The...

flag: ready for review
flag: requires rebaseline

In this PR, we add the Elastic VTI physic for the second order wave solver. The main difference between this one and the isotropic case (ElasticWaveEquationSEM.cpp) is the elasticity tensor...

type: feature
flag: ready for review
flag: requires rebaseline

This PR generalize the formula for gradient computation inside the acoustic second order wave solver to high orders The main change is the computation of the number of nodes per...

flag: ready for review

This PR add the call to free some array from GPU memory using freeOnDevice method added in the following LvArray PR : https://github.com/GEOS-DEV/LvArray/pull/298

flag: ready for review
flag: requires updated submodule(s)

This PR add the possibility of compute automatically the timestep for wave propagation solvers. How to use it? - You add the correct switch in your `XML` (`timestepStabilityLimit`=1) - You...

ci: run CUDA builds
flag: ready for review
flag: requires rebaseline
ci: run integrated tests
ci: run code coverage

This PR is the final part of the refactoring for wave solvers It mainly contains new folder organisation + small cleanup

ci: ready to be merged
flag: requires rebaseline
ci: run integrated tests

This PR add a first version of Taper layers for wave solvers These layers are set to improve the efficiency of absoption of boundaries. This is how the version version...

ci: run CUDA builds
flag: ready for review
flag: requires rebaseline
ci: run integrated tests
ci: run code coverage