From 072c39d0df0975db5934d8c685e615b5361670ca Mon Sep 17 00:00:00 2001 From: Vedant Dhruv Date: Sat, 19 Oct 2024 18:36:28 -0400 Subject: [PATCH] plotting script header --- scripts/tutorial/analysis/plot_ot.py | 2 +- scripts/tutorial/analysis/plot_torus.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/tutorial/analysis/plot_ot.py b/scripts/tutorial/analysis/plot_ot.py index 52dc63da..cc05d45f 100644 --- a/scripts/tutorial/analysis/plot_ot.py +++ b/scripts/tutorial/analysis/plot_ot.py @@ -1,4 +1,4 @@ -### Plot density and norm of 4-current ### +# PLOT ORSZAG TANG VORTEX import numpy as np import sys, glob, psutil, os diff --git a/scripts/tutorial/analysis/plot_torus.py b/scripts/tutorial/analysis/plot_torus.py index 34d21891..5c10f426 100644 --- a/scripts/tutorial/analysis/plot_torus.py +++ b/scripts/tutorial/analysis/plot_torus.py @@ -1,5 +1,4 @@ -# FOR 2D RUNS!! -# COMPUTES HORIZON-PENETRATING FLUXES, PLOTS SLICES OF RHO, UU, Q, DP AND TIME SERIES OF FLUXES +# PLOT 2D TORUS import numpy as np import os, h5py, psutil, glob