WarpX
ExternalField_fwd.H
Go to the documentation of this file.
1 /* Copyright 2023 Luca Fedeli
2  *
3  *
4  * This file is part of WarpX.
5  *
6  * License: BSD-3-Clause-LBNL
7  */
8 #ifndef WARPX_EXTERNAL_FIELD_FWD_H_
9 #define WARPX_EXTERNAL_FIELD_FWD_H_
10 
11 struct ExternalFieldParams;
12 
13 #endif //WARPX_EXTERNAL_FIELD_FWD_H_
Struct to store data related to external electromagnetic fields (flags, field values,...
Definition: ExternalField.H:34