]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add obviously forgotten function.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Oct 2002 16:28:41 +0000 (16:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Oct 2002 16:28:41 +0000 (16:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@6676 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_dgq.cc

index 1702fbb5c62043dca846e5840f82e0601318cd91..3715bf68a368b5372ce165195ae550b30977fed2 100644 (file)
@@ -659,6 +659,16 @@ FE_DGQ<dim>::base_element (const unsigned int index) const
 
 
 
+template <int dim>
+unsigned int
+FE_DGQ<dim>::element_multiplicity (const unsigned int index) const
+{
+  Assert (index==0, ExcIndexRange(index, 0, 1));
+  return 1;
+};
+
+
+
 template <int dim>
 bool
 FE_DGQ<dim>::has_support_on_face (const unsigned int shape_index,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.