Skip to content

Commit 83d8783

Browse files
committed
misc: Add a paper reference to the superstepping module
1 parent f0b7d99 commit 83d8783

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

devito/timestepping/superstep.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
""" This module implements superstepping.
2+
This is a timestepping scheme for advancing a solution multiple timesteps
3+
at once.
4+
5+
The method employed here takes inspiration from the following paper:
6+
- Nemeth, T et al. (2025): Superstep wavefield propagation
7+
"""
18
from devito.types import Eq, Function, TimeFunction
29

310

0 commit comments

Comments
 (0)