Commit 04accab
committed
Add Phase 3 content: ADER, Staggered Grids, and Attenuation Models
Chapter 8 additions:
- Section 8.4: ADER finite difference schemes (Taylor expansion in time)
- Section 8.5: Staggered grid formulations (velocity-pressure systems)
Chapter 7 additions:
- Section 7.4: Viscoacoustic waves with three rheological models
(SLS, Kelvin-Voigt, Maxwell)
- Section 7.5: 3D Viscoelastic waves with Qp/Qs attenuation
New solvers:
- ader_devito.py: ADER acoustic solver with high-order time stepping
- staggered_devito.py: Staggered grid acoustic solver
- viscoacoustic_devito.py: Three viscoacoustic models
- viscoelastic_devito.py: Full 3D viscoelastic with TensorTimeFunction
91 new tests (411 total)1 parent b9e017b commit 04accab
13 files changed
Lines changed: 5682 additions & 19 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
18 | 28 | | |
| |||
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
26 | 40 | | |
27 | 41 | | |
28 | 42 | | |
| |||
39 | 53 | | |
40 | 54 | | |
41 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
42 | 76 | | |
43 | 77 | | |
44 | 78 | | |
| |||
47 | 81 | | |
48 | 82 | | |
49 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
50 | 94 | | |
51 | 95 | | |
52 | 96 | | |
| |||
72 | 116 | | |
73 | 117 | | |
74 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
75 | 126 | | |
76 | 127 | | |
77 | 128 | | |
78 | 129 | | |
| 130 | + | |
| 131 | + | |
79 | 132 | | |
80 | 133 | | |
| 134 | + | |
81 | 135 | | |
| 136 | + | |
82 | 137 | | |
| 138 | + | |
83 | 139 | | |
| 140 | + | |
84 | 141 | | |
| 142 | + | |
85 | 143 | | |
86 | 144 | | |
87 | 145 | | |
88 | 146 | | |
89 | 147 | | |
90 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
91 | 153 | | |
92 | 154 | | |
93 | 155 | | |
94 | 156 | | |
| 157 | + | |
| 158 | + | |
95 | 159 | | |
96 | 160 | | |
97 | 161 | | |
| |||
0 commit comments