Skip to content
Snippets Groups Projects
Commit ffe9e71c authored by Dennis Gläser's avatar Dennis Gläser Committed by Martin Schneider
Browse files

[ff-pm] hide details from doxygen

parent 95ab06ed
No related branches found
No related tags found
1 merge request!3620[ff-pm-coupling] allow different discretization schemes
Pipeline #34280 passed
Pipeline: dumux-lecture

#34286

    Pipeline: dumux

    #34285

      Pipeline: dumux

      #34284

        +3
        ......@@ -19,6 +19,7 @@
        namespace Dumux {
        #ifndef DOXYGEN
        namespace FreeFlowPorousMediumDetail {
        // declaration (specialize for different discretization types)
        ......@@ -33,7 +34,8 @@ template<class MDTraits, class CouplingManager>
        struct FreeFlowPorousMediumCouplingConditionsSelector<MDTraits, CouplingManager, DiscretizationMethods::FCStaggered, DiscretizationMethods::CCTpfa, DiscretizationMethods::CCTpfa>
        { using type = FFPMCouplingConditionsStaggeredCCTpfa<MDTraits, CouplingManager>; };
        } // end namespace Detail
        } // end namespace FreeFlowPorousMediumDetail
        #endif // DOXYGEN
        template<class MDTraits, class CouplingManager>
        using FreeFlowPorousMediumCouplingConditions = typename FreeFlowPorousMediumDetail::FreeFlowPorousMediumCouplingConditionsSelector<MDTraits,CouplingManager>::type;
        ......
        ......@@ -17,8 +17,10 @@
        #include "couplingmanager_base.hh"
        #include "couplingmanager_staggered_cctpfa.hh"
        namespace Dumux {
        #ifndef DOXYGEN
        namespace FreeFlowPorousMediumDetail {
        // declaration (specialize for different discretization types)
        ......@@ -33,7 +35,8 @@ template<class MDTraits>
        struct FreeFlowPorousMediumCouplingManagerSelector<MDTraits, DiscretizationMethods::FCStaggered, DiscretizationMethods::CCTpfa, DiscretizationMethods::CCTpfa>
        { using type = FreeFlowPorousMediumCouplingManagerStaggeredCCTpfa<MDTraits>; };
        } // end namespace Detail
        } // end namespace FreeFlowPorousMediumDetail
        #endif // DOXYGEN
        template<class MDTraits>
        using FreeFlowPorousMediumCouplingManager = typename FreeFlowPorousMediumDetail::FreeFlowPorousMediumCouplingManagerSelector<MDTraits>::type;
        ......
        ......@@ -25,6 +25,7 @@
        namespace Dumux {
        #ifndef DOXYGEN
        namespace FreeFlowPorousMediumDetail {
        // global subdomain indices
        ......@@ -126,7 +127,8 @@ struct CouplingManagers
        = Dumux::FreeFlowMassPorousMediumCouplingManager<FreeFlowMassPorousMediumTraits>;
        };
        } // end namespace Detail
        } // end namespace FreeFlowPorousMediumDetail
        #endif // DOXYGEN
        /*!
        * \ingroup FreeFlowPorousMediumCoupling
        ......
        ......@@ -18,7 +18,6 @@
        namespace Dumux {
        /*!
        * \ingroup FreeFlowPorousMediumCoupling
        * \brief Coupling manager for coupling freeflow and porous medium flow models
        ......
        ......@@ -19,6 +19,7 @@
        namespace Dumux {
        #ifndef DOXYGEN
        namespace FreeFlowMassPorousMediumDetail {
        // declaration (specialize for different discretization types)
        ......@@ -32,7 +33,8 @@ template<class MDTraits>
        struct FreeFlowMassPorousMediumCouplingManagerSelector<MDTraits, DiscretizationMethods::CCTpfa, DiscretizationMethods::CCTpfa>
        { using type = FFMassPMCouplingManagerStaggeredCCTpfa<MDTraits>; };
        } // end namespace Detail
        } // end namespace FreeFlowMassPorousMediumDetail
        #endif // DOXYGEN
        template<class MDTraits>
        using FreeFlowMassPorousMediumCouplingManager = typename FreeFlowMassPorousMediumDetail::FreeFlowMassPorousMediumCouplingManagerSelector<MDTraits>::type;
        ......
        ......@@ -19,6 +19,7 @@
        namespace Dumux {
        #ifndef DOXYGEN
        namespace FreeFlowMomentumPorousMediumDetail {
        // declaration (specialize for different discretization types)
        ......@@ -32,7 +33,8 @@ template<class MDTraits>
        struct FreeFlowMomentumPorousMediumCouplingManagerSelector<MDTraits, DiscretizationMethods::FCStaggered, DiscretizationMethods::CCTpfa>
        { using type = FFMomentumPMCouplingManagerStaggeredCCTpfa<MDTraits>; };
        } // end namespace Detail
        } // end namespace FreeFlowMomentumPorousMediumDetail
        #endif // DOXYGEN
        template<class MDTraits>
        using FreeFlowMomentumPorousMediumCouplingManager = typename FreeFlowMomentumPorousMediumDetail::FreeFlowMomentumPorousMediumCouplingManagerSelector<MDTraits>::type;
        ......
        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