# Parameter definitions for thorn IDBrBrPETSc # $Header$ #------------------------------------------------------------------------------ # Private: #------------------------------------------------------------------------------ private: BOOLEAN noisy_id "Add random noise to initial data" { } "no" BOOLEAN noisy_bc "Add random noise to initial data" { } "no" STRING noisy_id_vars "Initial data variables to modify with noise" { .* :: "A regex which matches everything" } "" STRING noisy_bc_vars "Variables to modify with noise at boundary" { .* :: "A regex which matches everything" } "" REAL amplitude "Maximum absolute value of random data" { 0: :: "Positive number" } 0.000001