#include "pyAMReX.H"
#include <AMReX_ArrayOfStructs.H>
#include <AMReX_GpuAllocators.H>
#include <sstream>
Go to the source code of this file.
|
| template<typename T_ParticleType , template< class > class Allocator = DefaultAllocator> |
| void | make_ArrayOfStructs (py::module &m, std::string allocstr) |
| |
| template<int NReal, int NInt> |
| void | make_ArrayOfStructs (py::module &m) |
| |
◆ make_ArrayOfStructs() [1/2]
template<int NReal, int NInt>
| void make_ArrayOfStructs |
( |
py::module & |
m | ) |
|
◆ make_ArrayOfStructs() [2/2]
template<typename T_ParticleType , template< class > class Allocator = DefaultAllocator>
| void make_ArrayOfStructs |
( |
py::module & |
m, |
|
|
std::string |
allocstr |
|
) |
| |