From 98f28c296a486802897bec951aacc533a0f3ef0f Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 7 Jan 2025 14:18:54 -0500 Subject: [PATCH] add readme --- Exec/hydro_tests/simple_convection/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Exec/hydro_tests/simple_convection/README.md diff --git a/Exec/hydro_tests/simple_convection/README.md b/Exec/hydro_tests/simple_convection/README.md new file mode 100644 index 0000000000..95955b4e78 --- /dev/null +++ b/Exec/hydro_tests/simple_convection/README.md @@ -0,0 +1,5 @@ +# simple_convection + +This is an implementation of the convection problem from pyro. + +