My Project
|
Public Types | |
enum | { numPhases = getPropValue<TypeTag, Properties::NumPhases>() } |
using | array_type = std::array<Evaluation,numPhases> |
Public Member Functions | |
DirectionalMobility (const DirectionalMobility &other) | |
DirectionalMobility (const array_type &mX, const array_type &mY, const array_type &mZ) | |
array_type & | getArray (int index) |
Public Attributes | |
array_type | mobilityX_ |
array_type | mobilityY_ |
array_type | mobilityZ_ |