Skip to content
Snippets Groups Projects
Commit 0c44de69 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/TH2M] Fix w_LS computation. Using rho_LR now.

parent f499fcf4
No related branches found
No related tags found
No related merge requests found
......@@ -572,7 +572,7 @@ void TH2MLocalAssembler<
k_over_mu_G * ip.rhoGR * b - k_over_mu_G * gradpGR;
GlobalDimVectorType const w_LS = k_over_mu_L * gradpCap +
k_over_mu_L * ip.rhoGR * b -
k_over_mu_L * ip.rhoLR * b -
k_over_mu_L * gradpGR;
// ---------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment