Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dune-fem
dune-fem-dg
Merge requests
!31
Feature/python timings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/python timings
feature/python-timings
into
master
Overview
0
Commits
5
Pipelines
3
Changes
1
Merged
Robert K
requested to merge
feature/python-timings
into
master
4 years ago
Overview
0
Commits
5
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
32ca63cf
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
32ca63cf
[bugfix][cmake] use ALUGrid as test grid.
· 32ca63cf
Robert K
authored
4 years ago
dune/fem-dg/examples/euler/test/CMakeLists.txt
+
2
−
2
Options
@@ -3,9 +3,9 @@ include_directories("${CMAKE_SOURCE_DIR}/dune/fem-dg/examples/euler/")
# specify type of grid implemention, dimension and polynomial order
#set( GRIDTYPE YASPGRID )
#
set( GRIDTYPE ALUGRID_CUBE )
set
(
GRIDTYPE ALUGRID_CUBE
)
#set( GRIDTYPE SPGRID_COUNT_FLOPS )
set
(
GRIDTYPE SPGRID
)
#
set( GRIDTYPE SPGRID )
set
(
GRIDDIM 2
)
set
(
POLORDER 2
)
Loading