]> https://gitweb.dealii.org/ - dealii.git/commitdiff
continuing on block wise assembling
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 25 May 2004 12:20:02 +0000 (12:20 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 25 May 2004 12:20:02 +0000 (12:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@9318 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_values.instance.h [new file with mode: 0644]

diff --git a/deal.II/deal.II/source/fe/fe_values.instance.h b/deal.II/deal.II/source/fe/fe_values.instance.h
new file mode 100644 (file)
index 0000000..40a9d44
--- /dev/null
@@ -0,0 +1,48 @@
+//-----------------------------------------------------------------------
+//    $Id$
+//    Version: $Name$
+//
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//-----------------------------------------------------------------------
+
+// Instantiations of functions in FEValuesBase
+
+// Definition of vector type macros is in fe_values.cc
+
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_values<IN>
+(const IN&, std::vector<double>&) const;
+template
+void FEValuesBase<deal_II_dimension>::get_function_values<IN>
+(const IN&, std::vector<float>&) const;
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_values<IN>
+(const IN&, std::vector<Vector<double> > &) const;
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_values<IN>
+(const IN&, std::vector<Vector<float> > &) const;
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_grads<IN>
+(const IN&, std::vector<Tensor<1,deal_II_dimension> > &) const;
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_grads<IN>
+(const IN&, std::vector<std::vector<Tensor<1,deal_II_dimension> > > &) const;
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_2nd_derivatives<IN>
+(const IN&, std::vector<Tensor<2,deal_II_dimension> > &) const;
+
+template
+void FEValuesBase<deal_II_dimension>::get_function_2nd_derivatives<IN>
+(const IN&, std::vector<std::vector<Tensor<2,deal_II_dimension> > > &) const;

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.