Skip to content

Commit

Permalink
write out rhs
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Oct 15, 2024
1 parent 1c9a9ea commit 7217e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/OGL/lduLduBase.H
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ public:
solver_controls_.lookupOrDefault<Switch>("export", false));
if (export_system && db_.time().writeTime()) {
bool write_global(
solver_controls_.lookupOrDefault<Switch>("writeGlobal", false));
solver_controls_.lookupOrDefault<Switch>("writeGlobal", true));
LOG_0(verbose_, "Export system")
dist_b.write();
write_distributed(exec_handler_, this->fieldName(), db_, dist_A_v,
write_global);
dist_b.write();
}

LOG_1(verbose_, "start create solver")
Expand Down

0 comments on commit 7217e88

Please sign in to comment.