Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Core Modules
dune-istl
Commits
36e1e8f3
Commit
36e1e8f3
authored
20 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
avoid a doxygen warning
[[Imported from SVN: r172]]
parent
ef6c3c0e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
istl/indexset.hh
+3
-2
3 additions, 2 deletions
istl/indexset.hh
with
3 additions
and
2 deletions
istl/indexset.hh
+
3
−
2
View file @
36e1e8f3
...
...
@@ -337,11 +337,12 @@ namespace Dune
/**
* @brief Indicate that the resizing finishes.
*
* Now every index will get its local id. The local indices will be ordered
* according to the global indices:
* Let $(g_i,l_i)_{i=0}^N$ be the set of all indices then $l_i < l_j$
* Let
\f
$(g_i,l_i)_{i=0}^N
\f
$ be the set of all indices then
\f
$l_i < l_j
\f
$
* if and
* only if $g_i < g_j$ for arbitrary $i \neq j$.
* only if
\f
$g_i < g_j
\f
$ for arbitrary
\f
$i \neq j
\f
$.
* @exception InvalidState If index set was not in
* IndexSetState::RESIZE mode.
*/
...
...
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