|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <L2NormTestBetweenKernels.h>
Static Public Member Functions | |
| static std::shared_ptr< L2NormTestBetweenKernels > | getNewInstance (std::shared_ptr< ColorConsoleOutput > colorOutput, std::string dataToCalculate, unsigned int timeStep, std::string normalizeWith, std::shared_ptr< L2NormCalculatorFactory > factory) |
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 L2NormTestBetweenKernels.h.