aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorherrmann <herrmann@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2003-05-12 09:23:58 +0000
committerherrmann <herrmann@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2003-05-12 09:23:58 +0000
commit7e155396eadfca19daeff52c0459d09e5574c980 (patch)
tree4891682caf72e98d0c43e6f6d91f8414da64e07b /test
parent98a1c9882513adf3daf0d65ba855cf590a5a1bf3 (diff)
Added private STRING parameter Extract::interpolation_operator defaulting to
"Lagrange polynomial interpolation". See LocalInterp for other interpolation_operator values. At the moment LocalInterp will use "Lagrange polynomial interpolation (tensor product)". Changed the testsuites to use "Lagrange polynomial interpolation (maximum degree)" to get the same behaviour as before and the testsuites to pass again. They didn't pass before, because the interpolator gives slightly different answers for the "tensor product" version. The Moncrief Q's should be zero for Schwarzschild. The result is for example 10^-6 rather than 10^-5 which was reported as a fail. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@77 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
Diffstat (limited to 'test')
-rw-r--r--test/extract_physical.par1
-rw-r--r--test/test_extract.par1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/extract_physical.par b/test/extract_physical.par
index b75eade..c381b9c 100644
--- a/test/extract_physical.par
+++ b/test/extract_physical.par
@@ -30,6 +30,7 @@ ioascii::out1d_vars = "admbase::alp"
### Extraction parameters
extract::interpolation_order = 1
+extract::interpolation_operator="Lagrange polynomial interpolation (maximum degree)"
extract::num_detectors = 2
extract::itout = 1
diff --git a/test/test_extract.par b/test/test_extract.par
index db9de22..e09551d 100644
--- a/test/test_extract.par
+++ b/test/test_extract.par
@@ -30,6 +30,7 @@ ioascii::out1d_vars = "admbase::alp"
### Extraction parameters
extract::interpolation_order = 1
+extract::interpolation_operator="Lagrange polynomial interpolation (maximum degree)"
extract::num_detectors = 2
extract::itout = 1