pyro.advection_nonuniform.problems package#

Submodules#

pyro.advection_nonuniform.problems.slotted module#

A circular profile with a rectangular slot cut out of it. This is meant to be run with the velocity field that causes it to rotate about the center, to understand how well we preserve symmetry.

pyro.advection_nonuniform.problems.slotted.finalize()[source]#

print out any information to the user at the end of the run

pyro.advection_nonuniform.problems.slotted.init_data(my_data, rp)[source]#

initialize the slotted advection problem

pyro.advection_nonuniform.problems.test module#

A test setup used for unit testing.

pyro.advection_nonuniform.problems.test.finalize()[source]#

print out any information to the user at the end of the run

pyro.advection_nonuniform.problems.test.init_data(my_data, rp)[source]#

an init routine for unit testing