|
peclet-dem
Performance-portable XPBD Discrete Element Method (Kokkos + ArborX)
|
#include <mpi.h>#include <array>#include <cstdint>#include <cstdio>#include <cstring>#include <vector>#include "peclet/core/common/types.hpp"#include "peclet/core/decomp/block_decomposer.hpp"#include "peclet/core/halo/particle_migrator.hpp"Go to the source code of this file.
Classes | |
| struct | PackingParticle |
Functions | |
| static double | frac (std::uint64_t x) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 43 of file test_particle_migration.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 50 of file test_particle_migration.cpp.
References dmin, frac(), PackingParticle::id, and PackingParticle::pos.