Skip to content
Snippets Groups Projects
Commit 6bb8ec18 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Implementing the heat-equation benchmark.

parent 4c826aa0
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ heatEquationTemplatedCompact( const GridType grid,
//GridEntity entity( grid, coordinates, entityOrientation, entityBasis );
//printf( "size = %d ", sizeof( GridEntity ) );
//entity.refresh();
//typename GridType::TestCell entity( grid, coordinates, entityOrientation, entityBasis );
typename GridType::TestCell entity( grid, coordinates, entityOrientation, entityBasis );
const IndexType tidX = begin.x() + ( gridXIdx * tnlCuda::getMaxGridSize() + blockIdx.x ) * blockDim.x + threadIdx.x;
const IndexType tidY = begin.y() + ( gridYIdx * tnlCuda::getMaxGridSize() + blockIdx.y ) * blockDim.y + threadIdx.y;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment