Skip to content

Commit

Permalink
Update source/simulator/parameters.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Gassmoeller <[email protected]>
  • Loading branch information
YiminJin and gassmoeller authored Jul 11, 2024
1 parent e305776 commit f5cbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/simulator/parameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ namespace aspect
prm.declare_entry ("WENO linear weight of neighbor cells", "0.001",
Patterns::Double(0.0, 1.0),
"The linear weight of neighbor cells in WENO scheme. The larger this value is, "
"the more information of neighbor cells will be involved in the polynomial "
"the more weight is given to information from neighbor cells when reconstructing the polynomial "
"reconstruction. See \\cite{zhong:etal:2013} for detail.");
}
prm.leave_subsection ();
Expand Down

0 comments on commit f5cbc1c

Please sign in to comment.