|
VirtualFluids 0.2.0
Parallel CFD LBM Solver
|
#include <KernelConfigurationImp.h>
Public Member Functions | |
| std::string | getMainKernel () |
| bool | getMultiKernelOn () |
| std::vector< int > | getMultiKernelLevel () |
| std::vector< std::string > | getMultiKernel () |
Public Member Functions inherited from KernelConfiguration | |
| virtual | ~KernelConfiguration ()=default |
Static Public Member Functions | |
| static std::shared_ptr< KernelConfigurationImp > | getNewInstance (std::string kernel) |
| static std::shared_ptr< KernelConfigurationImp > | getNewInstance (std::string kernel, std::vector< int > multiKernelLevel, std::vector< std::string > multiKernel) |
Definition at line 40 of file KernelConfigurationImp.h.