From: kanschat Date: Sat, 3 Sep 2011 17:50:53 +0000 (+0000) Subject: start moving meshworkwer X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16394692941d21158ae7d19035cb601042aef199;p=dealii-svn.git start moving meshworkwer git-svn-id: https://svn.dealii.org/trunk@24246 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/mesh_worker.h b/deal.II/include/deal.II/meshworker/local_results.h similarity index 99% rename from deal.II/include/deal.II/numerics/mesh_worker.h rename to deal.II/include/deal.II/meshworker/local_results.h index 76e8b6ed8a..0884a19f0d 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker.h +++ b/deal.II/include/deal.II/meshworker/local_results.h @@ -10,8 +10,8 @@ // //--------------------------------------------------------------------------- -#ifndef __deal2__mesh_worker_h -#define __deal2__mesh_worker_h +#ifndef __deal2__mesh_worker_local_results_h +#define __deal2__mesh_worker_local_results_h #include #include diff --git a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h b/deal.II/include/deal.II/meshworker/vector_selector.h similarity index 100% rename from deal.II/include/deal.II/numerics/mesh_worker_vector_selector.h rename to deal.II/include/deal.II/meshworker/vector_selector.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.templates.h b/deal.II/include/deal.II/meshworker/vector_selector.templates.h similarity index 100% rename from deal.II/include/deal.II/numerics/mesh_worker_vector_selector.templates.h rename to deal.II/include/deal.II/meshworker/vector_selector.templates.h diff --git a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.inst.in b/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.inst.in deleted file mode 100644 index 17ba91a9e5..0000000000 --- a/deal.II/include/deal.II/numerics/mesh_worker_vector_selector.inst.in +++ /dev/null @@ -1,17 +0,0 @@ -//--------------------------------------------------------------------------- -// $Id: fe_field_function.inst.in 19046 2009-07-08 19:30:23Z bangerth $ -// -// Copyright (C) 2009 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. -// -//--------------------------------------------------------------------------- - - -for (VECTOR : SERIAL_VECTORS) -{ - template class VectorData; -}