Skip to content
Snippets Groups Projects
Commit 80646fe2 authored by Timo Koch's avatar Timo Koch
Browse files

[doc] Improve documentation of folder parallel

parent 8a719103
No related branches found
No related tags found
1 merge request!617[WIP] Next
......@@ -428,5 +428,5 @@
/* ***************** Parallel ******************/
/*!
* \defgroup Parallel Parallel
* TODO: Doc me in modules.txt!
* \brief Helpers for parallel runs with MPI
*/
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment