Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-foamgrid
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
Service Desk
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
Ansgar Burchardt
dune-foamgrid
Commits
e5e0c9b2
Commit
e5e0c9b2
authored
9 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
There is no point in wrapping Intersections and Entities in MakeableInterfaceObjects anymore
parent
fb8391d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/foamgrid/foamgrid/foamgridentitypointer.hh
+1
-3
1 addition, 3 deletions
dune/foamgrid/foamgrid/foamgridentitypointer.hh
dune/foamgrid/foamgrid/foamgridintersectioniterators.hh
+2
-2
2 additions, 2 deletions
dune/foamgrid/foamgrid/foamgridintersectioniterators.hh
with
3 additions
and
5 deletions
dune/foamgrid/foamgrid/foamgridentitypointer.hh
+
1
−
3
View file @
e5e0c9b2
...
...
@@ -65,9 +65,7 @@ class FoamGridEntityPointer
protected
:
//! virtual entity
mutable
MakeableInterfaceObject
<
Entity
>
virtualEntity_
;
Entity
virtualEntity_
;
};
...
...
This diff is collapsed.
Click to expand it.
dune/foamgrid/foamgrid/foamgridintersectioniterators.hh
+
2
−
2
View file @
e5e0c9b2
...
...
@@ -188,7 +188,7 @@ private:
}
}
mutable
MakeableInterfaceObject
<
Intersection
>
intersection_
;
Intersection
intersection_
;
//! \brief pointer to map from facet index onto the intersections associated with the facet
//!
...
...
@@ -379,7 +379,7 @@ private:
/** \brief The actual intersection
*/
mutable
MakeableInterfaceObject
<
Intersection
>
intersection_
;
Intersection
intersection_
;
};
...
...
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