Skip to content

Commit

Permalink
Merge branch 'MeshDistanceCallback' into 'master'
Browse files Browse the repository at this point in the history
Mesh distance callback

See merge request walberla/walberla!701
  • Loading branch information
hennigfr committed Jan 13, 2025
2 parents f36fa0a + a5ab32e commit 3bff808
Showing 31 changed files with 1,738 additions and 314,130 deletions.
92 changes: 0 additions & 92 deletions .clang-tidy

This file was deleted.

1 change: 1 addition & 0 deletions .clang-tidy
6 changes: 3 additions & 3 deletions apps/benchmarks/ComplexGeometry/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if ( WALBERLA_BUILD_WITH_OPENMESH )

waLBerla_link_files_to_builddir( "*.obj" )
waLBerla_link_files_to_builddir( "*.conf" )
waLBerla_link_geometry_to_builddir( "*.obj" )
waLBerla_link_files_to_builddir( "*.conf" )

waLBerla_add_executable( NAME ComplexGeometry FILES ComplexGeometry.cpp DEPENDS boundary core lbm mesh vtk )

5 changes: 2 additions & 3 deletions apps/benchmarks/MeshDistance/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
if ( WALBERLA_BUILD_WITH_OPENMESH )

waLBerla_link_files_to_builddir( "*.obj" )


waLBerla_link_geometry_to_builddir( "bunny.obj" )
waLBerla_add_executable( NAME MeshDistanceBenchmark DEPENDS core mesh )

##############
Loading

0 comments on commit 3bff808

Please sign in to comment.