-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Task description
Likely the most invasive step in the attenuation implementation.
For the Runge-Kutta integration, we need strain at the next time step. In specfem3d this is done by taylor expanding the current strain
So that we can compute
Which are used in the computation of the attenuation memory variable, e.g., for
where, for the computation of
So this involves the gradient computation of the velocity. With subsequent storage of
Acceptance criteria
- Future field derivatives can be stored.