Skip to content
Snippets Groups Projects
Commit 7bc1307d authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Changed class names, part II.

parent 1746edf0
Branches
Tags
No related merge requests found
...@@ -225,12 +225,12 @@ if(ENABLE_PARALLEL_DOMAIN) ...@@ -225,12 +225,12 @@ if(ENABLE_PARALLEL_DOMAIN)
${SOURCE_DIR}/parallel/DofComm.cc ${SOURCE_DIR}/parallel/DofComm.cc
${SOURCE_DIR}/parallel/CheckerPartitioner.cc ${SOURCE_DIR}/parallel/CheckerPartitioner.cc
${SOURCE_DIR}/parallel/ElementObjectDatabase.cc ${SOURCE_DIR}/parallel/ElementObjectDatabase.cc
${SOURCE_DIR}/parallel/FeSpaceMapping.cc
${SOURCE_DIR}/parallel/MeshDistributor.cc ${SOURCE_DIR}/parallel/MeshDistributor.cc
${SOURCE_DIR}/parallel/MeshManipulation.cc ${SOURCE_DIR}/parallel/MeshManipulation.cc
${SOURCE_DIR}/parallel/MeshPartitioner.cc ${SOURCE_DIR}/parallel/MeshPartitioner.cc
${SOURCE_DIR}/parallel/MpiHelper.cc ${SOURCE_DIR}/parallel/MpiHelper.cc
${SOURCE_DIR}/parallel/ParallelDebug.cc ${SOURCE_DIR}/parallel/ParallelDebug.cc
${SOURCE_DIR}/parallel/ParallelDofMapping.cc
${SOURCE_DIR}/parallel/ParallelProblemStatBase.cc ${SOURCE_DIR}/parallel/ParallelProblemStatBase.cc
${SOURCE_DIR}/parallel/PeriodicMap.cc ${SOURCE_DIR}/parallel/PeriodicMap.cc
${SOURCE_DIR}/parallel/ParMetisPartitioner.cc ${SOURCE_DIR}/parallel/ParMetisPartitioner.cc
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// See also license.opensource.txt in the distribution. // See also license.opensource.txt in the distribution.
#include "parallel/FeSpaceMapping.h" #include "parallel/ParallelDofMapping.h"
#include "parallel/StdMpi.h" #include "parallel/StdMpi.h"
namespace AMDiS { namespace AMDiS {
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
/** \file PetscSolverFeti.h */ /** \file PetscSolverFeti.h */
#include <map> #include <map>
#include "parallel/FeSpaceMapping.h"
#include "parallel/MpiHelper.h" #include "parallel/MpiHelper.h"
#include "parallel/PetscSolver.h" #include "parallel/PetscSolver.h"
#include "parallel/PetscSolverFetiStructs.h" #include "parallel/PetscSolverFetiStructs.h"
#include "parallel/ParallelDofMapping.h"
#include "parallel/ParallelTypes.h" #include "parallel/ParallelTypes.h"
#ifndef AMDIS_PETSC_SOLVER_FETI_H #ifndef AMDIS_PETSC_SOLVER_FETI_H
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple.hpp>
#include "AMDiS_fwd.h" #include "AMDiS_fwd.h"
#include "parallel/PetscSolver.h" #include "parallel/PetscSolver.h"
#include "parallel/FeSpaceMapping.h"
namespace AMDiS { namespace AMDiS {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment