OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
IpplParticleBase.hpp File Reference
#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>
Include dependency graph for IpplParticleBase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class PLayout>
std::ostream & operator<< (std::ostream &out, const IpplParticleBase< PLayout > &P)

Function Documentation

◆ operator<<()

template<class PLayout>
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().

Here is the call graph for this function: