Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Commits
80646fe2
Commit
80646fe2
authored
7 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Improve documentation of folder parallel
parent
8a719103
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!617
[WIP] Next
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/doxygen/modules.txt
+1
-1
1 addition, 1 deletion
doc/doxygen/modules.txt
dumux/parallel/vertexhandles.hh
+7
-6
7 additions, 6 deletions
dumux/parallel/vertexhandles.hh
with
8 additions
and
7 deletions
doc/doxygen/modules.txt
+
1
−
1
View file @
80646fe2
...
...
@@ -428,5 +428,5 @@
/* ***************** Parallel ******************/
/*!
* \defgroup Parallel Parallel
*
TODO: Doc me in modules.txt!
*
\brief Helpers for parallel runs with MPI
*/
This diff is collapsed.
Click to expand it.
dumux/parallel/vertexhandles.hh
+
7
−
6
View file @
80646fe2
...
...
@@ -18,9 +18,9 @@
*****************************************************************************/
/*!
* \file
*
* \brief Provides data handles for parallel communication which
*
operate on vertices
*
\ingroup Parallel
* \brief Provides data handles for parallel communication which
operate on vertices
*
\note This is useful for schemes with degrees of freedom on vertices (box scheme)
*/
#ifndef DUMUX_VERTEX_HANDLES_HH
#define DUMUX_VERTEX_HANDLES_HH
...
...
@@ -28,9 +28,10 @@
#include
<dune/grid/common/datahandleif.hh>
namespace
Dumux
{
namespace
Dumux
{
/*!
* \ingroup Parallel
* \brief Data handle for parallel communication which sums up all
* values are attached to vertices
*/
...
...
@@ -206,6 +207,6 @@ private:
Container
&
container_
;
};
}
}
// end namespace Dumux
#endif
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