pyro.burgers.problems package
pyro.burgers.problems.converge module
Setup a smooth velocity field (each component is an exponential). This can
be used to test convergence of the solver.
-
pyro.burgers.problems.converge.finalize()[source]
print out any information to the user at the end of the run
-
pyro.burgers.problems.converge.init_data(my_data, rp)[source]
initialize the smooth burgers convergence problem
pyro.burgers.problems.test module
Create a shock moving diagonally (from lower-left to upper-right)
through the domain.
-
pyro.burgers.problems.test.finalize()[source]
print out any information to the user at the end of the run
-
pyro.burgers.problems.test.init_data(myd, rp)[source]
initialize the burgers test problem
pyro.burgers.problems.tophat module
Initialize a circular “tophat” region that will drive a shock.
-
pyro.burgers.problems.tophat.finalize()[source]
print out any information to the user at the end of the run
-
pyro.burgers.problems.tophat.init_data(myd, rp)[source]
initialize the tophat burgers problem
pyro.burgers.problems.verify module
-
pyro.burgers.problems.verify.verify(file1, file2)[source]