Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Nebel, Lisa Julia
dune-elasticity
Commits
6d286e86
Commit
6d286e86
authored
3 years ago
by
Jaap, Patrick
Browse files
Options
Downloads
Patches
Plain Diff
Drop linear-elasticity
It depends on Amiramesh which is dropped in dune-grid since 2.8
parent
8ec8700f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-1
7 additions, 1 deletion
CHANGELOG.md
src/CMakeLists.txt
+2
-2
2 additions, 2 deletions
src/CMakeLists.txt
with
9 additions
and
3 deletions
CHANGELOG.md
+
7
−
1
View file @
6d286e86
# Master (will become release 2.8)
# Master (will become release 2.9)
## Deprecations and removals
-
The support of
`Amiramesh`
is dropped in dune-grid and thus the program
`linear-elasticity`
is removed from CMakeLists.txt
# 2.8 Release
-
Introduce class
`LocalDensity`
for material-specific implementations
-
Introduce class
`LocalIntegralEnergy`
to work with the densities
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
2
−
2
View file @
6d286e86
# Note: PYTHONLIBS_FOUND is only for backwards compatibility with dune-fufem 2.7 and can be removed
# in the next release
if
(
ADOLC_FOUND AND IPOPT_FOUND
AND
(
Python3_FOUND OR PYTHONLIBS_FOUND
)
AND dune-uggrid_FOUND
)
set
(
programs
l
in
ear
-elasticity
finite-strain-elasticity
)
set
(
programs
f
in
ite-strain
-elasticity
)
#linear-elasticity depends on Amiramesh which is dropped since DUNE 2.8
foreach
(
_program
${
programs
}
)
add_executable
(
${
_program
}
${
_program
}
.cc
)
...
...
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