Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
7bc1307d
Commit
7bc1307d
authored
Mar 15, 2012
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed class names, part II.
parent
1746edf0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
4 deletions
+3
-4
AMDiS/CMakeLists.txt
AMDiS/CMakeLists.txt
+1
-1
AMDiS/src/parallel/ParallelDofMapping.cc
AMDiS/src/parallel/ParallelDofMapping.cc
+1
-1
AMDiS/src/parallel/ParallelDofMapping.h
AMDiS/src/parallel/ParallelDofMapping.h
+0
-0
AMDiS/src/parallel/PetscSolverFeti.h
AMDiS/src/parallel/PetscSolverFeti.h
+1
-1
AMDiS/src/parallel/PetscSolverGlobalMatrix.h
AMDiS/src/parallel/PetscSolverGlobalMatrix.h
+0
-1
No files found.
AMDiS/CMakeLists.txt
View file @
7bc1307d
...
...
@@ -225,12 +225,12 @@ if(ENABLE_PARALLEL_DOMAIN)
${
SOURCE_DIR
}
/parallel/DofComm.cc
${
SOURCE_DIR
}
/parallel/CheckerPartitioner.cc
${
SOURCE_DIR
}
/parallel/ElementObjectDatabase.cc
${
SOURCE_DIR
}
/parallel/FeSpaceMapping.cc
${
SOURCE_DIR
}
/parallel/MeshDistributor.cc
${
SOURCE_DIR
}
/parallel/MeshManipulation.cc
${
SOURCE_DIR
}
/parallel/MeshPartitioner.cc
${
SOURCE_DIR
}
/parallel/MpiHelper.cc
${
SOURCE_DIR
}
/parallel/ParallelDebug.cc
${
SOURCE_DIR
}
/parallel/ParallelDofMapping.cc
${
SOURCE_DIR
}
/parallel/ParallelProblemStatBase.cc
${
SOURCE_DIR
}
/parallel/PeriodicMap.cc
${
SOURCE_DIR
}
/parallel/ParMetisPartitioner.cc
...
...
AMDiS/src/parallel/
FeSpace
Mapping.cc
→
AMDiS/src/parallel/
ParallelDof
Mapping.cc
View file @
7bc1307d
...
...
@@ -10,7 +10,7 @@
// See also license.opensource.txt in the distribution.
#include "parallel/
FeSpace
Mapping.h"
#include "parallel/
ParallelDof
Mapping.h"
#include "parallel/StdMpi.h"
namespace
AMDiS
{
...
...
AMDiS/src/parallel/
FeSpace
Mapping.h
→
AMDiS/src/parallel/
ParallelDof
Mapping.h
View file @
7bc1307d
File moved
AMDiS/src/parallel/PetscSolverFeti.h
View file @
7bc1307d
...
...
@@ -21,10 +21,10 @@
/** \file PetscSolverFeti.h */
#include <map>
#include "parallel/FeSpaceMapping.h"
#include "parallel/MpiHelper.h"
#include "parallel/PetscSolver.h"
#include "parallel/PetscSolverFetiStructs.h"
#include "parallel/ParallelDofMapping.h"
#include "parallel/ParallelTypes.h"
#ifndef AMDIS_PETSC_SOLVER_FETI_H
...
...
AMDiS/src/parallel/PetscSolverGlobalMatrix.h
View file @
7bc1307d
...
...
@@ -26,7 +26,6 @@
#include <boost/tuple/tuple.hpp>
#include "AMDiS_fwd.h"
#include "parallel/PetscSolver.h"
#include "parallel/FeSpaceMapping.h"
namespace
AMDiS
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment