From 393f003cdc4f10c9595bb35f143237c7b3a4ce6a Mon Sep 17 00:00:00 2001 From: Zhi Chen <62574124+zhichen3@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:19:24 -0400 Subject: [PATCH] remove old nse_iters parameter (#1617) This was used in the old energy NSE update. --- integration/_parameters | 4 ---- 1 file changed, 4 deletions(-) diff --git a/integration/_parameters b/integration/_parameters index f3900aaca8..eac2654ab9 100644 --- a/integration/_parameters +++ b/integration/_parameters @@ -89,10 +89,6 @@ subtract_internal_energy bool 1 # for Strang, this simply means scaling e by the initial energy? scale_system bool 0 -# for the NSE update predictor-corrector, how many iterations -# do we take to get the new time NSE state -nse_iters int 3 - # for SDC+NSE, when estimating the derivatives of the NSE table # quantities, what fraction of dt do we use for the finite-difference # estimate