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
061659f4
Commit
061659f4
authored
5 years ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
HarmonicEnergyLocalStiffness has been renamed to HarmonicEnergy
parent
5274218b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2851
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/harmonicenergytest.cc
+2
-2
2 additions, 2 deletions
test/harmonicenergytest.cc
with
2 additions
and
2 deletions
test/harmonicenergytest.cc
+
2
−
2
View file @
061659f4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include
<dune/functions/functionspacebases/lagrangebasis.hh>
#include
<dune/functions/functionspacebases/lagrangebasis.hh>
#include
<dune/gfe/unitvector.hh>
#include
<dune/gfe/unitvector.hh>
#include
<dune/gfe/harmonicenergy
stiffness
.hh>
#include
<dune/gfe/harmonicenergy.hh>
#include
<dune/gfe/localgeodesicfefunction.hh>
#include
<dune/gfe/localgeodesicfefunction.hh>
#include
"multiindex.hh"
#include
"multiindex.hh"
...
@@ -25,7 +25,7 @@ void testEnergy(const Basis& basis, const std::vector<TargetSpace>& coefficients
...
@@ -25,7 +25,7 @@ void testEnergy(const Basis& basis, const std::vector<TargetSpace>& coefficients
using
GeodesicInterpolationRule
=
LocalGeodesicFEFunction
<
dim
,
double
,
typename
Basis
::
LocalView
::
Tree
::
FiniteElement
,
TargetSpace
>
;
using
GeodesicInterpolationRule
=
LocalGeodesicFEFunction
<
dim
,
double
,
typename
Basis
::
LocalView
::
Tree
::
FiniteElement
,
TargetSpace
>
;
HarmonicEnergy
LocalStiffness
<
Basis
,
GeodesicInterpolationRule
,
TargetSpace
>
assembler
;
HarmonicEnergy
<
Basis
,
GeodesicInterpolationRule
,
TargetSpace
>
assembler
;
std
::
vector
<
TargetSpace
>
rotatedCoefficients
(
coefficients
.
size
());
std
::
vector
<
TargetSpace
>
rotatedCoefficients
(
coefficients
.
size
());
auto
localView
=
basis
.
localView
();
auto
localView
=
basis
.
localView
();
...
...
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