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