Skip to content

Commit

Permalink
TestDerivs: update derivs-8th-order.par for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Oct 28, 2024
1 parent 761d801 commit 7c2fa56
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions TestDerivs/test/derivs-8th-order.par
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ CarpetX::xmax = 0.1234567+$pi
CarpetX::ymax = 0.2345678+$pi
CarpetX::zmax = 0.3456789+$pi

CarpetX::periodic_x = "yes"
CarpetX::periodic_y = "yes"
CarpetX::periodic_z = "yes"
Driver::periodic = "yes"
Driver::periodic_x = "yes"
Driver::periodic_y = "yes"
Driver::periodic_z = "yes"

CarpetX::ncells_x = $ncells
CarpetX::ncells_y = $ncells
Expand All @@ -39,7 +40,7 @@ CarpetX::blocking_factor_z = $blocking_factor

CarpetX::max_num_levels = $nlevels
CarpetX::regrid_every = 1
CarpetX::regrid_error_threshold = 0.01
Driver::regrid_error_threshold = 0.01

CarpetX::dtfac = 0.5

Expand Down

0 comments on commit 7c2fa56

Please sign in to comment.