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
1834dcf8
Commit
1834dcf8
authored
5 years ago
by
oliver.sander_at_tu-dresden.de
Browse files
Options
Downloads
Plain Diff
Merge branch 'add-virtual-destructor' into 'master'
Give LocalIntegralEnergy a virtual destructor See merge request
!27
parents
4531c499
8665a8cb
Branches
Branches containing commit
No related tags found
1 merge request
!27
Give LocalIntegralEnergy a virtual destructor
Pipeline
#28278
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/elasticity/materials/localintegralenergy.hh
+4
-0
4 additions, 0 deletions
dune/elasticity/materials/localintegralenergy.hh
with
4 additions
and
0 deletions
dune/elasticity/materials/localintegralenergy.hh
+
4
−
0
View file @
1834dcf8
...
@@ -31,6 +31,10 @@ public:
...
@@ -31,6 +31,10 @@ public:
:
localDensity_
(
ld
)
:
localDensity_
(
ld
)
{}
{}
/** \brief Virtual destructor */
virtual
~
LocalIntegralEnergy
()
{}
/** \brief Assemble the energy for a single element */
/** \brief Assemble the energy for a single element */
field_type
energy
(
const
Entity
&
e
,
field_type
energy
(
const
Entity
&
e
,
const
LocalFiniteElement
&
localFiniteElement
,
const
LocalFiniteElement
&
localFiniteElement
,
...
...
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