ImpactX
Loading...
Searching...
No Matches
Deposit1D.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_DEPOSIT1D_PUSH_H
11#define IMPACT_DEPOSIT1D_PUSH_H
12
14
15#include <AMReX_REAL.H>
16
17
19{
33 Deposit1D (
34 ImpactXParticleContainer & pc,
35 amrex::Real bin_min,
36 amrex::Real bin_max,
37 int num_bins
38 );
39
40} // namespace impactx::particles::spacecharge
41
42#endif // IMPACT_DEPOSIT1D_H
amrex_real Real
PODVector< T, ArenaAllocator< T > > DeviceVector
Definition Deposit1D.cpp:24
amrex::Gpu::DeviceVector< amrex::Real > Deposit1D(ImpactXParticleContainer &pc, amrex::Real bin_min, amrex::Real bin_max, int num_bins)
Definition Deposit1D.cpp:27