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
extensions
dune-foamgrid
Commits
82bfcf9b
Commit
82bfcf9b
authored
5 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[cleanup] Fix wrong whitespace
parent
a5649061
No related branches found
No related tags found
1 merge request
!63
Feature/implement entity type
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/foamgrid/foamgrid/foamgridentity.hh
+5
-5
5 additions, 5 deletions
dune/foamgrid/foamgrid/foamgridentity.hh
with
5 additions
and
5 deletions
dune/foamgrid/foamgrid/foamgridentity.hh
+
5
−
5
View file @
82bfcf9b
...
...
@@ -281,14 +281,14 @@ class FoamGridEntity<0, 2, GridImp> :
}
/*! Return number of subentities with codimension cc.
*
*
* That number is (dim over (dim-codim)) times 2^codim
*/
unsigned
int
subEntities
(
unsigned
int
codim
)
const
{
assert
(
0
<=
codim
&&
codim
<=
2
);
unsigned
int
subEntities
(
unsigned
int
codim
)
const
{
assert
(
0
<=
codim
&&
codim
<=
2
);
return
(
codim
==
0
)
?
1
:
3
;
}
}
/** \brief Return index of sub entity with codim = cc and local number i
*/
...
...
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