ImpactX
src
python
pyImpactX.H
Go to the documentation of this file.
1
/* Copyright 2021-2023 The ImpactX Community
2
*
3
* This header is used to centrally define classes that shall not violate the
4
* C++ one-definition-rule (ODR) for various Python translation units.
5
*
6
* Authors: Axel Huebl
7
* License: BSD-3-Clause-LBNL
8
*/
9
#include <pybind11/pybind11.h>
10
#include <pybind11/stl.h>
11
#include <pybind11/stl_bind.h>
12
#include <pybind11/functional.h>
13
14
#include <
particles/elements/All.H
>
15
16
#include <list>
17
18
namespace
py = pybind11;
19
using namespace
impactx
;
20
21
PYBIND11_MAKE_OPAQUE(std::list<KnownElements>)
All.H
impactx
Definition:
ImpactX.cpp:31
Generated by
1.8.13