|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <TestStruct.h>
Public Attributes | |
| std::shared_ptr< TestLogFileInformation > | logFileInfo |
| std::vector< std::shared_ptr< Test > > | tests |
| std::string | testName |
Definition at line 43 of file TestStruct.h.
| std::shared_ptr<TestLogFileInformation> TestStruct::logFileInfo |
Definition at line 45 of file TestStruct.h.
| std::string TestStruct::testName |
Definition at line 47 of file TestStruct.h.
| std::vector<std::shared_ptr<Test> > TestStruct::tests |
Definition at line 46 of file TestStruct.h.