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
7ed4a11f
Commit
7ed4a11f
authored
5 years ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
Use more 'override'
parent
d07a325c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/gfe/localgeodesicfefdstiffness.hh
+3
-3
3 additions, 3 deletions
dune/gfe/localgeodesicfefdstiffness.hh
with
3 additions
and
3 deletions
dune/gfe/localgeodesicfefdstiffness.hh
+
3
−
3
View file @
7ed4a11f
...
...
@@ -37,7 +37,7 @@ public:
/** \brief Compute the energy at the current configuration */
virtual
RT
energy
(
const
typename
Basis
::
LocalView
&
localView
,
const
std
::
vector
<
TargetSpace
>&
localSolution
)
const
const
std
::
vector
<
TargetSpace
>&
localSolution
)
const
override
{
return
localEnergy_
->
energy
(
localView
,
localSolution
);
}
...
...
@@ -47,7 +47,7 @@ public:
The default implementation in this class uses a finite difference approximation */
virtual
void
assembleGradient
(
const
typename
Basis
::
LocalView
&
localView
,
const
std
::
vector
<
TargetSpace
>&
solution
,
std
::
vector
<
typename
TargetSpace
::
TangentVector
>&
gradient
)
const
;
std
::
vector
<
typename
TargetSpace
::
TangentVector
>&
gradient
)
const
override
;
/** \brief Assemble the local tangent matrix and gradient at the current position
...
...
@@ -63,7 +63,7 @@ public:
*/
virtual
void
assembleGradientAndHessian
(
const
typename
Basis
::
LocalView
&
localView
,
const
std
::
vector
<
TargetSpace
>&
localSolution
,
std
::
vector
<
typename
TargetSpace
::
TangentVector
>&
localGradient
);
std
::
vector
<
typename
TargetSpace
::
TangentVector
>&
localGradient
)
override
;
const
LocalGeodesicFEStiffness
<
Basis
,
ATargetSpace
>*
localEnergy_
;
...
...
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