Skip to content

Commit

Permalink
nrpy/examples/*blackhole_spectroscopy.py: Update parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zachetienne committed Jun 20, 2024
1 parent 6e3dc2e commit 3c4e50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nrpy/examples/blackhole_spectroscopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
TP_npoints_phi = 4

enable_KreissOliger_dissipation = True
KreissOliger_strength_mult_by_W = True
enable_CAKO = True
KreissOliger_strength_gauge = 0.99
KreissOliger_strength_nongauge = 0.1
LapseEvolutionOption = "OnePlusLog"
Expand Down Expand Up @@ -171,7 +171,7 @@
enable_KreissOliger_dissipation=enable_KreissOliger_dissipation,
LapseEvolutionOption=LapseEvolutionOption,
ShiftEvolutionOption=ShiftEvolutionOption,
KreissOliger_strength_mult_by_W=KreissOliger_strength_mult_by_W,
enable_CAKO=enable_CAKO,
KreissOliger_strength_gauge=KreissOliger_strength_gauge,
KreissOliger_strength_nongauge=KreissOliger_strength_nongauge,
OMP_collapse=OMP_collapse,
Expand Down
4 changes: 2 additions & 2 deletions nrpy/examples/superB_blackhole_spectroscopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
TP_npoints_phi = 4

enable_KreissOliger_dissipation = True
KreissOliger_strength_mult_by_W = True
enable_CAKO = True
KreissOliger_strength_gauge = 0.99
KreissOliger_strength_nongauge = 0.1
LapseEvolutionOption = "OnePlusLog"
Expand Down Expand Up @@ -184,7 +184,7 @@
enable_KreissOliger_dissipation=enable_KreissOliger_dissipation,
LapseEvolutionOption=LapseEvolutionOption,
ShiftEvolutionOption=ShiftEvolutionOption,
KreissOliger_strength_mult_by_W=KreissOliger_strength_mult_by_W,
enable_CAKO=enable_CAKO,
KreissOliger_strength_gauge=KreissOliger_strength_gauge,
KreissOliger_strength_nongauge=KreissOliger_strength_nongauge,
OMP_collapse=OMP_collapse,
Expand Down

0 comments on commit 3c4e50f

Please sign in to comment.