ImpactX
Loading...
Searching...
No Matches
Gauss2p5dPush.H
Go to the documentation of this file.
1/* Copyright 2022-2025 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_GAUSS2p5D_PUSH_H
11#define IMPACT_GAUSS2p5D_PUSH_H
12
14
15#include <AMReX_REAL.H>
16
17
19{
32 void Gauss2p5dPush (
33 ImpactXParticleContainer & pc,
34 amrex::ParticleReal slice_ds
35 );
36
37} // namespace impactx::particles::spacecharge
38
39#endif // IMPACT_GAUSS2p5D_PUSH_H
Definition ForceFromSelfFields.cpp:20
void Gauss2p5dPush(ImpactXParticleContainer &pc, amrex::ParticleReal const slice_ds)
Definition Gauss2p5dPush.cpp:147