[Commits] [svn:einsteintoolkit] NullNews/trunk/ (Rev. 10)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Tue Jul 31 15:05:24 CDT 2012


User: rhaas
Date: 2012/07/31 03:05 PM

Modified:
 /trunk/
  param.ccl

Log:
 NullNews: make more parameters steerable

File Changes:

Directory: /trunk/
==================

File [modified]: param.ccl
Delta lines: +6 -6
===================================================================
--- trunk/param.ccl	2012-07-21 10:47:17 UTC (rev 9)
+++ trunk/param.ccl	2012-07-31 20:05:24 UTC (rev 10)
@@ -22,19 +22,19 @@
 
 private:
 
-BOOLEAN first_order_scheme "should angular derviatives be reduced to first order?"
+BOOLEAN first_order_scheme "should angular derviatives be reduced to first order?" STEERABLE=ALWAYS
 {
 } "yes"
 
-BOOLEAN filter_scri_fields "filter null code fields before constructing News"
+BOOLEAN filter_scri_fields "filter null code fields before constructing News" STEERABLE=ALWAYS
 {
 } "no"
 
-BOOLEAN filter_omega "filter omega and comega"
+BOOLEAN filter_omega "filter omega and comega" STEERABLE=ALWAYS
 {
 } "no"
 
-BOOLEAN filter_news "filter news (prior to intorpolation)"
+BOOLEAN filter_news "filter news (prior to intorpolation)" STEERABLE=ALWAYS
 {
 } "no"
 
@@ -51,11 +51,11 @@
 {
 } "no"
 
-BOOLEAN debug_output "Decompose also J and omega at Scri for debugging purposes"
+BOOLEAN debug_output "Decompose also J and omega at Scri for debugging purposes" STEERABLE=ALWAYS
 {
 } "no"
 
-BOOLEAN interp_to_constant_uBondi "Interpolate quantities at Scri to constant Bondi time"
+BOOLEAN interp_to_constant_uBondi "Interpolate quantities at Scri to constant Bondi time" STEERABLE=ALWAYS
 { 
 } no
 



More information about the Commits mailing list