Go to the source code of this file.
|
| 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) |
| |