From 7e155396eadfca19daeff52c0459d09e5574c980 Mon Sep 17 00:00:00 2001 From: herrmann Date: Mon, 12 May 2003 09:23:58 +0000 Subject: 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 --- test/extract_physical.par | 1 + test/test_extract.par | 1 + 2 files changed, 2 insertions(+) (limited to 'test') 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 -- cgit v1.2.3