Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-fufem
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-fufem
Commits
506d2de0
Commit
506d2de0
authored
7 years ago
by
Max Kahnt
Browse files
Options
Downloads
Patches
Plain Diff
Derive field type with global helper.
parent
f74d9722
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/assemblers/istlbackend.hh
+2
-2
2 additions, 2 deletions
dune/fufem/assemblers/istlbackend.hh
with
2 additions
and
2 deletions
dune/fufem/assemblers/istlbackend.hh
+
2
−
2
View file @
506d2de0
...
@@ -272,7 +272,7 @@ auto istlMatrixBackend(Matrix& matrix)
...
@@ -272,7 +272,7 @@ auto istlMatrixBackend(Matrix& matrix)
template
<
class
Matrix
>
template
<
class
Matrix
>
auto
istlMatrixBackend
(
Matrix
&
matrix
)
auto
istlMatrixBackend
(
Matrix
&
matrix
)
{
{
return
ISTLMatrixBackend
<
Matrix
,
typename
Matrix
::
field_type
>
(
matrix
);
return
ISTLMatrixBackend
<
Matrix
,
field_t
<
Matrix
>
>
(
matrix
);
}
}
...
@@ -286,7 +286,7 @@ auto istlVectorBackend(Vector& vector)
...
@@ -286,7 +286,7 @@ auto istlVectorBackend(Vector& vector)
template
<
class
Vector
>
template
<
class
Vector
>
auto
istlVectorBackend
(
Vector
&
vector
)
auto
istlVectorBackend
(
Vector
&
vector
)
{
{
return
Dune
::
Functions
::
HierarchicVectorWrapper
<
Vector
,
typename
Vector
::
field_type
>
(
vector
);
return
Dune
::
Functions
::
HierarchicVectorWrapper
<
Vector
,
field_t
<
Vector
>
>
(
vector
);
}
}
...
...
This diff is collapsed.
Click to expand it.
maxka
@maxka
mentioned in commit
1fe09a19
·
6 years ago
mentioned in commit
1fe09a19
mentioned in commit 1fe09a1962488d0242a77bd34353ee5e536a7c2a
Toggle commit list
maxka
@maxka
mentioned in merge request
!38 (merged)
·
6 years ago
mentioned in merge request
!38 (merged)
mentioned in merge request !38
Toggle commit list
maxka
@maxka
mentioned in commit
e56d6833
·
6 years ago
mentioned in commit
e56d6833
mentioned in commit e56d6833102d8da51381ddca2351bfe237da4de4
Toggle commit list
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