pyro.diffusion.problems package#
Submodules#
pyro.diffusion.problems.gaussian module#
Initialize the profile to a Gaussian. With a constant conductivity, an initial Gaussian profile remains Gaussian, with the peak lowering and width increasing with time. This allows this problem to be used for verification.
- pyro.diffusion.problems.gaussian.finalize()[source]#
print out any information to the user at the end of the run
pyro.diffusion.problems.test module#
A problem setup used for unit testing.