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
ca86e157
Commit
ca86e157
authored
3 years ago
by
lh1887
Browse files
Options
Downloads
Patches
Plain Diff
Use correct typedef for Entity
parent
b2fb6b36
No related branches found
No related tags found
1 merge request
!95
Use correct typedef for Entity
Pipeline
#39781
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/assemblers/localassembler.hh
+1
-1
1 addition, 1 deletion
dune/fufem/assemblers/localassembler.hh
with
1 addition
and
1 deletion
dune/fufem/assemblers/localassembler.hh
+
1
−
1
View file @
ca86e157
...
@@ -22,7 +22,7 @@ class LocalAssembler
...
@@ -22,7 +22,7 @@ class LocalAssembler
public:
public:
typedef
typename
GridType
::
template
Codim
<
0
>
::
Entity
::
Entity
Element
;
typedef
typename
GridType
::
template
Codim
<
0
>
::
Entity
Element
;
typedef
Dune
::
Matrix
<
Dune
::
FieldMatrix
<
int
,
1
,
1
>
>
BoolMatrix
;
typedef
Dune
::
Matrix
<
Dune
::
FieldMatrix
<
int
,
1
,
1
>
>
BoolMatrix
;
typedef
typename
Dune
::
Matrix
<
T
>
LocalMatrix
;
typedef
typename
Dune
::
Matrix
<
T
>
LocalMatrix
;
typedef
typename
T
::
field_type
field_type
;
typedef
typename
T
::
field_type
field_type
;
...
...
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