Skip to content

Commit

Permalink
Changing output text in print_nonlinear_residual()
Browse files Browse the repository at this point in the history
  • Loading branch information
itopcuoglu committed Sep 30, 2024
1 parent 508bd25 commit 9da45f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/utilities/console_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void print_nonlinear_residual(
}
}

amrex::Print() << "Non-linear residual for u " << rms_vel[0] << " v "
amrex::Print() << "Norm of change over advection iterations in u " << rms_vel[0] << " v "
<< rms_vel[1] << " w " << rms_vel[2] << std::endl;
}

Expand Down

0 comments on commit 9da45f4

Please sign in to comment.