Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-subgrid
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
Show more breadcrumbs
agnumpde
dune-subgrid
Commits
b9f93a77
Commit
b9f93a77
authored
13 years ago
by
Oliver Sander
Committed by
sander@FU-BERLIN.DE
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
spelling
[[Imported from SVN: r376]]
parent
5f05697f
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/subgrid/subgrid.hh
+2
-2
2 additions, 2 deletions
dune/subgrid/subgrid.hh
dune/subgrid/subgrid/subgridentityseed.hh
+2
-2
2 additions, 2 deletions
dune/subgrid/subgrid/subgridentityseed.hh
with
4 additions
and
4 deletions
dune/subgrid/subgrid.hh
+
2
−
2
View file @
b9f93a77
...
@@ -318,7 +318,7 @@ class SubGrid :
...
@@ -318,7 +318,7 @@ class SubGrid :
}
}
/** \brief Create EntityPointer from EnitySeed */
/** \brief Create EntityPointer from En
t
itySeed */
template
<
class
EntitySeed
>
template
<
class
EntitySeed
>
typename
Traits
::
template
Codim
<
EntitySeed
::
codimension
>
::
EntityPointer
typename
Traits
::
template
Codim
<
EntitySeed
::
codimension
>
::
EntityPointer
entityPointer
(
const
EntitySeed
&
seed
)
const
entityPointer
(
const
EntitySeed
&
seed
)
const
...
@@ -355,7 +355,7 @@ class SubGrid :
...
@@ -355,7 +355,7 @@ class SubGrid :
* The parameter is currently ignored
* The parameter is currently ignored
*
*
* \return <ul>
* \return <ul>
* <li> true, if marking was succesfull </li>
* <li> true, if marking was succes
s
full </li>
* <li> false, if marking was not possible </li>
* <li> false, if marking was not possible </li>
* </ul>
* </ul>
*/
*/
...
...
This diff is collapsed.
Click to expand it.
dune/subgrid/subgrid/subgridentityseed.hh
+
2
−
2
View file @
b9f93a77
...
@@ -11,7 +11,7 @@ namespace Dune {
...
@@ -11,7 +11,7 @@ namespace Dune {
/**
/**
* \brief The EntitySeed class provides the minmal information needed to restore an Entity using the grid.
* \brief The EntitySeed class provides the min
i
mal information needed to restore an Entity using the grid.
* \ingroup SubGrid
* \ingroup SubGrid
*
*
*/
*/
...
@@ -36,7 +36,7 @@ class SubGridEntitySeed
...
@@ -36,7 +36,7 @@ class SubGridEntitySeed
* We call hostEntity.seed() directly in the constructor
* We call hostEntity.seed() directly in the constructor
* of SubGridEntitySeed to allow for return value optimization.
* of SubGridEntitySeed to allow for return value optimization.
*
*
* If w
ould
use SubGridEntitySeed(hostEntity.seed())
* If w
e
use
d
SubGridEntitySeed(hostEntity.seed())
* we would have one copy even with optimization enabled.
* we would have one copy even with optimization enabled.
*/
*/
SubGridEntitySeed
(
const
HostEntity
&
hostEntity
)
:
SubGridEntitySeed
(
const
HostEntity
&
hostEntity
)
:
...
...
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