We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1649759 commit c737549Copy full SHA for c737549
2 files changed
pyro/diffusion/problems/gaussian.py
@@ -1,3 +1,10 @@
1
+"""Initialize the profile to a Gaussian. With a constant
2
+conductivity, an initial Gaussian profile remains Gaussian, with the
3
+peak lowering and width increasing with time. This allows this
4
+problem to be used for verification.
5
+
6
+"""
7
8
import numpy
9
10
from pyro.util import msg
pyro/diffusion/problems/test.py
@@ -1,3 +1,5 @@
+"""A problem setup used for unit testing."""
DEFAULT_INPUTS = None
PROBLEM_PARAMS = {}
0 commit comments