Skip to content

Commit

Permalink
Merge branch 'main' into incompressible_doc_strings
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Sep 15, 2024
2 parents 812c452 + b23588d commit a487867
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
34 changes: 0 additions & 34 deletions docs/source/viscous_burgers_defaults.inc

This file was deleted.

3 changes: 3 additions & 0 deletions pyro/burgers/problems/converge.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""Setup a smooth velocity field (each component is an exponential). This can
be used to test convergence of the solver."""

import numpy

from pyro.util import msg
Expand Down
3 changes: 3 additions & 0 deletions pyro/burgers/problems/test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""Create a shock moving diagonally (from lower-left to upper-right)
through the domain."""

from pyro.util import msg

DEFAULT_INPUTS = "inputs.test"
Expand Down
2 changes: 2 additions & 0 deletions pyro/burgers/problems/tophat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Initialize a circular "tophat" region that will drive a shock."""

from pyro.util import msg

DEFAULT_INPUTS = "inputs.tophat"
Expand Down

0 comments on commit a487867

Please sign in to comment.