swe.problems package

Submodules

swe.problems.acoustic_pulse module

swe.problems.acoustic_pulse.finalize()[source]

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

swe.problems.acoustic_pulse.init_data(myd, rp)[source]

initialize the acoustic_pulse problem. This comes from McCourquodale & Coella 2011

swe.problems.advect module

swe.problems.advect.finalize()[source]

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

swe.problems.advect.init_data(my_data, rp)[source]

initialize a smooth advection problem for testing convergence

swe.problems.dam module

swe.problems.dam.finalize()[source]

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

swe.problems.dam.init_data(my_data, rp)[source]

initialize the dam problem

swe.problems.kh module

swe.problems.kh.finalize()[source]

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

swe.problems.kh.init_data(my_data, rp)[source]

initialize the Kelvin-Helmholtz problem

swe.problems.quad module

swe.problems.quad.finalize()[source]

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

swe.problems.quad.init_data(my_data, rp)[source]

initialize the quadrant problem

swe.problems.test module

swe.problems.test.finalize()[source]

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

swe.problems.test.init_data(my_data, rp)[source]

an init routine for unit testing