|
| template<typename ParticleReal > |
| std::size_t | amrex::particle_detail::PSizeInFile (const Vector< int > &wrc, const Vector< int > &wic) |
| |
| template<class Container , class PTile , class F > |
| void | amrex::particle_detail::fillFlagsGpu (Container &pflags, const PTile &ptile, F const &f) |
| |
| template<class Container , class PTile , class F > |
| void | amrex::particle_detail::fillFlagsCpu (Container &pflags, const PTile &ptile, F const &f) |
| |
| template<template< class, class > class Container, class Allocator , class PTile , class F > |
| void | amrex::particle_detail::fillFlags (Container< int, Allocator > &pflags, const PTile &ptile, F const &f) |
| |
| template<class Container , class PC > |
| amrex::Long | amrex::particle_detail::countFlagsGpu (const Vector< std::map< std::pair< int, int >, Container > > &particle_io_flags, const PC &pc) |
| |
| template<class Container > |
| amrex::Long | amrex::particle_detail::countFlagsGpu (const Container &pflags) |
| |
| template<class Container , class PC > |
| amrex::Long | amrex::particle_detail::countFlagsCpu (const Vector< std::map< std::pair< int, int >, Container > > &particle_io_flags, const PC &pc) |
| |
| template<class Container > |
| amrex::Long | amrex::particle_detail::countFlagsCpu (const Container &pflags) |
| |
| template<template< class, class > class Container, class Allocator , class PC > |
| amrex::Long | amrex::particle_detail::countFlags (const Vector< std::map< std::pair< int, int >, Container< int, Allocator > > > &particle_io_flags, const PC &pc) |
| |
| template<template< class, class > class Container, class Allocator > |
| amrex::Long | amrex::particle_detail::countFlags (const Container< int, Allocator > &pflags) |
| |
| template<typename I > |
| __host__ __device__ void | amrex::particle_detail::packParticleIDs (I *idata, const std::uint64_t idcpu, bool is_checkpoint) noexcept |
| |
| template<class PTD > |
| __host__ __device__ void | amrex::particle_detail::rPackParticleData (const PTD &ptd, int idx, typename PTD::RealType *rdata_ptr, const int *write_real_comp) |
| |
| template<class PTD > |
| __host__ __device__ void | amrex::particle_detail::iPackParticleData (const PTD &ptd, int idx, typename PTD::IntType *idata_ptr, const int *write_int_comp, bool is_checkpoint) |
| |
| template<class PC > |
| void | amrex::particle_detail::packIODataGpu (Vector< int > &idata, Vector< ParticleReal > &rdata, const PC &pc, int lev, int grid, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::map< std::pair< int, int >, typename PC::IntVector > > &particle_io_flags, const Vector< int > &tiles, int np, bool is_checkpoint) |
| |
| template<class PC > |
| void | amrex::particle_detail::packIODataCpu (Vector< int > &idata, Vector< ParticleReal > &rdata, const PC &pc, int lev, int grid, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::map< std::pair< int, int >, typename PC::IntVector > > &particle_io_flags, const Vector< int > &tiles, int np, bool is_checkpoint) |
| |
| template<class PC > |
| void | amrex::particle_detail::packIOData (Vector< int > &idata, Vector< ParticleReal > &rdata, const PC &pc, int lev, int grid, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::map< std::pair< int, int >, typename PC::IntVector > > &particle_io_flags, const Vector< int > &tiles, int np, bool is_checkpoint) |
| |
| template<class PC , class F , std::enable_if_t< IsParticleContainer< PC >::value, int > foo = 0> |
| void | amrex::WriteBinaryParticleDataSync (PC const &pc, const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, F const &f, bool is_checkpoint) |
| |
| template<class PC , std::enable_if_t< IsParticleContainer< PC >::value, int > foo = 0> |
| void | amrex::WriteBinaryParticleDataAsync (PC const &pc, const std::string &dir, const std::string &name, const Vector< int > &write_real_comp, const Vector< int > &write_int_comp, const Vector< std::string > &real_comp_names, const Vector< std::string > &int_comp_names, bool is_checkpoint) |
| |