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
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Ansgar Burchardt
dune-elasticity
Commits
ebaf0285
Commit
ebaf0285
authored
6 years ago
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Fix includes
parent
cefc765c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/elasticity/materials/mooneyrivlinmaterial.hh
+5
-5
5 additions, 5 deletions
dune/elasticity/materials/mooneyrivlinmaterial.hh
dune/elasticity/materials/neohookeanmaterial.hh
+1
-3
1 addition, 3 deletions
dune/elasticity/materials/neohookeanmaterial.hh
with
6 additions
and
8 deletions
dune/elasticity/materials/mooneyrivlinmaterial.hh
+
5
−
5
View file @
ebaf0285
...
...
@@ -4,17 +4,17 @@
#define DUNE_ELASTICITY_MATERIALS_MOONEY_RIVLIN_MATERIAL_HH
#include
<dune/fufem/assemblers/localassemblers/adolclocalenergy.hh>
#include
<dune/fufem/quadraturerules/quadraturerulecache.hh>
#include
<dune/fufem/functions/virtualgridfunction.hh>
#include
<dune/fufem/functions/basisgridfunction.hh>
#include
<dune/fufem/quadraturerules/quadraturerulecache.hh>
#include
<dune/
matrix-vector/addtodiagon
al.hh>
#include
<dune/
elasticity/materials/materi
al.hh>
#include
<dune/elasticity/common/elasticityhelpers.hh>
#include
<dune/elasticity/assemblers/mooneyrivlinfunctionalassembler.hh>
#include
<dune/elasticity/assemblers/mooneyrivlinoperatorassembler.hh>
#include
<dune/elasticity/materials/material.hh>
#include
<dune/matrix-vector/addtodiagonal.hh>
#warning Mooney-Rivlin Might not work properly yet
/** \brief Class representing a hyperelastic Mooney-Rivlin material.
...
...
This diff is collapsed.
Click to expand it.
dune/elasticity/materials/neohookeanmaterial.hh
+
1
−
3
View file @
ebaf0285
...
...
@@ -4,13 +4,11 @@
#define DUNE_ELASTICITY_MATERIALS_NEO_HOOKEAN_MATERIAL_HH
#include
<dune/fufem/assemblers/localassemblers/adolclocalenergy.hh>
#include
<dune/fufem/quadraturerules/quadraturerulecache.hh>
#include
<dune/fufem/symmetrictensor.hh>
#include
<dune/fufem/functions/virtualgridfunction.hh>
#include
<dune/fufem/functions/basisgridfunction.hh>
#include
<dune/fufem/quadraturerules/quadraturerulecache.hh>
#include
<dune/elasticity/common/elasticityhelpers.hh>
#include
<dune/elasticity/materials/material.hh>
#include
<dune/elasticity/assemblers/neohookefunctionalassembler.hh>
#include
<dune/elasticity/assemblers/neohookeoperatorassembler.hh>
...
...
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