OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include "Particle/IpplParticleBase.h"
#include "Particle/ParticleLayout.h"
#include "Particle/ParticleAttrib.h"
#include "Message/Message.h"
#include "Message/Communicate.h"
#include "Utility/Inform.h"
#include "Utility/PAssert.h"
#include "Utility/IpplInfo.h"
#include "Utility/IpplStats.h"
#include "Utility/IpplException.h"
#include <algorithm>
Go to the source code of this file.
Functions | |
template<class PLayout > | |
std::ostream & | operator<< (std::ostream &out, const IpplParticleBase< PLayout > &P) |
std::ostream & operator<< | ( | std::ostream & | out, |
const IpplParticleBase< PLayout > & | P | ||
) |
Definition at line 748 of file IpplParticleBase.hpp.
References IpplParticleBase< PLayout >::getLayout(), IpplParticleBase< PLayout >::getLocalNum(), IpplParticleBase< PLayout >::getTotalNum(), and IpplParticleBase< PLayout >::numAttributes().