Skip to content

Commit

Permalink
Update precompilation input deck to reflect updated collisions options.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hardman committed Apr 30, 2024
1 parent b860d61 commit 6b75c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/precompile_run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ for input ∈ [base_input, cheb_input, wall_bc_input, wall_bc_cheb_input]
end

collisions_input = merge(wall_bc_cheb_input, Dict("n_neutral_species" => 0,
"nuii" => 1.0,
"krook_collisions" => Dict{String,Any}("use_krook" => true),
"fokker_planck_collisions" => Dict{String,Any}("use_fokker_planck" => true, "self_collisions" => true, "slowing_down_test" => true),
"vperp_discretization" => "gausslegendre_pseudospectral",
"vpa_discretization" => "gausslegendre_pseudospectral",
))
Expand Down

0 comments on commit 6b75c63

Please sign in to comment.