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
GitLab 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
a58167c4
There was a problem fetching the pipeline summary.
Commit
a58167c4
authored
Mar 23, 2018
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Make 'numVertices' work for uninitialised patches by returning zero
parent
7288887c
Branches
Branches containing commit
No related tags found
1 merge request
!25
Make 'numVertices' work for uninitialised patches by returning zero
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/boundarypatch.hh
+2
-0
2 additions, 0 deletions
dune/fufem/boundarypatch.hh
with
2 additions
and
0 deletions
dune/fufem/boundarypatch.hh
+
2
−
0
View file @
a58167c4
...
...
@@ -616,6 +616,8 @@ public:
/** \brief Returns the number of vertices in the surface */
int
numVertices
()
const
{
if
(
gridView_
==
nullptr
)
return
0
;
if
(
!
this
->
verticesAreUpToDate_
)
this
->
makeVertices
();
...
...
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