WarpX
Loading...
Searching...
No Matches
VirtualPhotonCreation.H
Go to the documentation of this file.
1/* Copyright 2025 Arianna Formenti, Peter Kicsiny
2 *
3 * This file is part of WarpX.
4 *
5 * License: BSD-3-Clause-LBNL
6 */
7
8#ifndef WARPX_VIRTUAL_PHOTONS_H_
9#define WARPX_VIRTUAL_PHOTONS_H_
10
12
14{
15
37void GenerateVirtualPhotons (MultiParticleContainer* mypc);
38
39}
40
41#endif // WARPX_VIRTUAL_PHOTONS_H_
Definition VirtualPhotonCreation.cpp:29
void GenerateVirtualPhotons(MultiParticleContainer *mypc)
Definition VirtualPhotonCreation.cpp:35