Skip to content
Snippets Groups Projects
Commit b0dbb09b authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[amgproperties.hh]: Doxygen comments for properties unitized

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15328 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c32d5e70
No related branches found
No related tags found
No related merge requests found
...@@ -42,15 +42,15 @@ ...@@ -42,15 +42,15 @@
namespace Dumux namespace Dumux
{ {
// forward declaration for the property definitions // Forward declaration for the property definitions
template <class TypeTag> class AMGBackend; template <class TypeTag> class AMGBackend;
namespace Properties namespace Properties
{ {
//! the type traits required for using the AMG backend //! The type traits required for using the AMG backend
NEW_PROP_TAG(AmgTraits); NEW_PROP_TAG(AmgTraits);
//! box: use the non-overlapping AMG //! Box: use the non-overlapping AMG
SET_PROP(BoxModel, AmgTraits) SET_PROP(BoxModel, AmgTraits)
{ {
public: public:
...@@ -77,7 +77,7 @@ public: ...@@ -77,7 +77,7 @@ public:
#endif #endif
}; };
//! cell-centered: use the overlapping AMG //! Cell-centered: use the overlapping AMG
SET_PROP(CCModel, AmgTraits) SET_PROP(CCModel, AmgTraits)
{ {
public: public:
...@@ -103,7 +103,7 @@ public: ...@@ -103,7 +103,7 @@ public:
#endif #endif
}; };
//! decoupled model: use the overlapping AMG //! Decoupled model: use the overlapping AMG
SET_PROP(DecoupledModel, AmgTraits) SET_PROP(DecoupledModel, AmgTraits)
{ {
public: public:
......
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