PlasCom2  1.0
XPACC Multi-physics simluation application
RunMaxwellSolver.C File Reference
#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"
Include dependency graph for RunMaxwellSolver.C:

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)
 

Macro Definition Documentation

◆ EPS0

#define EPS0   8.85418782e-12

Definition at line 13 of file RunMaxwellSolver.C.

Referenced by application::RunMaxwellSolver().

◆ MU0

#define MU0   1.25663706e-6

Definition at line 14 of file RunMaxwellSolver.C.

Referenced by application::RunMaxwellSolver().

Function Documentation

◆ ReportTimings()

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

Here is the caller graph for this function: