aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-04 14:37:56 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-04 14:37:56 +0000
commit9ccdd97b931344e897018d757daebfc2b6ecc25a (patch)
tree9677f3b833edaa86d278af5bbb946d785e5eb47d /run
parent254e5f4b6ef1c7c32ed29021ecab0d93d7a9cb14 (diff)
par files to for ../../src/util/test_patch_system.cc
to test ghost_zone:: synchronize() Jacobian git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@607 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'run')
-rw-r--r--run/test-patch-system/synchronize-Jacobian-fast.par31
-rw-r--r--run/test-patch-system/synchronize-Jacobian-order1.par31
2 files changed, 62 insertions, 0 deletions
diff --git a/run/test-patch-system/synchronize-Jacobian-fast.par b/run/test-patch-system/synchronize-Jacobian-fast.par
new file mode 100644
index 0000000..404009a
--- /dev/null
+++ b/run/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-patch-system/synchronize-Jacobian-order1.par b/run/test-patch-system/synchronize-Jacobian-order1.par
new file mode 100644
index 0000000..2928f92
--- /dev/null
+++ b/run/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"