OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
ParticleSpatialLayout.h File Reference
#include "Particle/ParticleLayout.h"
#include "Particle/IpplParticleBase.h"
#include "Region/RegionLayout.h"
#include "Message/Message.h"
#include "Message/Format.h"
#include "Message/MsgBuffer.h"
#include "FieldLayout/FieldLayoutUser.h"
#include "Utility/IpplException.h"
#include <cstddef>
#include <functional>
#include <iostream>
#include <map>
#include <memory>
#include <vector>
#include "BoxParticleCachingPolicy.h"
#include <mpi.h>
#include "Particle/ParticleSpatialLayout.hpp"
Include dependency graph for ParticleSpatialLayout.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy >

Functions

template<class T, unsigned Dim, class Mesh, class CachingPolicy>
std::ostream & operator<< (std::ostream &, const ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy > &)

Function Documentation

◆ operator<<()

template<class T, unsigned Dim, class Mesh, class CachingPolicy>
std::ostream & operator<< ( std::ostream & out,
const ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy > & L )

Definition at line 245 of file ParticleSpatialLayout.hpp.

References ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy >::getLayout(), ParticleSpatialLayout< T, Dim, Mesh, CachingPolicy >::getNodeCount(), and IpplInfo::getNodes().

Here is the call graph for this function: