diff options
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index beb4d3bc8..6a36ebb3e 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -717,6 +717,12 @@ WarpX::AllocLevelData (int lev, const BoxArray& ba, const DistributionMapping& d int ngF = guard_cells.ngF; IntVect ngextra = guard_cells.ngExtra; + Print()<<"ngE "<<ngE<<'\n'; + Print()<<"ngJ "<<ngJ<<'\n'; + Print()<<"ngRho "<<ngRho<<'\n'; + Print()<<"ngF "<<ngF<<'\n'; + Print()<<"ngextra "<<ngextra<<'\n'; + if (mypc->nSpeciesDepositOnMainGrid() && n_current_deposition_buffer == 0) { n_current_deposition_buffer = 1; // This forces the allocation of buffers and allows the code associated |