ESyS-Particle  2.3.4
pp_array.hpp File Reference
#include "Foundation/console.h"
#include <iostream>
#include <sstream>
#include <stdexcept>
#include <math.h>
#include "ntable/src/nt_slab.h"
#include <utility>
Include dependency graph for pp_array.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
ostream & operator<< (ostream &ost, const ParallelParticleArray< T > &ppa)
 

Function Documentation

◆ operator<<()

template<typename T >
ostream& operator<< ( ostream &  ost,
const ParallelParticleArray< T > &  ppa 
)

output a particle array to an iostream. – for debugging only –

Parameters
ostthe output stream
ppathe particle array

References ParallelParticleArray< T >::m_nt.