Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
a32c77a0
Commit
a32c77a0
authored
6 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] More checking for the presence of consistent-edge-orientation
parent
763957da
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/DunePerftoolMacros.cmake
+3
-0
3 additions, 0 deletions
cmake/modules/DunePerftoolMacros.cmake
test/sumfact/poisson/CMakeLists.txt
+12
-11
12 additions, 11 deletions
test/sumfact/poisson/CMakeLists.txt
with
15 additions
and
11 deletions
cmake/modules/DunePerftoolMacros.cmake
+
3
−
0
View file @
a32c77a0
...
...
@@ -119,6 +119,9 @@ function(add_generated_executable)
set
(
ANALYZE_GRID_FILE
)
set
(
ANALYZE_GRID_OPTION
)
if
(
GEN_ANALYZE_GRID
)
if
(
NOT consistent-edge-orientation_FOUND
)
message
(
FATAL_ERROR
"Asked for grid analysis, but the module consistent-edge-orientation was not found!"
endif
()
set
(
ANALYZE_GRID_FILE
"
${
GEN_INIFILE
}
.csv"
)
set
(
ANALYZE_GRID_OPTION
"--grid-info=
${
ANALYZE_GRID_FILE
}
"
)
add_custom_command
(
OUTPUT
${
ANALYZE_GRID_FILE
}
...
...
This diff is collapsed.
Click to expand it.
test/sumfact/poisson/CMakeLists.txt
+
12
−
11
View file @
a32c77a0
...
...
@@ -50,17 +50,18 @@ dune_add_formcompiler_system_test(UFLFILE poisson_3d.ufl
#==================================
# Poisson DG on 'unstructured grid'
#==================================
dune_add_formcompiler_system_test
(
UFLFILE poisson_dg_2d.ufl
BASENAME sumfact_poisson_dg_2d_unstructured
INIFILE poisson_dg_2d_unstructured.mini
ANALYZE_GRID
)
dune_add_formcompiler_system_test
(
UFLFILE poisson_dg_3d.ufl
BASENAME sumfact_poisson_dg_3d_unstructured
INIFILE poisson_dg_3d_unstructured.mini
ANALYZE_GRID
)
if
(
consistent-edge-orientation_FOUND
)
dune_add_formcompiler_system_test
(
UFLFILE poisson_dg_2d.ufl
BASENAME sumfact_poisson_dg_2d_unstructured
INIFILE poisson_dg_2d_unstructured.mini
ANALYZE_GRID
)
dune_add_formcompiler_system_test
(
UFLFILE poisson_dg_3d.ufl
BASENAME sumfact_poisson_dg_3d_unstructured
INIFILE poisson_dg_3d_unstructured.mini
ANALYZE_GRID
)
endif
()
#=============================================
# Poisson DG using FastDGGridOperator in 2D/3D
...
...
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