diff --git a/dumux/linear/amgproperties.hh b/dumux/linear/amgproperties.hh index 5edf7d9f0a04f155a906d9112776ba1fd8ddafb3..9723d3d4f0f9cd6ce44341b214f23523aa0e60c8 100644 --- a/dumux/linear/amgproperties.hh +++ b/dumux/linear/amgproperties.hh @@ -42,15 +42,15 @@ namespace Dumux { -// forward declaration for the property definitions +// Forward declaration for the property definitions template <class TypeTag> class AMGBackend; namespace Properties { -//! the type traits required for using the AMG backend +//! The type traits required for using the AMG backend NEW_PROP_TAG(AmgTraits); -//! box: use the non-overlapping AMG +//! Box: use the non-overlapping AMG SET_PROP(BoxModel, AmgTraits) { public: @@ -77,7 +77,7 @@ public: #endif }; -//! cell-centered: use the overlapping AMG +//! Cell-centered: use the overlapping AMG SET_PROP(CCModel, AmgTraits) { public: @@ -103,7 +103,7 @@ public: #endif }; -//! decoupled model: use the overlapping AMG +//! Decoupled model: use the overlapping AMG SET_PROP(DecoupledModel, AmgTraits) { public: