Skip to content

Commit

Permalink
Update SIMPLENonlinearAssembly.C idaholab#27800 idaholab#27887 idahol…
Browse files Browse the repository at this point in the history
  • Loading branch information
freiler authored Jun 17, 2024
1 parent c0a984b commit b1f7cb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ SIMPLENonlinearAssembly::execute()
size_t residual_index = 0;

// Execute all objects tagged as nonlinear
// This will execute everything in the problem at nonlinear, including the aux kernels.
// This way we compute the aux kernels before the momentum equations are solved.
_problem.execute(EXEC_NONLINEAR);

// We clear the caches in the momentum and pressure variables
Expand Down

0 comments on commit b1f7cb1

Please sign in to comment.