VirtualFluids 0.2.0
Parallel CFD LBM Solver
Loading...
Searching...
No Matches
GridScalingFactory.h File Reference
#include <functional>
#include "Calculation/Calculation.h"
#include "Parameter/Parameter.h"

Go to the source code of this file.

Classes

class  vf::gpu::GridScalingFactory
 

Namespaces

namespace  vf
 
namespace  vf::gpu
 

Typedefs

using vf::gpu::gridScaling = std::function< void(LBMSimulationParameter *, LBMSimulationParameter *, ICells *, ICellNeigh &, CUstream_st *stream)>
 
using vf::gpu::gridScalingAdvectionDiffusion = std::function< void(LBMSimulationParameter *, LBMSimulationParameter *, ICells *, ICellNeigh &, CUstream_st *stream)>