From cea4919916d30f7fed06c14cd4ff2feb24a9a398 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 7 May 2018 14:29:24 +0200 Subject: [PATCH] Added references to step-60 in header files. --- include/deal.II/base/parameter_acceptor.h | 4 ++++ include/deal.II/non_matching/coupling.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/include/deal.II/base/parameter_acceptor.h b/include/deal.II/base/parameter_acceptor.h index 563d12ab06..2c818a5b99 100644 --- a/include/deal.II/base/parameter_acceptor.h +++ b/include/deal.II/base/parameter_acceptor.h @@ -338,6 +338,8 @@ DEAL_II_NAMESPACE_OPEN * fill the section name with a human readable version of the class name * itself. * + * See the tutorial program step-60 for an example on how to use this class. + * * @author Luca Heltai, 2017. */ class ParameterAcceptor : public Subscriptor @@ -568,6 +570,8 @@ protected: * ParsedFunction class, with automatic declaration and parsing of parameter * files. * + * See the tutorial program step-60 for an example on how to use this class. + * * @author Luca Heltai, 2018 */ template diff --git a/include/deal.II/non_matching/coupling.h b/include/deal.II/non_matching/coupling.h index a7c08685a1..65b8bb70f2 100644 --- a/include/deal.II/non_matching/coupling.h +++ b/include/deal.II/non_matching/coupling.h @@ -84,6 +84,9 @@ namespace NonMatching * An exception is thrown if you use an immersed * parallel::distributed::Triangulation. * + * See the tutorial program step-60 for an example on how to use this + * function. + * * @author Luca Heltai, 2018 */ template @@ -157,6 +160,9 @@ namespace NonMatching * An exception is thrown if you use an immersed * parallel::distributed::Triangulation. * + * See the tutorial program step-60 for an example on how to use this + * function. + * * @author Luca Heltai, 2018 */ template -- 2.39.5