diff --git a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh index ab2729ba90bbf1fed33e4501d3aa8bd9a779c446..bc00a1dab6c68963199ca22102e42221fea7bbc9 100644 --- a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh +++ b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/localrulesforplatonicbody.hh @@ -588,6 +588,7 @@ private: /*! * \ingroup Fluidmatrixinteractions + * \ingroup PoreNetworkModels * \brief A default configuration for using the VanGenuchten material law */ template<Pore::Shape shape, typename Scalar = double> @@ -598,6 +599,7 @@ using TwoPLocalRulesPlatonicBodyDefault = SingleShapeTwoPLocalRules<Scalar, /*! * \ingroup Fluidmatrixinteractions + * \ingroup PoreNetworkModels * \brief A default configuration without regularization for using the VanGenuchten material law */ template<Pore::Shape shape, typename Scalar = double> diff --git a/dumux/multidomain/fvassembler.hh b/dumux/multidomain/fvassembler.hh index cea5ffcf23d7ce180e777d2410f2d8ed1e5415d6..4603259c5f99803506f5c04ccb5256b33aaf642e 100644 --- a/dumux/multidomain/fvassembler.hh +++ b/dumux/multidomain/fvassembler.hh @@ -55,6 +55,7 @@ namespace Dumux { /*! * \ingroup MultiDomain + * \ingroup Assembly * \brief trait that is specialized for coupling manager supporting multithreaded assembly */ template<class CM> diff --git a/dumux/multidomain/staggeredcouplingmanager.hh b/dumux/multidomain/staggeredcouplingmanager.hh index 65a78bbc05e29887c6b18c780a67bd84872fe64c..198323c0600c056617dc2b477c81d18476812515 100644 --- a/dumux/multidomain/staggeredcouplingmanager.hh +++ b/dumux/multidomain/staggeredcouplingmanager.hh @@ -158,6 +158,7 @@ public: /*! * \ingroup MultiDomain + * \ingroup StaggeredDiscretization * \brief evaluates the face residual of a coupled face of domain i which depends on the variables * at the degree of freedom with index dofIdxGlobalJ of domain j * diff --git a/dumux/multidomain/subdomaincclocalassembler.hh b/dumux/multidomain/subdomaincclocalassembler.hh index 61be763a1234cf14888882d79f0fc243499d86bb..fb79b537fc93c260ed74df7af59ebb1d527ac77e 100644 --- a/dumux/multidomain/subdomaincclocalassembler.hh +++ b/dumux/multidomain/subdomaincclocalassembler.hh @@ -785,6 +785,7 @@ public: /*! * \ingroup Assembly * \ingroup CCDiscretization + * \ingroup MultiDomain * \brief Cell-centered scheme local assembler using analytic differentiation and implicit time discretization */ template<std::size_t id, class TypeTag, class Assembler>