]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Declare that we intend to specialize MGDoFObjectAccessor.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 17:05:29 +0000 (17:05 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 17:05:29 +0000 (17:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@5621 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_dof_accessor.h
deal.II/deal.II/include/multigrid/mg_dof_handler.h

index 0039968ce251c4d605e574cc8707f1cac773b97c..ca3bd81946217eda06be5c0f2aed8084a414d2bb 100644 (file)
 
 template <int dim> class MGDoFHandler;
 
+template <int celldim, int dim> class MGDoFObjectAccessor;
+template <int dim>              class MGDoFObjectAccessor<0, dim>;
+template <int dim>              class MGDoFObjectAccessor<1, dim>;
+template <int dim>              class MGDoFObjectAccessor<2, dim>;
+template <int dim>              class MGDoFObjectAccessor<3, dim>;
+
+
 /**
  * Define the basis for accessors to the degrees of freedom for
  * a multigrid DoF handler object.
index f5c64ba6b555392fe72d4e196aa44bbf4acdc1ae..ad8a5bab5d8c1ffc89702bf0a5a20bcad7f431b0 100644 (file)
 
 template <int dim> class MGDoFCellAccessor;
 template <int celldim, int dim> class MGDoFObjectAccessor;
+template <int dim>              class MGDoFObjectAccessor<0, dim>;
+template <int dim>              class MGDoFObjectAccessor<1, dim>;
+template <int dim>              class MGDoFObjectAccessor<2, dim>;
+template <int dim>              class MGDoFObjectAccessor<3, dim>;
 
 /**
  * Define some types which differ between the dimensions. This class

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.