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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Jaap
dune-elasticity
Commits
e4580cc7
Commit
e4580cc7
authored
Jan 8, 2020
by
Patrick Jaap
Browse files
Options
Downloads
Patches
Plain Diff
localadolcstiffness.hh: Remove RT, it is ayways "double"
parent
47730e7b
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/elasticity/assemblers/localadolcstiffness.hh
+2
-4
2 additions, 4 deletions
dune/elasticity/assemblers/localadolcstiffness.hh
with
2 additions
and
4 deletions
dune/elasticity/assemblers/localadolcstiffness.hh
+
2
−
4
View file @
e4580cc7
...
@@ -24,7 +24,6 @@ class LocalADOLCStiffness
...
@@ -24,7 +24,6 @@ class LocalADOLCStiffness
{
{
// grid types
// grid types
typedef
typename
GridView
::
Grid
::
ctype
DT
;
typedef
typename
GridView
::
Grid
::
ctype
DT
;
typedef
typename
VectorType
::
value_type
::
field_type
RT
;
typedef
typename
GridView
::
template
Codim
<
0
>
::
Entity
Entity
;
typedef
typename
GridView
::
template
Codim
<
0
>
::
Entity
Entity
;
// some other sizes
// some other sizes
...
@@ -43,7 +42,7 @@ public:
...
@@ -43,7 +42,7 @@ public:
{}
{}
/** \brief Compute the energy at the current configuration */
/** \brief Compute the energy at the current configuration */
virtual
RT
energy
(
const
Entity
&
e
,
virtual
double
energy
(
const
Entity
&
e
,
const
LocalFiniteElement
&
localFiniteElement
,
const
LocalFiniteElement
&
localFiniteElement
,
const
VectorType
&
localConfiguration
)
const
;
const
VectorType
&
localConfiguration
)
const
;
...
@@ -62,8 +61,7 @@ public:
...
@@ -62,8 +61,7 @@ public:
template
<
class
GridView
,
class
LocalFiniteElement
,
class
VectorType
>
template
<
class
GridView
,
class
LocalFiniteElement
,
class
VectorType
>
typename
LocalADOLCStiffness
<
GridView
,
LocalFiniteElement
,
VectorType
>::
RT
double
LocalADOLCStiffness
<
GridView
,
LocalFiniteElement
,
VectorType
>::
LocalADOLCStiffness
<
GridView
,
LocalFiniteElement
,
VectorType
>::
energy
(
const
Entity
&
element
,
energy
(
const
Entity
&
element
,
const
LocalFiniteElement
&
localFiniteElement
,
const
LocalFiniteElement
&
localFiniteElement
,
const
VectorType
&
localSolution
)
const
const
VectorType
&
localSolution
)
const
...
...
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