]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add explicit instantiations of some classes, since they are needed to generate the...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Sep 1998 11:45:08 +0000 (11:45 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 7 Sep 1998 11:45:08 +0000 (11:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@581 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_accessor.cc
deal.II/deal.II/source/grid/tria_boundary.cc [new file with mode: 0644]

index 440af1b02a7d5c25c75c6e8bce7019d7e653d3cd..dbe373b49aeacbe0fa1edf94cfc5304b02fd85a6 100644 (file)
@@ -523,6 +523,7 @@ template class DoFQuadAccessor<2,CellAccessor<2> >;
 template class DoFCellAccessor<2>;
 
 template class TriaRawIterator<2,DoFLineAccessor<2,LineAccessor<2> > >;
+template class TriaRawIterator<2,DoFQuadAccessor<2,QuadAccessor<2> > >;
 template class TriaRawIterator<2,DoFCellAccessor<2> >;
 template class TriaIterator<2,DoFLineAccessor<2,LineAccessor<2> > >;
 template class TriaIterator<2,DoFCellAccessor<2> >;
diff --git a/deal.II/deal.II/source/grid/tria_boundary.cc b/deal.II/deal.II/source/grid/tria_boundary.cc
new file mode 100644 (file)
index 0000000..64f0e36
--- /dev/null
@@ -0,0 +1,11 @@
+/* $Id$ */
+/* Copyright W. Bangerth, University of Heidelberg, 1998 */
+
+
+#include <grid/tria_boundary.h>
+
+
+// explicit instantiations
+template class Boundary<deal_II_dimension>;
+template class StraightBoundary<deal_II_dimension>;
+template class HyperBallBoundary<deal_II_dimension>;

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.