WarpX
Fields.H
Go to the documentation of this file.
1 /* Copyright 2024 Luca Fedeli
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 #ifndef WARPX_FIELDS_H_
8 #define WARPX_FIELDS_H_
9 
10 namespace warpx::fields
11 {
12  enum struct FieldType : int
13  {
14  Efield_aux,
15  Bfield_aux,
16  Efield_fp,
17  Bfield_fp,
18  current_fp,
20  rho_fp,
21  F_fp,
22  G_fp,
23  phi_fp,
25  Efield_cp,
26  Bfield_cp,
27  current_cp,
28  rho_cp,
29  F_cp,
30  G_cp,
32  face_areas,
37  };
38 }
39 
40 #endif //WARPX_FIELDS_H_
const int[]
Definition: Fields.H:11
FieldType
Definition: Fields.H:13