PlasCom2  1.0
XPACC Multi-physics simluation application
MaxwellUtil.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Maxwell
 
 Maxwell::util
 

Functions

template<typename GridType , typename StateType >
int SetupMaxwellStateAndParameters (const GridType &inGrid, StateType &inState, StateType &inParams)
 
template<typename GridType , typename StateType >
int InitializeMaxwellStateConstFields (const GridType &inGrid, StateType &inState, double *constE, double *constB, double *constJ, double &constEps, double &constMu, bool everyWhere=false)
 
template<typename GridType , typename StateType >
int InitializeMaxwellStateGridIndices (const GridType &inGrid, StateType &inState)
 
template<typename GridType , typename StateType >
int InitializeMaxwellParameters (const GridType &inGrid, StateType &inParams, double CFLValue)
 
template<typename GridType , typename StateType >
int InitializeGaussianPulse1DXDir (const GridType &inGrid, StateType &inState, StateType &inParams, const std::vector< double > &inputParams, const std::vector< int > &inputFlags, int threadID)