#include <set>
#include "PC2Util.H"
#include "NavierStokesBC.H"
#include "NavierStokesDictionary.H"
Go to the source code of this file.
|
int | SymmetricElementID (int numDim, int i, int j) |
|
int | PC2Compare (const std::string &redFileName, const std::string &blueFileName, double errTolerance, std::ostream &outStream) |
| Read two HDF5 files and compare the state data therein. More...
|
|
bool | operator== (const legacybc &lhs, const legacybc &rhs) |
|
bool | operator!= (const legacybc &lhs, const legacybc &rhs) |
|
std::ostream & | operator<< (std::ostream &outStream, const legacybc &bcDat) |
|
std::istream & | operator>> (std::istream &inStream, legacybc &bcDat) |
|
int | ReadLegacyBCDat (const std::string &bcFileName, std::vector< legacybc > &bcDat, fixtures::CommunicatorType &inCommunicator, std::ostream &messageStream) |
|
int | ConvertLegacyConfiguration (fixtures::ConfigurationType &inConfig, fixtures::CommunicatorType &inCommunicator, std::ostream &messageStream) |
|
int | ConfigureGridInfo (const fixtures::ConfigurationType &inConfig, const std::string &gridName, simulation::geometry::gridinfo &gridInfo, std::ostream &messageStream) |
|