Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Visco-acoustic #8

Description

@mloubout

@mlange05 , @navjotk
I updated the visco acoustic version. The boundary conditions are still bad, the Born function is now correct, I just need to fix the gradient (probably errors due to recording data inside the boudary).

MAIN THING
The main thing about this update is two cells I added before the stencil. he stencil is very complicated if directly derived from the symbolic expression. However in practice, the density (rho) is known and is not dependent of time. It is then a lot more efficient to pre-compute rho.grad(rho) (you need to store the d/dx and d/dy separately) and just use it as a constant vector in the propagation. It saves, for nt time step, nt computations of a gradient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions