Skip to content

Commit

Permalink
query use_cc_proj
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Sep 24, 2024
1 parent e182091 commit 125761d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setup/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void incflo::ReadParameters ()
pp.query("godunov_use_forces_in_trans" , m_godunov_use_forces_in_trans);
pp.query("godunov_include_diff_in_forcing" , m_godunov_include_diff_in_forcing);
pp.query("use_mac_phi_in_godunov" , m_use_mac_phi_in_godunov);
pp.query("use_cc_proj" , m_use_cc_proj);

// What type of redistribution algorithm;
// {NoRedist, FluxRedist, StateRedist}
Expand Down

0 comments on commit 125761d

Please sign in to comment.