Loading examples/CMakeLists.txt +1 −1 Original line number Diff line number Diff line add_subdirectory( heat-equation ) add_subdirectory( navier-stokes ) #add_subdirectory( mean-curvature-flow ) #add_subdirectory( hamilton-jacobi ) add_subdirectory( hamilton-jacobi ) add_subdirectory( hamilton-jacobi-parallel ) add_subdirectory( fast-sweeping ) add_subdirectory( hamilton-jacobi-parallel-map ) Loading examples/fast-sweeping/tnlFastSweeping2D_CUDA_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading examples/fast-sweeping/tnlFastSweeping2D_CUDA_v2_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading examples/fast-sweeping/tnlFastSweeping2D_CUDA_v3_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading examples/fast-sweeping/tnlFastSweeping2D_CUDA_v5_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading Loading
examples/CMakeLists.txt +1 −1 Original line number Diff line number Diff line add_subdirectory( heat-equation ) add_subdirectory( navier-stokes ) #add_subdirectory( mean-curvature-flow ) #add_subdirectory( hamilton-jacobi ) add_subdirectory( hamilton-jacobi ) add_subdirectory( hamilton-jacobi-parallel ) add_subdirectory( fast-sweeping ) add_subdirectory( hamilton-jacobi-parallel-map ) Loading
examples/fast-sweeping/tnlFastSweeping2D_CUDA_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading
examples/fast-sweeping/tnlFastSweeping2D_CUDA_v2_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading
examples/fast-sweeping/tnlFastSweeping2D_CUDA_v3_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading
examples/fast-sweeping/tnlFastSweeping2D_CUDA_v5_impl.h +1 −1 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ bool tnlFastSweeping< tnlGrid< 2,MeshReal, Device, MeshIndex >, Real, Index > :: return false; } h = Mesh.getHx(); h = Mesh.getSpaceSteps().x(); counter = 0; const tnlString& exact_input = parameters.getParameter< tnlString >( "exact-input" ); Loading