ImpactX
Loading...
Searching...
No Matches
Gauss3dPush.H
Go to the documentation of this file.
1/* Copyright 2022-2023 The Regents of the University of California, through Lawrence
2 * Berkeley National Laboratory (subject to receipt of any required
3 * approvals from the U.S. Dept. of Energy). All rights reserved.
4 *
5 * This file is part of ImpactX.
6 *
7 * Authors: Ji Qiang
8 * License: BSD-3-Clause-LBNL
9 */
10#ifndef IMPACT_GAUSS3D_PUSH_H
11#define IMPACT_GAUSS3D_PUSH_H
12
14
15#include <AMReX_REAL.H>
16
17
19{
33 void Gauss3dPush (
34 ImpactXParticleContainer & pc,
35 amrex::ParticleReal slice_ds
36 );
37
38} // namespace impactx::particles::spacecharge
39
40#endif // IMPACT_GAUSS3D_PUSH_H
Definition ForceFromSelfFields.cpp:18
void Gauss3dPush(ImpactXParticleContainer &pc, amrex::ParticleReal const slice_ds)
Definition Gauss3dPush.cpp:108