From 16394692941d21158ae7d19035cb601042aef199 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sat, 3 Sep 2011 17:50:53 +0000 Subject: [PATCH] start moving meshworkwer git-svn-id: https://svn.dealii.org/trunk@24246 0785d39b-7218-0410-832d-ea1e28bc413d --- .../local_results.h} | 4 ++-- .../vector_selector.h} | 0 .../vector_selector.templates.h} | 0 .../mesh_worker_vector_selector.inst.in | 17 ----------------- 4 files changed, 2 insertions(+), 19 deletions(-) rename deal.II/include/deal.II/{numerics/mesh_worker.h => meshworker/local_results.h} (99%) rename deal.II/include/deal.II/{numerics/mesh_worker_vector_selector.h => meshworker/vector_selector.h} (100%) rename deal.II/include/deal.II/{numerics/mesh_worker_vector_selector.templates.h => meshworker/vector_selector.templates.h} (100%) delete mode 100644 deal.II/include/deal.II/numerics/mesh_worker_vector_selector.inst.in 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; -} -- 2.39.5