Skip to content

Commit

Permalink
Passing the inonlin argument to do_advance() to enable non-linear ite…
Browse files Browse the repository at this point in the history
…rations for AMR-Wind
  • Loading branch information
itopcuoglu committed Sep 9, 2024
1 parent 67c6fcb commit 0b977c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AMRWind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void AMRWind::pre_advance_stage2(size_t inonlin)

void AMRWind::advance_timestep(size_t inonlin)
{
if (inonlin < 1) m_incflo.do_advance();
m_incflo.do_advance(inonlin);
}

void AMRWind::post_advance() { m_incflo.post_advance_work(); }
Expand Down

0 comments on commit 0b977c0

Please sign in to comment.