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

Merge branch 'hamilton-jacobi' of mmg-gitlab.fjfi.cvut.cz:tnl/tnl-dev into hamilton-jacobi

parents 852534a8 59301cfc
No related branches found
No related tags found
2 merge requests!12Hamilton jacobi,!11Hamilton jacobi
...@@ -665,6 +665,7 @@ __global__ void CudaUpdateCellCaller( tnlDirectEikonalMethodsBase< Meshes::Grid< ...@@ -665,6 +665,7 @@ __global__ void CudaUpdateCellCaller( tnlDirectEikonalMethodsBase< Meshes::Grid<
{ {
sArray[(thrj+1)*sizeSArray + thri+1] = aux[ j*dimX + i ]; sArray[(thrj+1)*sizeSArray + thri+1] = aux[ j*dimX + i ];
} }
__syncthreads();
while( changed[ 0 ] ) while( changed[ 0 ] )
{ {
......
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