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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Commits
f27b3421
Commit
f27b3421
authored
4 years ago
by
oliver.sander_at_tu-dresden.de
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/fix-master' into 'master'
Fix build and execution of finite-strain-elasticity See merge request
!61
parents
300b67a9
553f924d
No related branches found
No related tags found
1 merge request
!61
Fix build and execution of finite-strain-elasticity
Pipeline
#36939
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
problems/identity-deformation-dirichlet-values.py
+0
-0
0 additions, 0 deletions
problems/identity-deformation-dirichlet-values.py
src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/CMakeLists.txt
src/finite-strain-elasticity.cc
+2
-0
2 additions, 0 deletions
src/finite-strain-elasticity.cc
with
3 additions
and
1 deletion
problems/identity-deformation.py
→
problems/identity-deformation
-dirichlet-values
.py
+
0
−
0
View file @
f27b3421
File moved
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
1
−
1
View file @
f27b3421
if
(
ADOLC_FOUND AND IPOPT_FOUND AND P
YTHONLIBS
_FOUND AND dune-uggrid_FOUND
)
if
(
ADOLC_FOUND AND IPOPT_FOUND AND P
ython3
_FOUND AND dune-uggrid_FOUND
)
set
(
programs linear-elasticity
)
# When combining dune-common 2.7 and dune-fufem 2.8, no cmake test for the
...
...
This diff is collapsed.
Click to expand it.
src/finite-strain-elasticity.cc
+
2
−
0
View file @
f27b3421
...
...
@@ -73,6 +73,8 @@ int main (int argc, char *argv[]) try
// parse data file
ParameterTree
parameterSet
;
if
(
argc
<
2
)
DUNE_THROW
(
Exception
,
"Usage: ./finite-strain-elasticity <parameter file>"
);
ParameterTreeParser
::
readINITree
(
argv
[
1
],
parameterSet
);
...
...
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