Skip to content

Commit

Permalink
Fixed linear mms
Browse files Browse the repository at this point in the history
  • Loading branch information
larsson4 committed May 1, 2024
1 parent 1cd6af2 commit f825bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sketches/nlelast_mms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ int main(int argc, char *argv[])
rhs2[u_ess_tdof[i]] = 0.0;
} */

//rhs += rhs1;
kappa = 0.0;
rhs += rhs1;
//kappa = 0.0;
cout<<"rhs.Norml2() is: "<<rhs.Norml2()<<endl;
rhs += rhs2;
cout<<"rhs.Norml2() is: "<<rhs.Norml2()<<endl;
Expand Down

0 comments on commit f825bfa

Please sign in to comment.