Skip to content

Commit

Permalink
clean up : verbose names
Browse files Browse the repository at this point in the history
  • Loading branch information
prkkumar committed Apr 9, 2024
1 parent b54f413 commit 8cd7d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Evolve/WarpXEvolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ WarpX::OneStep_nosub (Real cur_time)
// fill boundary here
}
if (WarpX::yee_coupled_solver_algo == CoupledYeeSolver::MaxwellFerroE) {
amrex::Print() << " in evolve ferroe j\n";
amrex::Print() << " in evolve ferroelectric j\n";
m_ferroe->EvolveFerroEJ(dt[0]); // J^(n-1/2) to J^(n+1/2) using E^(n)
EvolveB(0.5_rt * dt[0], DtType::FirstHalf); // We now have B^{n+1/2}
FillBoundaryJ(guard_cells.ng_alloc_EB);
Expand Down
2 changes: 1 addition & 1 deletion Source/FieldSolver/FerroE/FerroE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FerroE::InitData()
void
FerroE::EvolveFerroEJ (amrex::Real dt)
{
amrex::Print() << " evolve FerroE J using E\n";
amrex::Print() << " evolve Ferroelectric J using E\n";
auto & warpx = WarpX::GetInstance();
const int lev = 0;

Expand Down

0 comments on commit 8cd7d50

Please sign in to comment.