IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
Inform.cpp File Reference
#include "Ippl.h"
#include "Utility/Inform.h"
#include <cstring>
#include <fstream>
Include dependency graph for Inform.cpp:

Go to the source code of this file.

Functions

Informendl (Inform &inf)
Informlevel1 (Inform &inf)
Informlevel2 (Inform &inf)
Informlevel3 (Inform &inf)
Informlevel4 (Inform &inf)
Informlevel5 (Inform &inf)

Variables

constexpr int MIN_INFORM_LEVEL = 1
constexpr int MAX_INFORM_LEVEL = 5

Function Documentation

◆ endl()

Inform & endl ( Inform & inf)

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ level1()

Inform & level1 ( Inform & inf)

Definition at line 48 of file Inform.cpp.

References Inform::setMessageLevel().

Referenced by Timing::print().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ level2()

Inform & level2 ( Inform & inf)

Definition at line 51 of file Inform.cpp.

References Inform::setMessageLevel().

Here is the call graph for this function:

◆ level3()

Inform & level3 ( Inform & inf)

Definition at line 54 of file Inform.cpp.

References Inform::setMessageLevel().

Here is the call graph for this function:

◆ level4()

Inform & level4 ( Inform & inf)

Definition at line 57 of file Inform.cpp.

References Inform::setMessageLevel().

Here is the call graph for this function:

◆ level5()

Inform & level5 ( Inform & inf)

Definition at line 60 of file Inform.cpp.

References Inform::setMessageLevel().

Here is the call graph for this function:

Variable Documentation

◆ MAX_INFORM_LEVEL

int MAX_INFORM_LEVEL = 5
constexpr

Definition at line 36 of file Inform.cpp.

Referenced by Inform::setMessageLevel(), and Inform::setOutputLevel().

◆ MIN_INFORM_LEVEL

int MIN_INFORM_LEVEL = 1
constexpr