From: bangerth Date: Sat, 31 Mar 2012 09:23:59 +0000 (+0000) Subject: Convert tabs into spaces so that editors with different notions how many spaces a... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b70627bfb9db6f44cd4648c1ecba3bc43015ac;p=dealii-svn.git Convert tabs into spaces so that editors with different notions how many spaces a tab corresponds to still all show our carefully indented code correctly. git-svn-id: https://svn.dealii.org/trunk@25346 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/distributed/grid_refinement.inst.in b/deal.II/source/distributed/grid_refinement.inst.in index 0d2ff3c385..ab54188964 100644 --- a/deal.II/source/distributed/grid_refinement.inst.in +++ b/deal.II/source/distributed/grid_refinement.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/source/numerics/data_out.inst.in b/deal.II/source/numerics/data_out.inst.in index 5daa01355f..b084eabe27 100644 --- a/deal.II/source/numerics/data_out.inst.in +++ b/deal.II/source/numerics/data_out.inst.in @@ -20,19 +20,19 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENS add_data_vector (const VEC &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension>:: add_data_vector (const VEC &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension>:: add_data_vector (const VEC &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); // stuff needed for face data @@ -41,19 +41,19 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENS add_data_vector (const VEC &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension-1,deal_II_dimension>:: add_data_vector (const VEC &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension-1,deal_II_dimension>:: add_data_vector (const VEC &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); // things for DataOutRotation @@ -62,19 +62,19 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENS add_data_vector (const VEC &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension+1,deal_II_dimension+1>:: add_data_vector (const VEC &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension+1,deal_II_dimension+1>:: add_data_vector (const VEC &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); // codim 1 @@ -84,19 +84,19 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENS add_data_vector (const VEC &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension+1>:: add_data_vector (const VEC &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension+1>:: add_data_vector (const VEC &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); #endif @@ -104,24 +104,24 @@ for (VEC : SERIAL_VECTORS; DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENS // codim 2 #if deal_II_dimension == 3 - template void + template void DataOut_DoFData,1,3>:: - add_data_vector (const VEC &, - const std::string &, - const DataVectorType, - const std::vector &); + add_data_vector (const VEC &, + const std::string &, + const DataVectorType, + const std::vector &); - template void + template void DataOut_DoFData,1,3>:: - add_data_vector (const VEC &, - const std::vector &, - const DataVectorType, - const std::vector &); + add_data_vector (const VEC &, + const std::vector &, + const DataVectorType, + const std::vector &); - template void + template void DataOut_DoFData,1,3>:: - add_data_vector (const VEC &, - const DataPostprocessor::space_dimension> &); + add_data_vector (const VEC &, + const DataPostprocessor::space_dimension> &); #endif } @@ -137,19 +137,19 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS) add_data_vector (const IndexSet &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension>:: add_data_vector (const IndexSet &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension>:: add_data_vector (const IndexSet &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); // stuff needed for face data @@ -158,19 +158,19 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS) add_data_vector (const IndexSet &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension-1,deal_II_dimension>:: add_data_vector (const IndexSet &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension-1,deal_II_dimension>:: add_data_vector (const IndexSet &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); // things for DataOutRotation @@ -179,19 +179,19 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS) add_data_vector (const IndexSet &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension+1,deal_II_dimension+1>:: add_data_vector (const IndexSet &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension+1,deal_II_dimension+1>:: add_data_vector (const IndexSet &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); // codim 1 @@ -201,19 +201,19 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS) add_data_vector (const IndexSet &, const std::string &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension+1>:: add_data_vector (const IndexSet &, const std::vector &, const DataVectorType, - const std::vector &); + const std::vector &); template void DataOut_DoFData,deal_II_dimension,deal_II_dimension+1>:: add_data_vector (const IndexSet &, - const DataPostprocessor::space_dimension> &); + const DataPostprocessor::space_dimension> &); #endif } @@ -238,7 +238,7 @@ for (DH : DOFHANDLER_TEMPLATES; deal_II_dimension : DIMENSIONS) #if deal_II_dimension < 3 template class DataOut >; #endif - + #if deal_II_dimension == 3 template class DataOut_DoFData,1,3>; template class DataOut_DoFData,1,3>; diff --git a/deal.II/source/numerics/data_out_faces.inst.in b/deal.II/source/numerics/data_out_faces.inst.in index 87a8b2ee40..f33ccf0591 100644 --- a/deal.II/source/numerics/data_out_faces.inst.in +++ b/deal.II/source/numerics/data_out_faces.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/source/numerics/data_out_rotation.inst.in b/deal.II/source/numerics/data_out_rotation.inst.in index ed90dd3f87..95bbbea204 100644 --- a/deal.II/source/numerics/data_out_rotation.inst.in +++ b/deal.II/source/numerics/data_out_rotation.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/source/numerics/data_out_stack.inst.in b/deal.II/source/numerics/data_out_stack.inst.in index 401fa981a7..2c77b5ff57 100644 --- a/deal.II/source/numerics/data_out_stack.inst.in +++ b/deal.II/source/numerics/data_out_stack.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -17,17 +17,17 @@ template class DataOutStack >:: add_data_vector (const Vector &vec, - const std::string &name); + const std::string &name); template void DataOutStack >:: add_data_vector (const Vector &vec, - const std::string &name); + const std::string &name); template class DataOutStack >; template void DataOutStack >:: add_data_vector (const Vector &vec, - const std::string &name); + const std::string &name); template void DataOutStack >:: add_data_vector (const Vector &vec, - const std::string &name); + const std::string &name); } diff --git a/deal.II/source/numerics/data_postprocessor.inst.in b/deal.II/source/numerics/data_postprocessor.inst.in index 3a1304c683..601653a179 100644 --- a/deal.II/source/numerics/data_postprocessor.inst.in +++ b/deal.II/source/numerics/data_postprocessor.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/source/numerics/derivative_approximation.inst.in b/deal.II/source/numerics/derivative_approximation.inst.in index 92905d5b5d..d42c581e95 100644 --- a/deal.II/source/numerics/derivative_approximation.inst.in +++ b/deal.II/source/numerics/derivative_approximation.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -129,7 +129,7 @@ derivative_norm(const Tensor<3,deal_II_dimension> &derivative); // static variables -// +// // on AIX, the linker is unhappy about some missing symbols. they // should really be there, but explicitly instantiating them will also // not hurt diff --git a/deal.II/source/numerics/error_estimator.inst.in b/deal.II/source/numerics/error_estimator.inst.in index 3512bd02e6..41fcf4da9b 100644 --- a/deal.II/source/numerics/error_estimator.inst.in +++ b/deal.II/source/numerics/error_estimator.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010, 2011 by the deal.II authors +// Copyright (C) 2010, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -82,11 +82,11 @@ estimate > (const DH const Function *, \ const unsigned int , \ const unsigned int , \ - const types::material_id_t);\ - + const types::material_id_t);\ + #if deal_II_dimension == 2 || deal_II_dimension == 1 -#define INSTANTIATE_CODIM(InputVector,DH,Q) \ +#define INSTANTIATE_CODIM(InputVector,DH,Q) \ template \ void \ KellyErrorEstimator:: \ @@ -148,14 +148,14 @@ estimate > (const DH,DoFHandler) diff --git a/deal.II/source/numerics/fe_field_function.inst.in b/deal.II/source/numerics/fe_field_function.inst.in index 7e51bae6b8..3ac96c122e 100644 --- a/deal.II/source/numerics/fe_field_function.inst.in +++ b/deal.II/source/numerics/fe_field_function.inst.in @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2007, 2008, 2009, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -13,11 +13,11 @@ for (VECTOR : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) { - template class FEFieldFunction, - VECTOR>; + template class FEFieldFunction, + VECTOR>; - template class FEFieldFunction, - VECTOR>; + template class FEFieldFunction, + VECTOR>; } diff --git a/deal.II/source/numerics/matrices.inst.in b/deal.II/source/numerics/matrices.inst.in index 7ce29a90dc..ad686e7118 100644 --- a/deal.II/source/numerics/matrices.inst.in +++ b/deal.II/source/numerics/matrices.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -181,7 +181,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS #if deal_II_dimension != 1 - + template void @@ -208,7 +208,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS std::vector); #endif - + // non-hp versions of create_laplace_matrix template @@ -275,7 +275,7 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS const Function * const coefficient); - + #endif } diff --git a/deal.II/source/numerics/mesh_worker_info.inst.in b/deal.II/source/numerics/mesh_worker_info.inst.in index 92f6d95f8f..6e3b7c5054 100644 --- a/deal.II/source/numerics/mesh_worker_info.inst.in +++ b/deal.II/source/numerics/mesh_worker_info.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -20,14 +20,14 @@ namespace MeshWorker template class DoFInfo; template class DoFInfoBox >; + DoFInfo >; template void IntegrationInfo::fill_local_data( const DoFInfo&, bool); template class DoFInfo; template class DoFInfoBox >; + DoFInfo >; template void IntegrationInfo::fill_local_data( const DoFInfo&, bool); diff --git a/deal.II/source/numerics/mesh_worker_vector_selector.inst.in b/deal.II/source/numerics/mesh_worker_vector_selector.inst.in index 02c033d720..f74d06648c 100644 --- a/deal.II/source/numerics/mesh_worker_vector_selector.inst.in +++ b/deal.II/source/numerics/mesh_worker_vector_selector.inst.in @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id: fe_field_function.inst.in 19046 2009-07-08 19:30:23Z bangerth $ // -// Copyright (C) 2009, 2010 by the deal.II authors +// Copyright (C) 2009, 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/source/numerics/operator.inst.in b/deal.II/source/numerics/operator.inst.in index 536d4db147..fb22599ec7 100644 --- a/deal.II/source/numerics/operator.inst.in +++ b/deal.II/source/numerics/operator.inst.in @@ -2,7 +2,7 @@ // $Id: vectors.inst.in 19046 2009-07-08 19:30:23Z bangerth $ // Version: $Name$ // -// Copyright (C) 2010 by the deal.II authors +// Copyright (C) 2010, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,6 +12,6 @@ //--------------------------------------------------------------------------- for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) -{ +{ template class DoFOutputOperator; } diff --git a/deal.II/source/numerics/point_value_history.inst.in b/deal.II/source/numerics/point_value_history.inst.in index 92625c0d72..9d3fdbeaf1 100644 --- a/deal.II/source/numerics/point_value_history.inst.in +++ b/deal.II/source/numerics/point_value_history.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2009 by Michael Rapson and the deal.II authors +// Copyright (C) 2009, 2012 by Michael Rapson and the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -19,9 +19,9 @@ for (deal_II_dimension : DIMENSIONS) for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS) -{ +{ template - void PointValueHistory::evaluate_field + void PointValueHistory::evaluate_field (const std::string &, const VEC &); } diff --git a/deal.II/source/numerics/solution_transfer.inst.in b/deal.II/source/numerics/solution_transfer.inst.in index b5ed471c96..e50bb475ea 100644 --- a/deal.II/source/numerics/solution_transfer.inst.in +++ b/deal.II/source/numerics/solution_transfer.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -14,36 +14,36 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS) { #if deal_II_dimension <= deal_II_space_dimension - + template class SolutionTransfer, DoFHandler >; template class SolutionTransfer, DoFHandler >; template class SolutionTransfer, hp::DoFHandler >; template class SolutionTransfer, hp::DoFHandler >; - + template class SolutionTransfer, DoFHandler >; template class SolutionTransfer, DoFHandler >; template class SolutionTransfer, hp::DoFHandler >; template class SolutionTransfer, hp::DoFHandler >; - - + + #ifdef DEAL_II_USE_PETSC template class SolutionTransfer >; template class SolutionTransfer >; - + template class SolutionTransfer >; template class SolutionTransfer >; #endif - + #ifdef DEAL_II_USE_TRILINOS template class SolutionTransfer >; template class SolutionTransfer >; - + template class SolutionTransfer >; template class SolutionTransfer >; - + template class SolutionTransfer >; template class SolutionTransfer >; - + template class SolutionTransfer >; template class SolutionTransfer >; #endif diff --git a/deal.II/source/numerics/time_dependent.inst.in b/deal.II/source/numerics/time_dependent.inst.in index 734bab432e..863f5d5524 100644 --- a/deal.II/source/numerics/time_dependent.inst.in +++ b/deal.II/source/numerics/time_dependent.inst.in @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer diff --git a/deal.II/source/numerics/vectors.inst.in b/deal.II/source/numerics/vectors.inst.in index e6b6df4cb0..6faf1f39c8 100644 --- a/deal.II/source/numerics/vectors.inst.in +++ b/deal.II/source/numerics/vectors.inst.in @@ -18,103 +18,103 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens template - void integrate_difference, deal_II_space_dimension> - (const DoFHandler&, - const VEC&, - const Function&, - Vector&, - const Quadrature&, - const NormType&, - const Function*, - const double); - - template - void integrate_difference, deal_II_space_dimension > - (const DoFHandler&, - const VEC&, - const Function&, - Vector&, - const Quadrature&, - const NormType&, - const Function*, - const double); - - template - void integrate_difference, deal_II_space_dimension> - (const Mapping&, - const DoFHandler&, - const VEC&, - const Function&, - Vector&, - const Quadrature&, - const NormType&, - const Function*, - const double); - - template - void integrate_difference, deal_II_space_dimension > - (const Mapping&, - const DoFHandler&, - const VEC&, - const Function&, - Vector&, - const Quadrature&, - const NormType&, - const Function*, - const double); - - - - template - double compute_mean_value - (const Mapping&, - const DoFHandler&, - const Quadrature&, - const VEC&, - const unsigned int); - - template - double compute_mean_value - (const DoFHandler&, - const Quadrature&, - const VEC&, - const unsigned int); - - template - void interpolate - (const Mapping&, - const DoFHandler&, - const Function&, - VEC&); - - template - void interpolate - (const DoFHandler&, - const Function&, - VEC&); - - template - void project - (const Mapping &, - const DoFHandler &, - const ConstraintMatrix &, - const Quadrature &, - const Function &, - VEC &, - const bool, - const Quadrature &, - const bool); - - template - void project - (const DoFHandler &, - const ConstraintMatrix &, - const Quadrature &, - const Function &, - VEC &, - const bool, - const Quadrature &, - const bool); + void integrate_difference, deal_II_space_dimension> + (const DoFHandler&, + const VEC&, + const Function&, + Vector&, + const Quadrature&, + const NormType&, + const Function*, + const double); + + template + void integrate_difference, deal_II_space_dimension > + (const DoFHandler&, + const VEC&, + const Function&, + Vector&, + const Quadrature&, + const NormType&, + const Function*, + const double); + + template + void integrate_difference, deal_II_space_dimension> + (const Mapping&, + const DoFHandler&, + const VEC&, + const Function&, + Vector&, + const Quadrature&, + const NormType&, + const Function*, + const double); + + template + void integrate_difference, deal_II_space_dimension > + (const Mapping&, + const DoFHandler&, + const VEC&, + const Function&, + Vector&, + const Quadrature&, + const NormType&, + const Function*, + const double); + + + + template + double compute_mean_value + (const Mapping&, + const DoFHandler&, + const Quadrature&, + const VEC&, + const unsigned int); + + template + double compute_mean_value + (const DoFHandler&, + const Quadrature&, + const VEC&, + const unsigned int); + + template + void interpolate + (const Mapping&, + const DoFHandler&, + const Function&, + VEC&); + + template + void interpolate + (const DoFHandler&, + const Function&, + VEC&); + + template + void project + (const Mapping &, + const DoFHandler &, + const ConstraintMatrix &, + const Quadrature &, + const Function &, + VEC &, + const bool, + const Quadrature &, + const bool); + + template + void project + (const DoFHandler &, + const ConstraintMatrix &, + const Quadrature &, + const Function &, + VEC &, + const bool, + const Quadrature &, + const bool); \} #endif } @@ -137,16 +137,16 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens Vector&); template - void interpolate - (const Mapping&, - const hp::DoFHandler&, - const Function&, - VEC&); + void interpolate + (const Mapping&, + const hp::DoFHandler&, + const Function&, + VEC&); template - void interpolate - (const hp::DoFHandler&, - const Function&, - VEC&); + void interpolate + (const hp::DoFHandler&, + const Function&, + VEC&); template double point_value ( @@ -155,16 +155,16 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens const Point&); template - void interpolate - (const Mapping&, - const MGDoFHandler&, - const Function&, - VEC&); + void interpolate + (const Mapping&, + const MGDoFHandler&, + const Function&, + VEC&); template - void interpolate - (const MGDoFHandler&, - const Function&, - VEC&); + void interpolate + (const MGDoFHandler&, + const Function&, + VEC&); template void point_value ( @@ -175,12 +175,12 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens Vector&); template - void interpolate - (const DoFHandler&, - const DoFHandler&, - const FullMatrix&, - const VEC&, - VEC&); + void interpolate + (const DoFHandler&, + const DoFHandler&, + const FullMatrix&, + const VEC&, + VEC&); template double point_value ( @@ -190,92 +190,92 @@ for (VEC : SERIAL_VECTORS ; deal_II_dimension : DIMENSIONS; deal_II_space_dimens const Point&); template - void integrate_difference - (const hp::DoFHandler&, - const VEC&, - const Function&, - Vector&, - const hp::QCollection&, - const NormType&, - const Function*, - const double); - template - void integrate_difference - (const hp::DoFHandler&, - const VEC&, - const Function&, - Vector&, - const hp::QCollection&, - const NormType&, - const Function*, - const double); - template - void integrate_difference - (const hp::MappingCollection&, - const hp::DoFHandler&, - const VEC&, - const Function&, - Vector&, - const hp::QCollection&, - const NormType&, - const Function*, - const double); - template - void integrate_difference - (const hp::MappingCollection&, - const hp::DoFHandler&, - const VEC&, - const Function&, - Vector&, - const hp::QCollection&, - const NormType&, - const Function*, - const double); - - template - void point_difference ( - const DoFHandler&, - const VEC&, - const Function&, - Vector&, - const Point&); - - template - void point_difference ( - const Mapping&, - const DoFHandler&, - const VEC&, - const Function&, - Vector&, - const Point&); - - template - void point_value ( - const DoFHandler&, - const VEC&, - const Point&, - Vector&); - - template - double point_value ( - const DoFHandler&, - const VEC&, - const Point&); - - template - void point_value ( - const Mapping&, - const DoFHandler&, - const VEC&, - const Point&, - Vector&); - - template - double point_value ( - const Mapping&, - const DoFHandler&, - const VEC&, - const Point&); + void integrate_difference + (const hp::DoFHandler&, + const VEC&, + const Function&, + Vector&, + const hp::QCollection&, + const NormType&, + const Function*, + const double); + template + void integrate_difference + (const hp::DoFHandler&, + const VEC&, + const Function&, + Vector&, + const hp::QCollection&, + const NormType&, + const Function*, + const double); + template + void integrate_difference + (const hp::MappingCollection&, + const hp::DoFHandler&, + const VEC&, + const Function&, + Vector&, + const hp::QCollection&, + const NormType&, + const Function*, + const double); + template + void integrate_difference + (const hp::MappingCollection&, + const hp::DoFHandler&, + const VEC&, + const Function&, + Vector&, + const hp::QCollection&, + const NormType&, + const Function*, + const double); + + template + void point_difference ( + const DoFHandler&, + const VEC&, + const Function&, + Vector&, + const Point&); + + template + void point_difference ( + const Mapping&, + const DoFHandler&, + const VEC&, + const Function&, + Vector&, + const Point&); + + template + void point_value ( + const DoFHandler&, + const VEC&, + const Point&, + Vector&); + + template + double point_value ( + const DoFHandler&, + const VEC&, + const Point&); + + template + void point_value ( + const Mapping&, + const DoFHandler&, + const VEC&, + const Point&, + Vector&); + + template + double point_value ( + const Mapping&, + const DoFHandler&, + const VEC&, + const Point&); \} #endif @@ -289,130 +289,130 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS #if deal_II_dimension <= deal_II_space_dimension namespace VectorTools \{ template - void interpolate_boundary_values ( - const DoFHandler &, - const types::boundary_id_t, - const Function &, - std::map &, - const std::vector &); + void interpolate_boundary_values ( + const DoFHandler &, + const types::boundary_id_t, + const Function &, + std::map &, + const std::vector &); template - void interpolate_boundary_values ( - const hp::DoFHandler &, - const types::boundary_id_t, - const Function &, - std::map &, - const std::vector &); + void interpolate_boundary_values ( + const hp::DoFHandler &, + const types::boundary_id_t, + const Function &, + std::map &, + const std::vector &); template - void interpolate_boundary_values ( - const MGDoFHandler &, - const types::boundary_id_t, - const Function &, - std::map &, - const std::vector &); + void interpolate_boundary_values ( + const MGDoFHandler &, + const types::boundary_id_t, + const Function &, + std::map &, + const std::vector &); template - void interpolate_boundary_values ( - const DoFHandler &, - const types::boundary_id_t, - const Function &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const DoFHandler &, + const types::boundary_id_t, + const Function &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const hp::DoFHandler &, - const types::boundary_id_t, - const Function &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const hp::DoFHandler &, + const types::boundary_id_t, + const Function &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const MGDoFHandler &, - const types::boundary_id_t, - const Function &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const MGDoFHandler &, + const types::boundary_id_t, + const Function &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const Mapping &, - const DoFHandler &, - const FunctionMap::type &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const Mapping &, + const DoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const Mapping &, - const hp::DoFHandler &, - const FunctionMap::type &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const Mapping &, + const hp::DoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const Mapping &, - const MGDoFHandler &, - const FunctionMap::type &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const Mapping &, + const MGDoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const DoFHandler &, - const FunctionMap::type &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const DoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const hp::DoFHandler &, - const FunctionMap::type &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const hp::DoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values ( - const MGDoFHandler &, - const FunctionMap::type &, - ConstraintMatrix &, - const std::vector &); + void interpolate_boundary_values ( + const MGDoFHandler &, + const FunctionMap::type &, + ConstraintMatrix &, + const std::vector &); template - void interpolate_boundary_values - (const Mapping &, - const DoFHandler &, - const FunctionMap::type &, - std::map &, - const std::vector &); + void interpolate_boundary_values + (const Mapping &, + const DoFHandler &, + const FunctionMap::type &, + std::map &, + const std::vector &); template - void interpolate_boundary_values - (const Mapping &, - const DoFHandler &, - const types::boundary_id_t, - const Function &, - std::map &, - const std::vector &); + void interpolate_boundary_values + (const Mapping &, + const DoFHandler &, + const types::boundary_id_t, + const Function &, + std::map &, + const std::vector &); template - void create_right_hand_side - (const Mapping &, - const DoFHandler &, - const Quadrature &, - const Function &, - Vector &); + void create_right_hand_side + (const Mapping &, + const DoFHandler &, + const Quadrature &, + const Function &, + Vector &); template - void create_right_hand_side - (const DoFHandler &, - const Quadrature &, - const Function &, - Vector &); + void create_right_hand_side + (const DoFHandler &, + const Quadrature &, + const Function &, + Vector &); \} #endif @@ -425,85 +425,85 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS #if deal_II_dimension == deal_II_space_dimension namespace VectorTools \{ template - void create_right_hand_side - (const hp::MappingCollection &, - const hp::DoFHandler &, - const hp::QCollection &, - const Function &, - Vector &); + void create_right_hand_side + (const hp::MappingCollection &, + const hp::DoFHandler &, + const hp::QCollection &, + const Function &, + Vector &); template - void create_right_hand_side - (const hp::DoFHandler &, - const hp::QCollection &, - const Function &, - Vector &); + void create_right_hand_side + (const hp::DoFHandler &, + const hp::QCollection &, + const Function &, + Vector &); template - void create_point_source_vector - (const Mapping &, - const DoFHandler &, - const Point &, - Vector &); + void create_point_source_vector + (const Mapping &, + const DoFHandler &, + const Point &, + Vector &); template - void create_point_source_vector - (const DoFHandler &, - const Point &, - Vector &); + void create_point_source_vector + (const DoFHandler &, + const Point &, + Vector &); template - void create_point_source_vector - (const hp::MappingCollection &, - const hp::DoFHandler &, - const Point &, - Vector &); + void create_point_source_vector + (const hp::MappingCollection &, + const hp::DoFHandler &, + const Point &, + Vector &); template - void create_point_source_vector - (const hp::DoFHandler &, - const Point &, - Vector &); + void create_point_source_vector + (const hp::DoFHandler &, + const Point &, + Vector &); #if deal_II_dimension > 1 template - void - create_boundary_right_hand_side - (const Mapping &, - const DoFHandler &, - const Quadrature &, - const Function &, - Vector &, - const std::set &); + void + create_boundary_right_hand_side + (const Mapping &, + const DoFHandler &, + const Quadrature &, + const Function &, + Vector &, + const std::set &); #endif template - void - create_boundary_right_hand_side - (const DoFHandler &, - const Quadrature &, - const Function &, - Vector &, - const std::set &); + void + create_boundary_right_hand_side + (const DoFHandler &, + const Quadrature &, + const Function &, + Vector &, + const std::set &); #if deal_II_dimension > 1 template - void - create_boundary_right_hand_side - (const hp::MappingCollection &, - const hp::DoFHandler &, - const hp::QCollection &, - const Function &, - Vector &, - const std::set &); + void + create_boundary_right_hand_side + (const hp::MappingCollection &, + const hp::DoFHandler &, + const hp::QCollection &, + const Function &, + Vector &, + const std::set &); #endif template - void - create_boundary_right_hand_side - (const hp::DoFHandler &, - const hp::QCollection &, - const Function &, - Vector &, - const std::set &); + void + create_boundary_right_hand_side + (const hp::DoFHandler &, + const hp::QCollection &, + const Function &, + Vector &, + const std::set &); @@ -511,85 +511,85 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS #if deal_II_dimension > 1 template - void project_boundary_values - (const Mapping &, - const DoFHandler &, - const FunctionMap::type &, - const Quadrature&, - std::map&, std::vector); + void project_boundary_values + (const Mapping &, + const DoFHandler &, + const FunctionMap::type &, + const Quadrature&, + std::map&, std::vector); #endif template - void project_boundary_values - (const DoFHandler &, - const FunctionMap::type &, - const Quadrature&, - std::map&, std::vector); + void project_boundary_values + (const DoFHandler &, + const FunctionMap::type &, + const Quadrature&, + std::map&, std::vector); template - void project_boundary_values - (const Mapping &, - const DoFHandler &, - const FunctionMap::type &, - const Quadrature&, - ConstraintMatrix&, std::vector); + void project_boundary_values + (const Mapping &, + const DoFHandler &, + const FunctionMap::type &, + const Quadrature&, + ConstraintMatrix&, std::vector); template - void project_boundary_values - (const DoFHandler &, - const FunctionMap::type &, - const Quadrature&, - ConstraintMatrix&, std::vector); + void project_boundary_values + (const DoFHandler &, + const FunctionMap::type &, + const Quadrature&, + ConstraintMatrix&, std::vector); #if deal_II_dimension != 1 template - void project_boundary_values_curl_conforming - (const DoFHandler&, - const unsigned int, - const Function&, - const types::boundary_id_t, - ConstraintMatrix&, - const Mapping&); - template - void project_boundary_values_curl_conforming - (const hp::DoFHandler&, - const unsigned int, - const Function&, - const types::boundary_id_t, - ConstraintMatrix&, - const hp::MappingCollection&); - template - void project_boundary_values_div_conforming - (const DoFHandler&, - const unsigned int, - const Function&, - const types::boundary_id_t, - ConstraintMatrix&, - const Mapping&); - template - void project_boundary_values_div_conforming - (const hp::DoFHandler&, - const unsigned int, - const Function&, - const types::boundary_id_t, - ConstraintMatrix&, - const hp::MappingCollection&); - template - void - compute_no_normal_flux_constraints (const DoFHandler &dof_handler, - const unsigned int first_vector_component, - const std::set &boundary_ids, - ConstraintMatrix &constraints, - const Mapping &mapping); - template - void - compute_no_normal_flux_constraints (const hp::DoFHandler &dof_handler, - const unsigned int first_vector_component, - const std::set &boundary_ids, - ConstraintMatrix &constraints, - const Mapping &mapping); + void project_boundary_values_curl_conforming + (const DoFHandler&, + const unsigned int, + const Function&, + const types::boundary_id_t, + ConstraintMatrix&, + const Mapping&); + template + void project_boundary_values_curl_conforming + (const hp::DoFHandler&, + const unsigned int, + const Function&, + const types::boundary_id_t, + ConstraintMatrix&, + const hp::MappingCollection&); + template + void project_boundary_values_div_conforming + (const DoFHandler&, + const unsigned int, + const Function&, + const types::boundary_id_t, + ConstraintMatrix&, + const Mapping&); + template + void project_boundary_values_div_conforming + (const hp::DoFHandler&, + const unsigned int, + const Function&, + const types::boundary_id_t, + ConstraintMatrix&, + const hp::MappingCollection&); + template + void + compute_no_normal_flux_constraints (const DoFHandler &dof_handler, + const unsigned int first_vector_component, + const std::set &boundary_ids, + ConstraintMatrix &constraints, + const Mapping &mapping); + template + void + compute_no_normal_flux_constraints (const hp::DoFHandler &dof_handler, + const unsigned int first_vector_component, + const std::set &boundary_ids, + ConstraintMatrix &constraints, + const Mapping &mapping); #endif \} #endif