|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include "Utilities/TestSimulation/TestSimulation.h"#include <functional>#include <memory>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | vf |
| namespace | vf::gpu |
| namespace | vf::gpu::tests |
Functions | |
| std::shared_ptr< Parameter > | vf::gpu::tests::makeParameter (std::shared_ptr< SimulationParameter > simPara) |
| const std::function< void()> | vf::gpu::tests::makeVirtualFluidSimulation (std::shared_ptr< Parameter > para, std::shared_ptr< InitialCondition > condition, std::shared_ptr< DataWriter > dataWriter) |