WarpX
|
#include "pyWarpX.H"
#include "callbacks.H"
#include <WarpX.H>
#include <Utils/WarpXUtil.H>
#include <Utils/WarpXVersion.H>
#include <Initialization/WarpXAMReXInit.H>
Macros | |
#define | STRINGIFY(x) #x |
#define | MACRO_STRINGIFY(x) STRINGIFY(x) |
#define | CONCAT_NAME(PRE, SUF) PRE ## SUF |
#define | PYWARPX_MODULE_NAME CONCAT_NAME(warpx_pybind_, 2d) |
Functions | |
void | init_BoundaryBufferParIter (py::module &) |
void | init_MultiParticleContainer (py::module &) |
void | init_ParticleBoundaryBuffer (py::module &) |
void | init_PinnedMemoryParticleContainer (py::module &) |
void | init_WarpXParIter (py::module &) |
void | init_WarpXParticleContainer (py::module &) |
void | init_WarpX (py::module &) |
PYBIND11_MODULE (PYWARPX_MODULE_NAME, m) | |
#define CONCAT_NAME | ( | PRE, | |
SUF | |||
) | PRE ## SUF |
#define MACRO_STRINGIFY | ( | x | ) | STRINGIFY(x) |
#define PYWARPX_MODULE_NAME CONCAT_NAME(warpx_pybind_, 2d) |
#define STRINGIFY | ( | x | ) | #x |
void init_BoundaryBufferParIter | ( | py::module & | m | ) |
void init_MultiParticleContainer | ( | py::module & | m | ) |
void init_ParticleBoundaryBuffer | ( | py::module & | m | ) |
void init_PinnedMemoryParticleContainer | ( | py::module & | m | ) |
void init_WarpX | ( | py::module & | m | ) |
void init_WarpXParIter | ( | py::module & | m | ) |
void init_WarpXParticleContainer | ( | py::module & | m | ) |
PYBIND11_MODULE | ( | PYWARPX_MODULE_NAME | , |
m | |||
) |