Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 14, 2023
1 parent 594372c commit a0fdfaa
Show file tree
Hide file tree
Showing 25 changed files with 6,019 additions and 5,650 deletions.
2,128 changes: 1,095 additions & 1,033 deletions Source/Efield/PeleLMEFNLSolve.cpp

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Source/Efield/PeleLMEFPoisson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ using namespace amrex;
void
PeleLM::poissonSolveEF(const TimeStamp& a_time)
{
BL_PROFILE("PeleLMeX::poissonSolveEF()");
if (ef_verbose) {
Print() << " EF Poisson solve \n";
}
BL_PROFILE("PeleLMeX::poissonSolveEF()");
if (ef_verbose) {
Print() << " EF Poisson solve \n";
}

// Get the phiV BCRec
auto bcRecPhiV = fetchBCRecArray(PHIV, 1);
Expand Down
6 changes: 4 additions & 2 deletions Source/Efield/PeleLMEFTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

using namespace amrex;

void PeleLM::calcEFTransport(const TimeStamp &a_time) {
BL_PROFILE("PeleLMeX::calcEFTransport()");
void
PeleLM::calcEFTransport(const TimeStamp& a_time)
{
BL_PROFILE("PeleLMeX::calcEFTransport()");

for (int lev = 0; lev <= finest_level; ++lev) {

Expand Down
Loading

0 comments on commit a0fdfaa

Please sign in to comment.