Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
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
Model registry
Operate
Environments
Monitor
Incidents
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
Sander, Oliver
dune-gfe
Commits
3aa5527c
Commit
3aa5527c
authored
4 years ago
by
Lisa Julia Nebel
Browse files
Options
Downloads
Patches
Plain Diff
Only support dune-elasticity >=2.7
parent
e913ae37
No related branches found
No related tags found
1 merge request
!74
Only support dune 2.7 and higher
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune.module
+1
-1
1 addition, 1 deletion
dune.module
test/CMakeLists.txt
+0
-2
0 additions, 2 deletions
test/CMakeLists.txt
with
1 addition
and
3 deletions
dune.module
+
1
−
1
View file @
3aa5527c
...
...
@@ -7,5 +7,5 @@ Module: dune-gfe
Version
:
svn
Maintainer
:
oliver
.
sander
@
tu
-
dresden
.
de
#depending on
Depends
:
dune
-
common
(
>=
2.7
)
dune
-
grid
(
>=
2.7
)
dune
-
uggrid
dune
-
istl
dune
-
localfunctions
dune
-
geometry
(
>=
2.7
)
dune
-
functions
(
>=
2.7
)
dune
-
solvers
dune
-
fufem
dune
-
elasticity
Depends
:
dune
-
common
(
>=
2.7
)
dune
-
grid
(
>=
2.7
)
dune
-
uggrid
dune
-
istl
dune
-
localfunctions
dune
-
geometry
(
>=
2.7
)
dune
-
functions
(
>=
2.7
)
dune
-
solvers
dune
-
fufem
dune
-
elasticity
(
>=
2.7
)
Suggests
:
dune
-
foamgrid
dune
-
parmg
dune
-
vtk
dune
-
curvedgeometry
This diff is collapsed.
Click to expand it.
test/CMakeLists.txt
+
0
−
2
View file @
3aa5527c
...
...
@@ -25,12 +25,10 @@ dune_add_test(SOURCES harmonicmaptest.cc
TIMEOUT 600
CMAKE_GUARD MPI_FOUND
)
if
(
${
DUNE_ELASTICITY_VERSION
}
VERSION_GREATER_EQUAL 2.7
)
dune_add_test
(
SOURCES geodesicfeassemblerwrappertest.cc
MPI_RANKS 1 4
TIMEOUT 600
CMAKE_GUARD MPI_FOUND
)
endif
()
# Copy the example grid used for testing into the build dir
file
(
COPY grids/irregular-square.msh DESTINATION
${
CMAKE_CURRENT_BINARY_DIR
}
/grids
)
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