#include <iomanip>
#include "PlasCom2.H"
#include "EulerRHS.H"
#include "RK4Advancer.H"
#include "PCPPCommUtil.H"
#include "PCPPReport.H"
#include "PCPPIntervalUtils.H"
#include "Initialization.H"
#include "MaxwellSolver.H"
#include "MaxwellUtil.H"
Go to the source code of this file.
Macros | |
#define | EPS0 8.85418782e-12 |
#define | MU0 1.25663706e-6 |
Functions | |
void | ReportTimings (std::vector< std::vector< double > > &inTimers, const char **timerNames, unsigned int nTimes, std::ostream &outStream) |
#define EPS0 8.85418782e-12 |
Definition at line 13 of file RunMaxwellSolver.C.
Referenced by application::RunMaxwellSolver().
#define MU0 1.25663706e-6 |
Definition at line 14 of file RunMaxwellSolver.C.
Referenced by application::RunMaxwellSolver().
void ReportTimings | ( | std::vector< std::vector< double > > & | inTimers, |
const char ** | timerNames, | ||
unsigned int | nTimes, | ||
std::ostream & | outStream | ||
) |
Definition at line 738 of file RunPlasCom2.C.
References timerNames.
Referenced by application::RunMaxwellSolver(), and application::RunPlasCom2().