From 87129681a89a13959bcb486e3cf03423e1a570a7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 May 2004 14:29:33 +0000 Subject: [PATCH] Let file die on mainline, since inused. Can be resurrected once the branch is merged, but until then should only live on the branch. git-svn-id: https://svn.dealii.org/trunk@9143 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/source/fe/fe_values.instance.h | 81 ------------------- 1 file changed, 81 deletions(-) delete mode 100644 deal.II/deal.II/source/fe/fe_values.instance.h diff --git a/deal.II/deal.II/source/fe/fe_values.instance.h b/deal.II/deal.II/source/fe/fe_values.instance.h deleted file mode 100644 index 550e88c79f..0000000000 --- a/deal.II/deal.II/source/fe/fe_values.instance.h +++ /dev/null @@ -1,81 +0,0 @@ -//----------------------------------------------------------------------- -// $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; -- 2.39.5