WarpX
OpenPMDHelpFunction.H
Go to the documentation of this file.
1 /* Copyright 2023 The WarpX Community
2  *
3  * This file is part of WarpX.
4  *
5  * Authors: Juliette Pech, Axel Huebl
6  * License: BSD-3-Clause-LBNL
7  */
8 #ifndef WARPX_OPENPMDHELPFUNCTION_H_
9 #define WARPX_OPENPMDHELPFUNCTION_H_
10 
11 #ifdef WARPX_USE_OPENPMD
12 # include <openPMD/openPMD.hpp>
13 #endif
14 #include <string>
15 
16 
21 std::string
23 
24 #ifdef WARPX_USE_OPENPMD
34 unsigned long
36 #endif
37 
38 #endif // WARPX_OPENPMDHELPFUNCTION_H_
std::string WarpXOpenPMDFileType()
Definition: OpenPMDHelpFunction.cpp:15
unsigned long num_already_flushed(openPMD::ParticleSpecies &currSpecies)
Definition: OpenPMDHelpFunction.cpp:36