|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <NumericalTestStruct.h>
Public Attributes | |
| std::vector< std::shared_ptr< TestSimulationImp > > | testSimulations |
| std::vector< std::shared_ptr< Test > > | tests |
| std::shared_ptr< LogFileWriter > | logFileWriter |
Definition at line 43 of file NumericalTestStruct.h.
| std::shared_ptr<LogFileWriter> NumericalTestStruct::logFileWriter |
Definition at line 47 of file NumericalTestStruct.h.
| std::vector<std::shared_ptr<Test> > NumericalTestStruct::tests |
Definition at line 46 of file NumericalTestStruct.h.
| std::vector<std::shared_ptr<TestSimulationImp> > NumericalTestStruct::testSimulations |
Definition at line 45 of file NumericalTestStruct.h.