|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <L2NormTest.h>
Static Public Member Functions | |
| static std::shared_ptr< L2NormTest > | getNewInstance (std::shared_ptr< ColorConsoleOutput > colorOutput, std::shared_ptr< L2NormTestParameterStruct > testParameter, std::string dataToCalculate, double maxL2NormDiff, std::string normalizeData) |
Additional Inherited Members | |
Protected Member Functions inherited from TestImp | |
| TestImp (std::shared_ptr< ColorConsoleOutput > colorOutput) | |
| std::vector< std::string > | buildSimulationFailedTestOutput () |
| bool | CheckAllSimulationRun () |
Protected Attributes inherited from TestImp | |
| std::vector< std::shared_ptr< NumericalTestSimulation > > | simulations |
| std::vector< std::shared_ptr< PostProcessingStrategy > > | postProStrategies |
| std::vector< std::shared_ptr< SimulationInfo > > | simInfos |
| std::vector< bool > | simulationRun |
| std::shared_ptr< ColorConsoleOutput > | colorOutput |
| TestStatus | testStatus |
Protected Attributes inherited from SimulationObserver | |
| SPtr< Grid3D > | grid |
| SPtr< UbScheduler > | scheduler |
Definition at line 46 of file L2NormTest.h.