We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792cc4 commit eb0998dCopy full SHA for eb0998d
src/python/impactx/dashboard/Input/space_charge_configuration/spaceChargeMain.py
@@ -25,7 +25,7 @@ def populate_prob_relative_fields():
25
multigrid_first_field_value = generalFunctions.get_default(
26
"prob_relative_first_value_multigrid", "default_values"
27
)
28
-
+ first_field_value = 0
29
if state.poisson_solver == "fft":
30
first_field_value = fft_first_field_value
31
elif state.poisson_solver == "multigrid":
0 commit comments