Add command to print the enstrophy of the initial condition

This commit is contained in:
2025-10-14 12:20:43 -04:00
parent afe0498f21
commit 8fa9e7f556
5 changed files with 36 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ limitations under the License.
#define COMMAND_QUIET 3
#define COMMAND_RESUME 4
#define COMMAND_LYAPUNOV 5
#define COMMAND_ENSTROPHY_PRINT_INIT 6
#define DRIVING_ZERO 1
#define DRIVING_TEST 2