ImpactX
Loading...
Searching...
No Matches
src
particles
spacecharge
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
13
#include "
particles/ImpactXParticleContainer.H
"
14
15
#include <
AMReX_REAL.H
>
16
17
18
namespace
impactx::particles::spacecharge
19
{
32
amrex::Gpu::DeviceVector<amrex::Real>
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.H
ImpactXParticleContainer.H
amrex::Real
amrex_real Real
amrex::Gpu::DeviceVector
PODVector< T, ArenaAllocator< T > > DeviceVector
impactx::particles::spacecharge
Definition
Deposit1D.cpp:24
impactx::particles::spacecharge::Deposit1D
amrex::Gpu::DeviceVector< amrex::Real > Deposit1D(ImpactXParticleContainer &pc, amrex::Real bin_min, amrex::Real bin_max, int num_bins)
Definition
Deposit1D.cpp:27
Generated by
1.13.2