Go to the source code of this file.
|
| template<int T_NStructReal, int T_NStructInt, int T_NArrayReal = 0, int T_NArrayInt = 0> |
| using | amrex::NeighborParticleContainer = NeighborParticleContainer_impl< Particle< T_NStructReal, T_NStructInt >, T_NArrayReal, T_NArrayInt > |
| |
| template<int T_NArrayReal, int T_NArrayInt, template< class > class Allocator = DefaultAllocator, class CellAssignor = DefaultAssignor> |
| using | amrex::NeighborParticleContainerPureSoA = NeighborParticleContainer_impl< SoAParticle< T_NArrayReal, T_NArrayInt >, T_NArrayReal, T_NArrayInt, Allocator, CellAssignor > |
| |