Skip to content
Snippets Groups Projects
Commit cbc57ee3 authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

select explicitly the main kernel in SphereGPU App

parent bb4a3009
No related branches found
No related tags found
1 merge request!256Kernel names changed
......@@ -70,6 +70,7 @@
#include "VirtualFluids_GPU/Factories/GridScalingFactory.h"
#include "VirtualFluids_GPU/PreCollisionInteractor/Probes/PointProbe.h"
#include "VirtualFluids_GPU/PreCollisionInteractor/Probes/PlaneProbe.h"
#include "VirtualFluids_GPU/Kernel/Utilities/KernelTypes.h"
int main(int argc, char *argv[])
{
......@@ -170,6 +171,8 @@ int main(int argc, char *argv[])
para->setTimestepOut(timeStepOut);
para->setTimestepEnd(timeStepEnd);
para->setMainKernel(vf::CollisionKernel::Compressible::K17CompressibleNavierStokes);
//////////////////////////////////////////////////////////////////////////
// set boundary conditions
//////////////////////////////////////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment