Canoe
Comprehensive Atmosphere N' Ocean Engine
particle_exchanger.cpp
Go to the documentation of this file.
1
// C/C++ headers
2
#include <sstream>
3
// #include <cstddef>
4
#include <functional>
// hash
5
#include <iostream>
6
7
// n-body
8
#include "
particle_data.hpp
"
9
#include "
particle_exchanger.hpp
"
10
#include "particle_group.hpp"
11
12
#ifdef MPI_PARALLEL
13
// defined in main.cpp
14
extern
MPI_Datatype MPI_PARTICLE;
15
#endif
16
17
ParticleExchanger::ParticleExchanger
(ParticleGroup *pg) : pmy_particle(pg) {}
18
19
ParticleExchanger::~ParticleExchanger
() {}
20
21
void
ParticleExchanger::SendParticle() {}
22
23
void
ParticleExchanger::RecvParticle() {}
24
25
void
ParticleExchanger::ClearBoundary() {}
ParticleExchanger::~ParticleExchanger
~ParticleExchanger()
Definition:
particle_exchanger.hpp:28
ParticleExchanger::ParticleExchanger
ParticleExchanger(Particle *pg)
Definition:
particle_exchanger.hpp:26
particle_data.hpp
particle_exchanger.hpp
src
nbody
z.to_do
particle_exchanger.cpp
Generated by
1.9.1