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

[bugfix] put ALUGrid grid type definitions at the bottom of config.h

parent c586e1a2
No related branches found
No related tags found
No related merge requests found
......@@ -7,18 +7,18 @@ set(DUNE_ALUGRID_LIBRARY "${PROJECT_BINARY_DIR}/lib/libdunealugrid.a"
CACHE FILEPATH "path to local libs in dune-alugrid" )
mark_as_advanced(DUNE_ALUGRID_LIBRARY)
include(GridSelector)
#include(GridSelector)
#initialize_grid_selector()
#set(GRIDS GRID_CONFIG_H_BOTTOM)
#define available alugrid types
dune_define_alugridtype(GRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_CONFORM
dune_define_alugridtype(ALUGRID_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(GRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_CUBE
dune_define_alugridtype(ALUGRID_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(GRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_SIMPLEX
dune_define_alugridtype(ALUGRID_CONFIG_H_BOTTOM GRIDTYPE ALUGRID_SIMPLEX
DUNETYPE "Dune::ALUGrid< dimgrid, dimworld, simplex, nonconforming >"
HEADERS dune/alugrid/grid.hh dune/alugrid/dgf.hh)
......
......@@ -55,4 +55,6 @@
/* Include source file for dlmalloc */
#cmakedefine DLMALLOC_SOURCE_INCLUDE ${DLMALLOC_SOURCE_INCLUDE}
/* Grid type magic for DGF parser */
@ALUGRID_CONFIG_H_BOTTOM@
/* end dune-alugrid */
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