# Parameter definitions for thorn HydroToy # $Header:$ restricted: BOOLEAN hydrotoy_active "Activate or deactivate the HydroToy thorn" { } "yes" private: KEYWORD bound "Type of boundary condition to use" { "none" :: "No boundary condition" "flat" :: "Flat boundary condition" "radiation" :: "Radiation boundary condition" "robin" :: "Robin boundary condition" "zero" :: "Zero boundary condition" } "zero"