From: Matthias Maier Date: Mon, 11 May 2015 09:20:24 +0000 (+0200) Subject: remove superfluous 'typenames', remove tabs X-Git-Tag: v8.3.0-rc1~182^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa50879341891a96e4e985c08f3b5d08f43c530;p=dealii.git remove superfluous 'typenames', remove tabs --- diff --git a/source/fe/fe_values.inst.in b/source/fe/fe_values.inst.in index 421d7dcc9c..a7054cea81 100644 --- a/source/fe/fe_values.inst.in +++ b/source/fe/fe_values.inst.in @@ -70,66 +70,66 @@ for (VEC : SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; deal_II_space_dimensi template void FEValuesViews::Scalar ::get_function_values - (const dealii::VEC&, std::vector::type>&) const; + (const dealii::VEC&, std::vector::type>&) const; template void FEValuesViews::Scalar ::get_function_gradients - (const dealii::VEC&, std::vector >::type>&) const; + (const dealii::VEC&, std::vector >::type>&) const; template void FEValuesViews::Scalar ::get_function_hessians - (const dealii::VEC&, std::vector >::type>&) const; + (const dealii::VEC&, std::vector >::type>&) const; template void FEValuesViews::Scalar ::get_function_laplacians - (const dealii::VEC&, std::vector::type> &) const; + (const dealii::VEC&, std::vector::type> &) const; template void FEValuesViews::Vector ::get_function_values - (const dealii::VEC&, std::vector >::type >&) const; + (const dealii::VEC&, std::vector >::type >&) const; template void FEValuesViews::Vector ::get_function_gradients - (const dealii::VEC&, std::vector >::type >&) const; + (const dealii::VEC&, std::vector >::type >&) const; template void FEValuesViews::Vector ::get_function_symmetric_gradients - (const dealii::VEC&, std::vector >::type >&) const; + (const dealii::VEC&, std::vector >::type >&) const; template void FEValuesViews::Vector ::get_function_curls - (const dealii::VEC&, std::vector::type>&) const; + (const dealii::VEC&, std::vector::type>&) const; template void FEValuesViews::Vector ::get_function_divergences - (const dealii::VEC&, std::vector::type>&) const; + (const dealii::VEC&, std::vector::type>&) const; template void FEValuesViews::Vector ::get_function_hessians - (const dealii::VEC&, std::vector >::type >&) const; + (const dealii::VEC&, std::vector >::type >&) const; template void FEValuesViews::Vector ::get_function_laplacians - (const dealii::VEC&, std::vector >::type >&) const; + (const dealii::VEC&, std::vector >::type >&) const; template void FEValuesViews::SymmetricTensor<2, deal_II_dimension, deal_II_space_dimension> ::get_function_values - (const dealii::VEC&, std::vector >::type>&) const; + (const dealii::VEC&, std::vector >::type>&) const; template void FEValuesViews::SymmetricTensor<2, deal_II_dimension, deal_II_space_dimension> ::get_function_divergences - (const dealii::VEC&, std::vector >::type>&) const; + (const dealii::VEC&, std::vector >::type>&) const; template void FEValuesViews::Tensor<2, deal_II_dimension, deal_II_space_dimension> ::get_function_values - (const dealii::VEC&, std::vector >::type>&) const; + (const dealii::VEC&, std::vector >::type>&) const; template void FEValuesViews::Tensor<2, deal_II_dimension, deal_II_space_dimension> ::get_function_divergences - (const dealii::VEC&, std::vector >::type>&) const; + (const dealii::VEC&, std::vector >::type>&) const; #endif #endif } @@ -143,77 +143,77 @@ for (VEC : SERIAL_VECTORS; deal_II_dimension : DIMENSIONS; deal_II_space_dimensi template void FEValuesBase::get_function_values - (const VEC&, std::vector&) const; + (const VEC&, std::vector&) const; template void FEValuesBase::get_function_values - (const VEC&, const VectorSlice >&, std::vector&) const; + (const VEC&, const VectorSlice >&, std::vector&) const; template void FEValuesBase::get_function_values - (const VEC&, std::vector > &) const; + (const VEC&, std::vector > &) const; template void FEValuesBase::get_function_values (const VEC&, const VectorSlice >&, - std::vector > &) const; + std::vector > &) const; template void FEValuesBase::get_function_values (const VEC&, const VectorSlice >&, - VectorSlice > >, bool) const; + VectorSlice > >, bool) const; template void FEValuesBase::get_function_gradients - (const VEC&, std::vector > &) const; + (const VEC&, std::vector > &) const; template void FEValuesBase::get_function_gradients (const VEC&, const VectorSlice >&, - std::vector > &) const; + std::vector > &) const; template void FEValuesBase::get_function_gradients - (const VEC&, std::vector > > &) const; + (const VEC&, std::vector > > &) const; template void FEValuesBase::get_function_gradients (const VEC&, const VectorSlice >&, - VectorSlice > > >, bool) const; + VectorSlice > > >, bool) const; template void FEValuesBase::get_function_hessians - (const VEC&, std::vector > &) const; + (const VEC&, std::vector > &) const; template void FEValuesBase::get_function_hessians (const VEC&, const VectorSlice >&, - std::vector > &) const; + std::vector > &) const; template void FEValuesBase::get_function_hessians - (const VEC&, std::vector > > &, bool) const; + (const VEC&, std::vector > > &, bool) const; template void FEValuesBase::get_function_hessians (const VEC&, const VectorSlice >&, - VectorSlice > > >, bool) const; + VectorSlice > > >, bool) const; template void FEValuesBase::get_function_laplacians - (const VEC&, std::vector&) const; + (const VEC&, std::vector&) const; template void FEValuesBase::get_function_laplacians - (const VEC&, const VectorSlice >&, std::vector&) const; + (const VEC&, const VectorSlice >&, std::vector&) const; template void FEValuesBase::get_function_laplacians - (const VEC&, std::vector > &) const; + (const VEC&, std::vector > &) const; template void FEValuesBase::get_function_laplacians (const VEC&, const VectorSlice >&, - std::vector > &) const; + std::vector > &) const; template void FEValuesBase::get_function_laplacians (const VEC&, const VectorSlice >&, - std::vector > &, bool) const; + std::vector > &, bool) const; #endif #endif @@ -226,115 +226,115 @@ for (deal_II_dimension : DIMENSIONS) { #if (deal_II_dimension == DIM_A) || (deal_II_dimension == DIM_B) template - void FEValuesViews::Scalar::get_function_values - (const dealii::IndexSet&, std::vector::type> &) const; + void FEValuesViews::Scalar::get_function_values + (const dealii::IndexSet&, std::vector::type> &) const; template - void FEValuesViews::Scalar::get_function_gradients - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Scalar::get_function_gradients + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Scalar::get_function_hessians - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Scalar::get_function_hessians + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Scalar::get_function_laplacians - (const dealii::IndexSet&, std::vector::type>&) const; + void FEValuesViews::Scalar::get_function_laplacians + (const dealii::IndexSet&, std::vector::type>&) const; template - void FEValuesViews::Vector::get_function_values - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector::get_function_values + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector::get_function_gradients - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector::get_function_gradients + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector::get_function_symmetric_gradients - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector::get_function_symmetric_gradients + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector::get_function_curls - (const dealii::IndexSet&, std::vector::type>&) const; + void FEValuesViews::Vector::get_function_curls + (const dealii::IndexSet&, std::vector::type>&) const; template - void FEValuesViews::Vector::get_function_divergences - (const dealii::IndexSet&, std::vector::type>&) const; + void FEValuesViews::Vector::get_function_divergences + (const dealii::IndexSet&, std::vector::type>&) const; template - void FEValuesViews::Vector::get_function_hessians - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector::get_function_hessians + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector::get_function_laplacians - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector::get_function_laplacians + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::SymmetricTensor<2,deal_II_dimension,deal_II_dimension>::get_function_values - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::SymmetricTensor<2,deal_II_dimension,deal_II_dimension>::get_function_values + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::SymmetricTensor<2,deal_II_dimension,deal_II_dimension>::get_function_divergences - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::SymmetricTensor<2,deal_II_dimension,deal_II_dimension>::get_function_divergences + (const dealii::IndexSet&, std::vector >::type>&) const; - template - void FEValuesViews::Tensor<2,deal_II_dimension,deal_II_dimension>::get_function_values - (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Tensor<2,deal_II_dimension,deal_II_dimension>::get_function_divergences - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Tensor<2,deal_II_dimension,deal_II_dimension>::get_function_values + (const dealii::IndexSet&, std::vector >::type>&) const; + template + void FEValuesViews::Tensor<2,deal_II_dimension,deal_II_dimension>::get_function_divergences + (const dealii::IndexSet&, std::vector >::type>&) const; #if deal_II_dimension != 3 template - void FEValuesViews::Scalar - ::get_function_values - (const dealii::IndexSet&, std::vector::type>&) const; + void FEValuesViews::Scalar + ::get_function_values + (const dealii::IndexSet&, std::vector::type>&) const; template - void FEValuesViews::Scalar - ::get_function_gradients - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Scalar + ::get_function_gradients + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Scalar - ::get_function_hessians - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Scalar + ::get_function_hessians + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Scalar - ::get_function_laplacians - (const dealii::IndexSet&, std::vector::type>&) const; + void FEValuesViews::Scalar + ::get_function_laplacians + (const dealii::IndexSet&, std::vector::type>&) const; template - void FEValuesViews::Vector - ::get_function_values - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector + ::get_function_values + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector - ::get_function_gradients - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector + ::get_function_gradients + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector - ::get_function_symmetric_gradients - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector + ::get_function_symmetric_gradients + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector - ::get_function_divergences - (const dealii::IndexSet&, std::vector::type>&) const; + void FEValuesViews::Vector + ::get_function_divergences + (const dealii::IndexSet&, std::vector::type>&) const; template - void FEValuesViews::Vector - ::get_function_hessians - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector + ::get_function_hessians + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Vector - ::get_function_laplacians - (const dealii::IndexSet&, std::vector >::type>&) const; + void FEValuesViews::Vector + ::get_function_laplacians + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::SymmetricTensor<2, deal_II_dimension, deal_II_dimension+1> + void FEValuesViews::SymmetricTensor<2, deal_II_dimension, deal_II_dimension+1> ::get_function_values - (const dealii::IndexSet&, std::vector >::type>&) const; + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::SymmetricTensor<2, deal_II_dimension, deal_II_dimension+1> + void FEValuesViews::SymmetricTensor<2, deal_II_dimension, deal_II_dimension+1> ::get_function_divergences - (const dealii::IndexSet&, std::vector >::type>&) const; + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Tensor<2, deal_II_dimension, deal_II_dimension+1> + void FEValuesViews::Tensor<2, deal_II_dimension, deal_II_dimension+1> ::get_function_values - (const dealii::IndexSet&, std::vector >::type>&) const; + (const dealii::IndexSet&, std::vector >::type>&) const; template - void FEValuesViews::Tensor<2, deal_II_dimension, deal_II_dimension+1> + void FEValuesViews::Tensor<2, deal_II_dimension, deal_II_dimension+1> ::get_function_divergences - (const dealii::IndexSet&, std::vector >::type>&) const; + (const dealii::IndexSet&, std::vector >::type>&) const; #endif #endif @@ -348,7 +348,7 @@ for (deal_II_dimension : DIMENSIONS) { #if (deal_II_dimension == DIM_A) || (deal_II_dimension == DIM_B) template - void FEValuesBase::get_function_values + void FEValuesBase::get_function_values (const IndexSet&, std::vector&) const; template void FEValuesBase::get_function_values @@ -401,7 +401,7 @@ for (deal_II_dimension : DIMENSIONS) VectorSlice > > >, bool) const; template - void FEValuesBase::get_function_laplacians + void FEValuesBase::get_function_laplacians (const IndexSet&, std::vector&) const; template void FEValuesBase::get_function_laplacians @@ -425,7 +425,7 @@ for (deal_II_dimension : DIMENSIONS) #if deal_II_dimension != 3 template - void FEValuesBase::get_function_values + void FEValuesBase::get_function_values (const IndexSet&, std::vector&) const; template void FEValuesBase::get_function_values @@ -478,7 +478,7 @@ for (deal_II_dimension : DIMENSIONS) VectorSlice > > >, bool) const; template - void FEValuesBase::get_function_laplacians + void FEValuesBase::get_function_laplacians (const IndexSet&, std::vector&) const; template void FEValuesBase::get_function_laplacians