# Parameter definitions for thorn HydroBase restricted: int timelevels "Number of time levels in evolution scheme" { 1:3 :: "FMR/AMR runs probably need 3. Otherwise use 2" } 2 STRING HydroBase_Prolongation_Type "The prolongation operator used by Carpet for HydroBase variables" { "ENO" :: "Third order ENO operators; only third order is implemented" "WENO" :: "Fifth order WENO operators; only fifth order is implemented" ".*" :: "Anything else" } "ENO"