]> https://gitweb.dealii.org/ - dealii.git/commitdiff
instantiate DoFInfo for long double
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 21 Mar 2013 13:39:10 +0000 (13:39 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 21 Mar 2013 13:39:10 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@28968 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/mesh_worker.cc
deal.II/source/numerics/mesh_worker_info.cc
deal.II/source/numerics/mesh_worker_info.inst.in

index 9544cedb37bdd3d35af699df641d36c8c8db25c3..211a7e576464c94490060ea4cef5e06280be36cd 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -52,6 +52,7 @@ namespace MeshWorker
 
   template class LocalResults<float>;
   template class LocalResults<double>;
+  template class LocalResults<long double>;
 
   template <int dim, int spacedim, typename number>
   LocalIntegrator<dim, spacedim, number>::LocalIntegrator ()
index 24aa07773031971144e429cdc52aba58bffcd28d..a02e9a572ca7398f8cc352352079912dd9a38990 100644 (file)
@@ -1,8 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$
 //
-//    Copyright (C) 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index 6e3b7c50545ee5ef57a413377203b202cc20ef2b..d0225173a27aad1130b5e111a6d1e92173226e5a 100644 (file)
@@ -1,8 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$
 //
-//    Copyright (C) 2010, 2012 by the deal.II authors
+//    Copyright (C) 2010, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -32,6 +31,13 @@ namespace MeshWorker
   template void IntegrationInfo<deal_II_dimension>::fill_local_data(
     const DoFInfo<deal_II_dimension, deal_II_dimension, double>&, bool);
 
+  template class DoFInfo<deal_II_dimension,deal_II_dimension,long double>;
+  template class DoFInfoBox<deal_II_dimension,
+                            DoFInfo<deal_II_dimension,deal_II_dimension,long double> >;
+
+  template void IntegrationInfo<deal_II_dimension>::fill_local_data(
+    const DoFInfo<deal_II_dimension, deal_II_dimension, long double>&, bool);
+
 //   template void IntegrationInfo<deal_II_dimension>
 //   ::initialize<FEValues<deal_II_dimension> >(
 //     const FiniteElement<deal_II_dimension>&, const Mapping<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.