aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-12 18:51:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-12 18:51:19 +0000
commitf065762cd60df4198bfdb52575b71aa8eaeaeded (patch)
tree8fcad97c437ff042572c640d915ff0f7e6a08114 /run
parenta98fb4a40a36d5348b9fda8b46db0678f089da29 (diff)
a bunch more par files for testing various subparts of AHFinderDirect
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@831 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'run')
-rw-r--r--run/test-ahfinderdirect/test-both-ahfinders/both-ahf.par80
-rw-r--r--run/test-ahfinderdirect/test-both-ahfinders/hemi5-ahf.par57
-rw-r--r--run/test-ahfinderdirect/test-both-ahfinders/hemi5.par58
-rw-r--r--run/test-ahfinderdirect/test-both-ahfinders/try.par57
-rw-r--r--run/test-ahfinderdirect/test-patch-system/derivatives-2.5.par28
-rw-r--r--run/test-ahfinderdirect/test-patch-system/derivatives-5.par28
-rw-r--r--run/test-ahfinderdirect/test-patch-system/gridfn.par28
-rw-r--r--run/test-ahfinderdirect/test-patch-system/synchronize-2.5.par28
-rw-r--r--run/test-ahfinderdirect/test-patch-system/synchronize-5.par28
-rw-r--r--run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-fast.par31
-rw-r--r--run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-order1.par31
-rw-r--r--run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian.par30
12 files changed, 484 insertions, 0 deletions
diff --git a/run/test-ahfinderdirect/test-both-ahfinders/both-ahf.par b/run/test-ahfinderdirect/test-both-ahfinders/both-ahf.par
new file mode 100644
index 0000000..99503d2
--- /dev/null
+++ b/run/test-ahfinderdirect/test-both-ahfinders/both-ahf.par
@@ -0,0 +1,80 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp IOUtil PUGH PUGHReduce PUGHInterp SpaceMask StaticConformal CoordGauge ADMBase ADMCoupling ADMMacros AHFinder Exact AHFinderDirect"
+
+# flesh
+cactus::cctk_itlast = 0
+
+# PUGH
+driver::ghost_size = 3
+driver::global_nx = 51
+driver::global_ny = 51
+driver::global_nz = 29
+
+# CartGrid3D
+grid::domain = "bitant"
+grid::avoid_origin = "false"
+grid::type = "byspacing"
+grid::dxyz = 0.2
+
+# IOUtil
+IOUtil::out_every = 1
+IOUtil::parfile_write = "no"
+
+# ADMBase
+ADMBase::initial_lapse = "exact"
+ADMBase::initial_shift = "exact"
+ADMBase::initial_data = "exact"
+ADMBase::lapse_evolution_method = "static"
+ADMBase::shift_evolution_method = "static"
+ADMBase::metric_type = "physical"
+
+# Exact
+Exact::exact_model = "Kerr/Kerr-Schild"
+Exact::Kerr_KerrSchild__mass = 1.0
+Exact::Kerr_KerrSchild__spin = 0.6
+
+# AHFinderDirect
+AHFinderDirect::find_AHs_at_postinitial = "true"
+AHFinderDirect::find_AHs_at_poststep = "false"
+AHFinderDirect::verbose_level = "algorithm details"
+AHFinderDirect::print_timing_stats = "true"
+
+AHFinderDirect::method = "Newton solve"
+AHFinderDirect::final_H_update_if_exit_x_H_small = "true"
+AHFinderDIrect::surface_integral_method = "Simpson's rule (variant)"
+AHFinderDirect::h_base_file_name = "both-ahf.h"
+AHFinderDirect::H_of_h_base_file_name = "both-ahf.H"
+
+AHFinderDirect::N_horizons = 1
+AHFinderDirect::origin_x[1] = 0.5
+AHFinderDirect::origin_y[1] = 0.7
+AHFinderDirect::origin_z[1] = 0.0
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::geometry_interpolator_pars = "order=3 out_of_range_tolerance={-1.0 -1.0 -1.0 -1.0 -1.0 -1.0}"
+
+AHFinderDirect::initial_guess_method = "sphere"
+AHFinderDirect::initial_guess__sphere__x_center[1] = -0.2
+AHFinderDirect::initial_guess__sphere__y_center[1] = 0.3
+AHFinderDirect::initial_guess__sphere__z_center[1] = 0.0
+AHFinderDirect::initial_guess__sphere__radius[1] = 2.0
+
+# AHFinder
+AHFinder::ahf_active = "true"
+AHFinder::ahf_find3 = "false"
+AHFinder::ahf_findevery = 1
+AHFinder::ahf_phi= "true"
+AHFinder::ahf_offset = "true"
+AHFinder::ahf_xc = 0.5
+AHFinder::ahf_yc = 0.7
+AHFinder::ahf_zc = 0.0
+AHFinder::ahf_refz = "true"
+AHFinder::ahf_logfile = "true"
+AHFinder::ahf_verbose = "true"
+AHFinder::ahf_veryverbose = "true"
+AHFinder::ahf_guessverbose = "true"
+AHFinder::ahf_1Doutput = "true"
+AHFinder::ahf_2Doutput = "true"
+AHFinder::ahf_3Doutput = "true"
diff --git a/run/test-ahfinderdirect/test-both-ahfinders/hemi5-ahf.par b/run/test-ahfinderdirect/test-both-ahfinders/hemi5-ahf.par
new file mode 100644
index 0000000..79014ab
--- /dev/null
+++ b/run/test-ahfinderdirect/test-both-ahfinders/hemi5-ahf.par
@@ -0,0 +1,57 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH ADMBase ADMCoupling CoordGauge Exact AHFinderDirect"
+
+# flesh
+cactus::cctk_itlast = 0
+
+# PUGH
+driver::ghost_size = 2
+driver::global_nx = 31
+driver::global_ny = 31
+driver::global_nz = 17
+
+# CartGrid3D
+grid::domain = "bitant"
+grid::avoid_origin = "false"
+grid::type = "byspacing"
+grid::dxyz = 0.2
+
+# ADMBase
+ADMBase::initial_lapse = "exact"
+ADMBase::initial_shift = "exact"
+ADMBase::initial_data = "exact"
+ADMBase::lapse_evolution_method = "static"
+ADMBase::shift_evolution_method = "static"
+ADMBase::metric_type = "physical"
+
+# Exact
+Exact::exact_model = "Kerr/Kerr-Schild"
+Exact::Kerr_KerrSchild__mass = 1.0
+Exact::Kerr_KerrSchild__spin = 0.6
+
+AHFinderDirect::find_AHs_at_postinitial = "true"
+AHFinderDirect::find_AHs_at_poststep = "false"
+AHFinderDirect::verbose_level = "algorithm details"
+AHFinderDirect::print_timing_stats = "true"
+
+AHFinderDirect::method = "Newton solve"
+AHFinderDirect::final_H_update_if_exit_x_H_small = "true"
+AHFinderDIrect::surface_integral_method = "Simpson's rule (variant)"
+AHFinderDirect::h_base_file_name = "hemi5-ahf.h"
+AHFinderDirect::H_of_h_base_file_name = "hemi5-ahf.H"
+
+AHFinderDirect::N_horizons = 1
+AHFinderDirect::origin_x[1] = 0.5
+AHFinderDirect::origin_y[1] = 0.7
+AHFinderDirect::origin_z[1] = 0.0
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::geometry_interpolator_pars = "order=3 out_of_range_tolerance={-1.0 -1.0 -1.0 -1.0 -1.0 -1.0}"
+
+AHFinderDirect::initial_guess_method = "sphere"
+AHFinderDirect::initial_guess__sphere__x_center[1] = -0.2
+AHFinderDirect::initial_guess__sphere__y_center[1] = 0.3
+AHFinderDirect::initial_guess__sphere__z_center[1] = 0.0
+AHFinderDirect::initial_guess__sphere__radius[1] = 2.0
diff --git a/run/test-ahfinderdirect/test-both-ahfinders/hemi5.par b/run/test-ahfinderdirect/test-both-ahfinders/hemi5.par
new file mode 100644
index 0000000..8b5bb2e
--- /dev/null
+++ b/run/test-ahfinderdirect/test-both-ahfinders/hemi5.par
@@ -0,0 +1,58 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH ADMBase ADMCoupling CoordGauge Exact AHFinderDirect"
+
+# flesh
+cactus::cctk_itlast = 0
+
+# PUGH
+driver::ghost_size = 2
+driver::global_nx = 31
+driver::global_ny = 31
+driver::global_nz = 17
+
+# CartGrid3D
+grid::domain = "bitant"
+grid::avoid_origin = "false"
+grid::type = "byspacing"
+grid::dxyz = 0.2
+
+# ADMBase
+ADMBase::initial_lapse = "exact"
+ADMBase::initial_shift = "exact"
+ADMBase::initial_data = "exact"
+ADMBase::lapse_evolution_method = "static"
+ADMBase::shift_evolution_method = "static"
+ADMBase::metric_type = "physical"
+
+# Exact
+Exact::exact_model = "Kerr/Kerr-Schild"
+Exact::Kerr_KerrSchild__mass = 1.0
+Exact::Kerr_KerrSchild__spin = 0.6
+
+AHFinderDirect::find_AHs_at_postinitial = "true"
+AHFinderDirect::find_AHs_at_poststep = "false"
+AHFinderDirect::verbose_level = "algorithm details"
+AHFinderDirect::print_timing_stats = "true"
+
+AHFinderDirect::method = "horizon function"
+AHFinderDirect::final_H_update_if_exit_x_H_small = "true"
+AHFinderDIrect::surface_integral_method = "Simpson's rule (variant)"
+AHFinderDirect::h_base_file_name = "hemi5.h"
+AHFinderDirect::H_of_h_base_file_name = "hemi5.H"
+
+AHFinderDirect::N_horizons = 1
+AHFinderDirect::origin_x[1] = 0.5
+AHFinderDirect::origin_y[1] = 0.7
+AHFinderDirect::origin_z[1] = 0.0
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::geometry_interpolator_pars = "order=3 out_of_range_tolerance={-1.0 -1.0 -1.0 -1.0 -1.0 -1.0}"
+
+AHFinderDirect::initial_guess_method = "Kerr/Kerr-Schild"
+AHFinderDirect::initial_guess__Kerr_KerrSchild__x_posn[1] = 0.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__y_posn[1] = 0.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__z_posn[1] = 0.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__mass[1] = 1.0
+AHFinderDirect::initial_guess__Kerr_KerrSchild__spin[1] = 0.6
diff --git a/run/test-ahfinderdirect/test-both-ahfinders/try.par b/run/test-ahfinderdirect/test-both-ahfinders/try.par
new file mode 100644
index 0000000..1c79cae
--- /dev/null
+++ b/run/test-ahfinderdirect/test-both-ahfinders/try.par
@@ -0,0 +1,57 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH ADMBase ADMCoupling CoordGauge Exact AHFinderDirect"
+
+# flesh
+cactus::cctk_itlast = 0
+
+# PUGH
+driver::ghost_size = 2
+driver::global_nx = 31
+driver::global_ny = 31
+driver::global_nz = 17
+
+# CartGrid3D
+grid::domain = "bitant"
+grid::avoid_origin = "false"
+grid::type = "byspacing"
+grid::dxyz = 0.2
+
+# ADMBase
+ADMBase::initial_lapse = "exact"
+ADMBase::initial_shift = "exact"
+ADMBase::initial_data = "exact"
+ADMBase::lapse_evolution_method = "static"
+ADMBase::shift_evolution_method = "static"
+ADMBase::metric_type = "physical"
+
+# Exact
+Exact::exact_model = "Kerr/Kerr-Schild"
+Exact::Kerr_KerrSchild__mass = 1.0
+Exact::Kerr_KerrSchild__spin = 0.6
+
+AHFinderDirect::find_AHs_at_postinitial = "true"
+AHFinderDirect::find_AHs_at_poststep = "false"
+AHFinderDirect::verbose_level = "algorithm details"
+AHFinderDirect::print_timing_stats = "true"
+
+AHFinderDirect::method = "Newton solve"
+AHFinderDirect::final_H_update_if_exit_x_H_small = "true"
+AHFinderDIrect::surface_integral_method = "Simpson's rule (variant)"
+AHFinderDirect::h_base_file_name = "try.h"
+AHFinderDirect::H_of_h_base_file_name = "try.H"
+
+AHFinderDirect::N_horizons = 1
+AHFinderDirect::origin_x[1] = 0.5
+AHFinderDirect::origin_y[1] = 0.7
+AHFinderDirect::origin_z[1] = 0.0
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::geometry_interpolator_pars = "order=3 out_of_range_tolerance={-1.0 -1.0 -1.0 -1.0 -1.0 -1.0}"
+
+AHFinderDirect::initial_guess_method = "sphere"
+AHFinderDirect::initial_guess__sphere__x_center[1] = -0.2
+AHFinderDirect::initial_guess__sphere__y_center[1] = 0.3
+AHFinderDirect::initial_guess__sphere__z_center[1] = 0.0
+AHFinderDirect::initial_guess__sphere__radius[1] = 2.0
diff --git a/run/test-ahfinderdirect/test-patch-system/derivatives-2.5.par b/run/test-ahfinderdirect/test-patch-system/derivatives-2.5.par
new file mode 100644
index 0000000..7d800f1
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/derivatives-2.5.par
@@ -0,0 +1,28 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 2.5
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "derivatives"
+AHFinderDirect::which_derivs = 63
diff --git a/run/test-ahfinderdirect/test-patch-system/derivatives-5.par b/run/test-ahfinderdirect/test-patch-system/derivatives-5.par
new file mode 100644
index 0000000..5aeedb7
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/derivatives-5.par
@@ -0,0 +1,28 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "derivatives"
+AHFinderDirect::which_derivs = 63
diff --git a/run/test-ahfinderdirect/test-patch-system/gridfn.par b/run/test-ahfinderdirect/test-patch-system/gridfn.par
new file mode 100644
index 0000000..a6f4122
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/gridfn.par
@@ -0,0 +1,28 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "gridfn"
+AHFinderDirect::which_derivs = 63
diff --git a/run/test-ahfinderdirect/test-patch-system/synchronize-2.5.par b/run/test-ahfinderdirect/test-patch-system/synchronize-2.5.par
new file mode 100644
index 0000000..dbe13f4
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/synchronize-2.5.par
@@ -0,0 +1,28 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 2.5
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "synchronize"
+AHFinderDirect::which_derivs = 63
diff --git a/run/test-ahfinderdirect/test-patch-system/synchronize-5.par b/run/test-ahfinderdirect/test-patch-system/synchronize-5.par
new file mode 100644
index 0000000..d2d2ea7
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/synchronize-5.par
@@ -0,0 +1,28 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "synchronize"
+AHFinderDirect::which_derivs = 63
diff --git a/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-fast.par b/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-fast.par
new file mode 100644
index 0000000..404009a
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-fast.par
@@ -0,0 +1,31 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "synchronize Jacobian"
+AHFinderDirect::which_derivs = 63
+AHFinderDirect::NP_Jacobian__perturbation_amplitude = 1.0e-6
+AHFinderDirect::NP_Jacobian__perturb_all_y_patch_points = "false"
+AHFinderDirect::Jacobian_file_name = "synchronize-Jacobian-fast.dat"
diff --git a/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-order1.par b/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-order1.par
new file mode 100644
index 0000000..2928f92
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian-order1.par
@@ -0,0 +1,31 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=1"
+
+AHFinderDirect::which_test = "synchronize Jacobian"
+AHFinderDirect::which_derivs = 63
+AHFinderDirect::NP_Jacobian__perturbation_amplitude = 1.0e-6
+AHFinderDirect::NP_Jacobian__perturb_all_y_patch_points = "true"
+AHFinderDirect::Jacobian_file_name = "synchronize-Jacobian-order1.dat"
diff --git a/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian.par b/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian.par
new file mode 100644
index 0000000..0b8898b
--- /dev/null
+++ b/run/test-ahfinderdirect/test-patch-system/synchronize-Jacobian.par
@@ -0,0 +1,30 @@
+# parameter file for patch system test
+ActiveThorns = "CartGrid3D LocalInterp PUGH AHFinderDirect"
+
+# PUGH
+driver::ghost_size = 0
+driver::global_nx = 61
+driver::global_ny = 61
+driver::global_nz = 61
+
+# CartGrid3D
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -3.0
+grid::xyzmax = 3.0
+
+AHFinderDirect::origin_x = 0.0
+AHFinderDirect::origin_y = 0.0
+AHFinderDirect::origin_z = 0.0
+AHFinderDirect::patch_system_type = "full sphere"
+AHFinderDirect::N_ghost_points = 2
+AHFinderDirect::N_overlap_points = 1
+AHFinderDirect::delta_drho_dsigma = 5.0
+
+AHFinderDirect::interpatch_interpolator_name = "generalized polynomial interpolation"
+AHFinderDirect::interpatch_interpolator_pars = "order=3"
+
+AHFinderDirect::which_test = "synchronize Jacobian"
+AHFinderDirect::which_derivs = 63
+AHFinderDirect::NP_Jacobian__perturbation_amplitude = 1.0e-6
+AHFinderDirect::Jacobian_file_name = "synchronize-Jacobian.dat"