Skip to content

Commit

Permalink
rename solution to initial guess
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Oct 15, 2024
1 parent 6b2678b commit 94e7ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/OGL/lduLduBase.H
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public:

PersistentVector<scalar> dist_x{
psi.begin(),
this->fieldName() + "_solution",
this->fieldName() + "_initial_guess",
db_,
exec_handler_,
dist_A_v,
Expand Down

0 comments on commit 94e7ad1

Please sign in to comment.