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
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
Patrick Jaap
dune-istl
Commits
9a294178
Commit
9a294178
authored
18 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fixes.
[[Imported from SVN: r639]]
parent
69fac122
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
istl/communicator.hh
+2
-3
2 additions, 3 deletions
istl/communicator.hh
istl/indexset.hh
+1
-1
1 addition, 1 deletion
istl/indexset.hh
with
3 additions
and
4 deletions
istl/communicator.hh
+
2
−
3
View file @
9a294178
...
...
@@ -176,7 +176,6 @@ namespace Dune
/**
* @brief Creates a new DatatypeCommunicator.
* @param remote The remote index set to use.
*/
DatatypeCommunicator
();
...
...
@@ -452,7 +451,7 @@ namespace Dune
* @warning The source and target data have to have the same layout as the ones given
* to the build function in case of variable size values at the indices.
* @param source The values will be copied from here to the send buffers.
* @param
targe
t The received values will be copied to here.
* @param
des
t The received values will be copied to here.
*/
template
<
class
GatherScatter
,
class
Data
>
void
forward
(
const
Data
&
source
,
Data
&
dest
);
...
...
@@ -482,7 +481,7 @@ namespace Dune
* subindex of the block at index.
* @warning The source and target data have to have the same layout as the ones given
* to the build function in case of variable size values at the indices.
* @param
targe
t The values will be copied from here to the send buffers.
* @param
des
t The values will be copied from here to the send buffers.
* @param source The received values will be copied to here.
*/
template
<
class
GatherScatter
,
class
Data
>
...
...
This diff is collapsed.
Click to expand it.
istl/indexset.hh
+
1
−
1
View file @
9a294178
...
...
@@ -458,7 +458,7 @@ namespace Dune
/**
* @brief Print an index set.
* @param os The outputstream to print to.
* @param
pair
The index set to print.
* @param
indexSet
The index set to print.
*/
template
<
class
TG
,
class
TL
,
int
N
>
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
ParallelIndexSet
<
TG
,
TL
,
N
>&
indexSet
);
...
...
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