We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc59234 commit b23588dCopy full SHA for b23588d
pyro/burgers/problems/converge.py
@@ -1,3 +1,6 @@
1
+"""Setup a smooth velocity field (each component is an exponential). This can
2
+be used to test convergence of the solver."""
3
+
4
import numpy
5
6
from pyro.util import msg
pyro/burgers/problems/test.py
+"""Create a shock moving diagonally (from lower-left to upper-right)
+through the domain."""
DEFAULT_INPUTS = "inputs.test"
pyro/burgers/problems/tophat.py
@@ -1,3 +1,5 @@
+"""Initialize a circular "tophat" region that will drive a shock."""
DEFAULT_INPUTS = "inputs.tophat"
0 commit comments