Skip to content
Snippets Groups Projects
Commit 20b70013 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Remove calculation of macroscopic quantities

parent 72630502
No related branches found
No related tags found
1 merge request!134Rename D3Q27 directions
......@@ -24,10 +24,6 @@ void CumulantK17CompChimRedesigned::run()
level,
para->getForcesDev(),
para->getQuadricLimitersDev(),
para->getParD(level)->rho,
para->getParD(level)->velocityX,
para->getParD(level)->velocityY,
para->getParD(level)->velocityZ,
para->getParD(level)->isEvenTimestep,
para->getParD(level)->fluidNodeIndices,
para->getParD(level)->numberOfFluidNodes);
......@@ -48,10 +44,6 @@ void CumulantK17CompChimRedesigned::runOnIndices(const unsigned int *indices, un
level,
para->getForcesDev(),
para->getQuadricLimitersDev(),
para->getParD(level)->rho,
para->getParD(level)->velocityX,
para->getParD(level)->velocityY,
para->getParD(level)->velocityZ,
para->getParD(level)->isEvenTimestep,
indices,
size_indices);
......
......@@ -14,10 +14,6 @@ __global__ void LB_Kernel_CumulantK17CompChimRedesigned(
int level,
real* forces,
real* quadricLimiters,
real* rho,
real* veloX,
real* veloY,
real* veloZ,
bool isEvenTimestep,
const uint* fluidNodeIndices,
uint numberOfFluidNodes);
......
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