Skip to content

Commit

Permalink
comment about SGS vel RHS
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziekan committed Jan 11, 2024
1 parent 0752cb6 commit 20d5b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libmpdata++/solvers/detail/mpdata_rhs_vip_prs_sgs_common.hpp
Expand Up @@ -135,7 +135,8 @@ namespace libmpdataxx
*this->mem->G,
this->ijk,
this->dijk,
real_t(2.0));
real_t(2.0)); // factor of 2 because it is multiplied by 0.5 * dt in vip_rhs_apply (?)

}
else
{
Expand Down

0 comments on commit 20d5b3b

Please sign in to comment.