Skip to content
Snippets Groups Projects
Commit 99930447 authored by Fanny CHOPOT's avatar Fanny CHOPOT
Browse files

nouvelle tentative pour Sj, echec

parent 09cc147c
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ public: ...@@ -279,7 +279,7 @@ public:
momentum_fluxes += Fl(l)*Cjr(j,R); momentum_fluxes += Fl(l)*Cjr(j,R);
energy_fluxes += (Gl(l), Cjr(j,R)); energy_fluxes += (Gl(l), Cjr(j,R));
} }
uj[j] -= std::exp(-t)*dt*Vj(j)*Sj(j)+(dt*inv_mj[j]) * momentum_fluxes; uj[j] -= std::exp(-t)*(dt*inv_mj[j])*Vj(j)*Sj(j) + (dt*inv_mj[j]) * momentum_fluxes;
Ej[j] -= (dt*inv_mj[j]) * energy_fluxes; Ej[j] -= (dt*inv_mj[j]) * energy_fluxes;
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment