Skip to content
Snippets Groups Projects
Commit 23db902b authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Merge branch 'feature/curvedgeometry3' of...

Merge branch 'feature/curvedgeometry3' of gitlab.mn.tu-dresden.de:iwr/dune-curvedsurfacegrid into feature/curvedgeometry3
parents ba127239 882a1d32
No related branches found
No related tags found
1 merge request!5Curved Geometry from LocalFunction
...@@ -4,7 +4,6 @@ install(FILES ...@@ -4,7 +4,6 @@ install(FILES
capabilities.hh capabilities.hh
concepts.hh concepts.hh
coordfunctionimplementations.hh coordfunctionimplementations.hh
coordprovider.hh
curvedsurfacegrid.hh curvedsurfacegrid.hh
datahandle.hh datahandle.hh
declaration.hh declaration.hh
......
...@@ -3,6 +3,7 @@ install(FILES ...@@ -3,6 +3,7 @@ install(FILES
discretegridviewfunction.hh discretegridviewfunction.hh
gridentityset.hh gridentityset.hh
gridfunction.hh gridfunction.hh
normalgridviewfunction.hh
spheregridfunction.hh spheregridfunction.hh
torusgridfunction.hh torusgridfunction.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/gridfunctions) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/gridfunctions)
...@@ -10,5 +10,6 @@ dune_add_library("surfacedistance" OBJECT ...@@ -10,5 +10,6 @@ dune_add_library("surfacedistance" OBJECT
install(FILES install(FILES
datastructures.hh datastructures.hh
surfacedistance.hh surfacedistance.hh
vertexmap.hh
vtureader.hh vtureader.hh
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/surfacedistance) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/curvedsurfacegrid/surfacedistance)
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