Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-alugrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-alugrid
Commits
7347670b
Commit
7347670b
authored
9 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
revert gridselector for now.
parent
d00c0346
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/modules/DuneAlugridMacros.cmake
+6
-7
6 additions, 7 deletions
cmake/modules/DuneAlugridMacros.cmake
with
6 additions
and
7 deletions
cmake/modules/DuneAlugridMacros.cmake
+
6
−
7
View file @
7347670b
...
...
@@ -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
(
GRID
S
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
(
GRID
S
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
(
GRID
S
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment