Skip to content
Snippets Groups Projects
Commit 7347670b authored by Robert K's avatar Robert K
Browse files

revert gridselector for now.

parent d00c0346
No related branches found
No related tags found
No related merge requests found
......@@ -8,22 +8,21 @@ set(DUNE_ALUGRID_LIBRARY "${PROJECT_BINARY_DIR}/lib/libdunealugrid.a"
mark_as_advanced(DUNE_ALUGRID_LIBRARY)
include(GridSelector)
initialize_grid_selector()
set(GRIDS "")
#initialize_grid_selector()
#set(GRIDS GRID_CONFIG_H_BOTTOM)
#define available alugrid types
dune_define_alugridtype(GRIDS GRIDTYPE ALUGRID_CONFORM
dune_define_alugridtype(GRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_CONFORM
DUNETYPE "Dune::ALUGrid< dimgrid, dimworld, simplex, conforming >"
HEADERS dune/alugrid/grid.hh dune/alugrid/dgf.hh)
dune_define_alugridtype(GRIDS GRIDTYPE ALUGRID_CUBE
dune_define_alugridtype(GRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_CUBE
DUNETYPE "Dune::ALUGrid< dimgrid, dimworld, cube, nonconforming >"
HEADERS dune/alugrid/grid.hh dune/alugrid/dgf.hh)
dune_define_alugridtype(GRIDS GRIDTYPE ALUGRID_SIMPLEX
dune_define_alugridtype(GRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_SIMPLEX
DUNETYPE "Dune::ALUGrid< dimgrid, dimworld, simplex, nonconforming >"
HEADERS dune/alugrid/grid.hh dune/alugrid/dgf.hh)
finalize_grid_selector( GRIDS )
#finalize_grid_selector( GRIDS )
# avoid conflicts with normal ALUGrid
if( ALUGRID_CPPFLAGS )
......
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