aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpXProb.cpp
blob: 4b11f75f19d69db4f17ae2f8ead4bd4e7412f886 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <WarpX.H>

using namespace amrex;

void
WarpX::InitLevelData (int lev)
{
    for (int i = 0; i < 3; ++i) {
	current[lev][i]->setVal(0.0);
	Efield[lev][i]->setVal(0.0);
	Bfield[lev][i]->setVal(0.0);
    }
}