VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
Test Class Referenceabstract

#include <Test.h>

Inheritance diagram for Test:
SimulationObserver TestImp L2NormTest L2NormTestBetweenKernels NyTest PhiTest

Public Member Functions

virtual ~Test ()=default
 
virtual void run ()=0
 
virtual TestStatus getTestStatus ()=0
 
virtual void makeConsoleOutput ()=0
 
- Public Member Functions inherited from SimulationObserver
 SimulationObserver ()
 Class default constructor.
 
 SimulationObserver (SPtr< Grid3D > grid, SPtr< UbScheduler > s)
 Construct SimulationObserver object for grid object and scheduler object.
 
virtual ~SimulationObserver ()
 Class destructor.
 
virtual void update (real step)=0
 Updates observer.
 
virtual ~SimulationObserver ()=default
 
virtual void update ()=0
 

Additional Inherited Members

- Protected Attributes inherited from SimulationObserver
SPtr< Grid3Dgrid
 
SPtr< UbSchedulerscheduler
 

Detailed Description

Definition at line 42 of file Test.h.

Constructor & Destructor Documentation

◆ ~Test()

virtual Test::~Test ( )
virtualdefault

Member Function Documentation

◆ getTestStatus()

virtual TestStatus Test::getTestStatus ( )
pure virtual

Implemented in TestImp.

◆ makeConsoleOutput()

virtual void Test::makeConsoleOutput ( )
pure virtual

Implemented in TestImp.

◆ run()

virtual void Test::run ( )
pure virtual

Implemented in TestImp.


The documentation for this class was generated from the following file: