aboutsummaryrefslogtreecommitdiff
path: root/run/test-patch-system/synchronize-Jacobian.par
blob: 0b8898bc5e69e63e575f4e0044ca829d479be051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"