From: guido Date: Mon, 15 Mar 2004 10:26:00 +0000 (+0000) Subject: file will be used after merge of split_fevalues_branch X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d96407048d6eef9b74617d74b53f2cd9367cd931;p=dealii-svn.git file will be used after merge of split_fevalues_branch git-svn-id: https://svn.dealii.org/trunk@8731 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 index 0000000000..550e88c79f --- /dev/null +++ b/deal.II/deal.II/source/fe/fe_values.instance.h @@ -0,0 +1,81 @@ +//----------------------------------------------------------------------- +// $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 macro IN is in fe_values.cc + + +template +void FEValuesBase::get_function_values< IN > +(const IN&, + std::vector&) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN&, + std::vector&) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN &, + std::vector > &) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN &, + std::vector > &) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN&, + const std::vector&, + std::vector&) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN&, + const std::vector&, + std::vector&) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN&, + const std::vector&, + std::vector >&) const; + +template +void FEValuesBase::get_function_values< IN > +(const IN&, + const std::vector&, + std::vector >&) const; + +template +void FEValuesBase::get_function_grads< IN > +(const IN &, + std::vector > &) const; + +template +void FEValuesBase::get_function_grads< IN > +(const IN &, + std::vector > > &) const; + +template +void FEValuesBase::get_function_2nd_derivatives< IN > +(const IN &, + std::vector > &) const; + +template +void FEValuesBase::get_function_2nd_derivatives< IN > +(const IN &, + std::vector > > &) const;