|
|
void | setValueAll (const int &_bcValue) |
| |
|
void | setValue (const std::string &name, const unsigned int &value) |
| |
|
void | setVelocity (const std::string &name, const FVector3 &velocity) |
| |
|
void | setRestore (const std::string &name, const FPTYPE restore) |
| |
|
BoundaryConditions * | create (int *cells) |
| |
|
| BoundaryConditionsArgsContainer (int *_bcValue=NULL, std::unordered_map< std::string, unsigned int > *_bcVals=NULL, std::unordered_map< std::string, FVector3 > *_bcVels=NULL, std::unordered_map< std::string, FPTYPE > *_bcRestores=NULL) |
| |
|
|
int * | bcValue |
| |
|
std::unordered_map< std::string, unsigned int > * | bcVals |
| |
|
std::unordered_map< std::string, FVector3 > * | bcVels |
| |
|
std::unordered_map< std::string, FPTYPE > * | bcRestores |
| |
The documentation for this struct was generated from the following file: