|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <iomanip>#include <iostream>#include <sstream>Go to the source code of this file.
Classes | |
| class | Inform |
Macros | |
| #define | INFORM_ALL_NODES (-1) |
Functions | |
| Inform & | endl (Inform &) |
| Inform & | level1 (Inform &) |
| Inform & | level2 (Inform &) |
| Inform & | level3 (Inform &) |
| Inform & | level4 (Inform &) |
| Inform & | level5 (Inform &) |
| template<class T> | |
| Inform & | operator<< (Inform &o, const T &val) |
| Inform & | operator<< (Inform &o, Inform &(*d)(Inform &)) |
| Inform & | operator<< (Inform &o, const void *val) |
| Inform & | operator<< (Inform &o, const long long &val) |
| Inform & | operator<< (Inform &out, const std::string &s) |
| #define INFORM_ALL_NODES (-1) |
Definition at line 38 of file Inform.h.
Referenced by ippl::initialize(), and main().
Definition at line 42 of file Inform.cpp.
References Inform::outputMessage().
Referenced by ippl::abort(), ChargedParticles< PLayout, T, Dim >::dumpBumponTail(), BumponTailInstabilityManager< T, Dim >::dumpBumponTailInstability(), ChargedParticles< PLayout, T, Dim >::dumpData(), PenningTrapManager< T, Dim >::dumpData(), ChargedParticles< PLayout, T, Dim >::dumpLandau(), LandauDampingManager< T, Dim >::dumpLandau(), ChargedParticles< PLayout, T, Dim >::dumpParticleData(), dumpVTK(), dumpVTK(), ChargedParticles< PLayout, T, Dim >::gatherStatistics(), ippl::initialize(), BumponTailInstabilityManager< T, Dim >::initializeParticles(), LandauDampingManager< T, Dim >::initializeParticles(), PenningTrapManager< T, Dim >::initializeParticles(), ChargedParticles< PLayout, T, Dim >::initSolver(), FieldSolver< T, Dim >::initSolver(), main(), ippl::ParticleAttrib< ippl::Vector< double, 2 > >::operator=(), AlpineManager< T, Dim >::post_step(), BumponTailInstabilityManager< T, Dim >::pre_run(), LandauDampingManager< T, Dim >::pre_run(), PenningTrapManager< T, Dim >::pre_run(), AlpineManager< T, Dim >::pre_step(), Timing::print(), Timing::print(), ChargedParticles< PLayout, T, Dim >::runSolver(), FieldSolver< T, Dim >::runSolver(), AlpineManager< T, Dim >::scatterCIC(), ChargedParticles< PLayout, T, Dim >::scatterCIC(), and ippl::mpi::Communicator::writeLogsToFile().
Definition at line 48 of file Inform.cpp.
References Inform::setMessageLevel().
Referenced by Timing::print().
Definition at line 51 of file Inform.cpp.
References Inform::setMessageLevel().
Definition at line 54 of file Inform.cpp.
References Inform::setMessageLevel().
Definition at line 57 of file Inform.cpp.
References Inform::setMessageLevel().
Definition at line 60 of file Inform.cpp.
References Inform::setMessageLevel().
Definition at line 191 of file Inform.h.
References Inform::getStream().
Definition at line 172 of file Inform.h.
References Inform::getStream().
Definition at line 183 of file Inform.h.
References Inform::getStream(), and Inform::setf().