From 26e9f5d2da77c4afb100d1de18bddc124488944b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 20 Feb 2015 16:30:32 -0600 Subject: [PATCH] Reference video lectures. --- include/deal.II/fe/fe_system.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index abcbd707aa..38d68af64f 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -39,6 +39,8 @@ DEAL_II_NAMESPACE_OPEN * @ref vector_valued * module. * + * @videolecture{19,20} + * *

FESystem, components and blocks

* * An FESystem, except in the most trivial case, produces a vector-valued @@ -178,6 +180,8 @@ public: * step-20, step-22 and others for use cases. Also see the module on * @ref vector_valued "Handling vector valued problems". * + * @videolecture{19,20} + * * @param[in] fe The finite element that will be used to represent * the components of this composed element. * @param[in] n_elements An integer denoting how many copies of -- 2.39.5