Skip to content

Commit

Permalink
one more revert to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinRayAngus committed Aug 26, 2024
1 parent 6c31fb7 commit 6c966dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/FieldSolver/ImplicitSolvers/ThetaImplicitEM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ void ThetaImplicitEM::FinishFieldUpdate ( amrex::Real a_new_time )
{
amrex::ignore_unused(a_new_time);

// Eg^{n+1} = (1/theta)*Eg^{n+theta} + (1-1/theta)*Eg^n
// Bg^{n+1} = (1/theta)*Bg^{n+theta} + (1-1/theta)*Bg^n
// Eg^{n+1} = (1/theta)*E_g^{n+theta} + (1-1/theta)*E_g^n
// Bg^{n+1} = (1/theta)*B_g^{n+theta} + (1-1/theta)*B_g^n

const amrex::Real c0 = 1._rt/m_theta;
const amrex::Real c1 = 1._rt - c0;
Expand Down

0 comments on commit 6c966dc

Please sign in to comment.