#include <wmpcmaxwellflux.h>
|
| typedef std::map< std::string, std::string > | replaceMap_t |
| |
| typedef std::map< std::string, std::string > | constantsMap_t |
| |
| typedef std::vector< component_t > | componentList_t |
| |
| static void | replaceKeys (std::string &string, const replaceMap_t &map) |
| |
| std::string | fillAllocationAtIndex (const std::string &indentation, const WmKernelVariable *kVars[], int numKVars, int startIndex=0, const std::string &allocationName="pPVS->rA") const |
| |
| template<typename T > |
| T | readVal (const WxCryptSet &wxc, const std::string &name) const |
| |
| template<typename T > |
| std::vector< T > | readVec (const WxCryptSet &wxc, const std::string &name) const |
| |
| template<typename T > |
| T | readVal (const WxCryptSet &wxc, const std::string &name, const T &defaultValue) const |
| |
| variableTypeList_t | decomposeVariableName (const WxAny &varName) const |
| |
| bool | hasVariable (const WxCryptSet &wxc, const std::string &varName) const |
| |
| bool | hasVariableVector (const WxCryptSet &wxc, const std::string &varName) const |
| |
| componentList_t | parseVariableNameIntoComponents (const std::string &fullVarName) |
| |
| static void | indent (std::string &indentation) |
| |
| static void | outdent (std::string &indentation) |
| |
| template<typename T > |
| static std::string | toStr (const T &val) |
| |
| static std::string | itos (int value) |
| |
| static std::string | getAnyString (const WxAny &any) |
| |
| static std::string | getTypeString (const std::type_info &type) |
| |
| static size_t | getTypeSize (const std::type_info &typeinfo) |
| |
◆ WmPCMaxwellFlux()
| WmPCMaxwellFlux::WmPCMaxwellFlux |
( |
| ) |
|
◆ ~WmPCMaxwellFlux()
| WmPCMaxwellFlux::~WmPCMaxwellFlux |
( |
| ) |
|
◆ generateSource()
◆ generateSourceCall()
◆ setup()
| void WmPCMaxwellFlux::setup |
( |
const WxCryptSet & |
wxc | ) |
|
|
virtual |
◆ _charges
| std::vector<real> WmPCMaxwellFlux::_charges |
|
protected |
◆ _chiB
| real WmPCMaxwellFlux::_chiB |
|
protected |
◆ _chiE
| real WmPCMaxwellFlux::_chiE |
|
protected |
◆ _cleaningOnly
| bool WmPCMaxwellFlux::_cleaningOnly |
|
protected |
◆ _currentDensity
| WmKernelVariable* WmPCMaxwellFlux::_currentDensity |
|
protected |
◆ _densities
| variableList_t WmPCMaxwellFlux::_densities |
|
protected |
◆ _field
| WmKernelVariable* WmPCMaxwellFlux::_field |
|
protected |
◆ _fluxOnly
| bool WmPCMaxwellFlux::_fluxOnly |
|
protected |
◆ _gradChargeDensity
| WmKernelVariable* WmPCMaxwellFlux::_gradChargeDensity |
|
protected |
◆ _gradDensities
| variableList_t WmPCMaxwellFlux::_gradDensities |
|
protected |
◆ _gradXDivB
| WmKernelVariable* WmPCMaxwellFlux::_gradXDivB |
|
protected |
◆ _gradXDivE
| WmKernelVariable* WmPCMaxwellFlux::_gradXDivE |
|
protected |
◆ _gradYDivB
| WmKernelVariable* WmPCMaxwellFlux::_gradYDivB |
|
protected |
◆ _gradYDivE
| WmKernelVariable* WmPCMaxwellFlux::_gradYDivE |
|
protected |
◆ _gradZDivB
| WmKernelVariable* WmPCMaxwellFlux::_gradZDivB |
|
protected |
◆ _gradZDivE
| WmKernelVariable* WmPCMaxwellFlux::_gradZDivE |
|
protected |
◆ _masses
| std::vector<real> WmPCMaxwellFlux::_masses |
|
protected |
◆ _momentums
| variableList_t WmPCMaxwellFlux::_momentums |
|
protected |
◆ _numFluids
| int WmPCMaxwellFlux::_numFluids |
|
protected |
◆ _velocities
| variableList_t WmPCMaxwellFlux::_velocities |
|
protected |
◆ c0_norm
| real WmPCMaxwellFlux::c0_norm |
|
protected |
◆ omega_c_norm
| real WmPCMaxwellFlux::omega_c_norm |
|
protected |
◆ omega_p_norm
| real WmPCMaxwellFlux::omega_p_norm |
|
protected |
The documentation for this class was generated from the following file: