Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
70bda8fb
Commit
70bda8fb
authored
Dec 16, 2019
by
Praetorius, Simon
Browse files
no-mpi issues in PETSc backend
parent
01c066cf
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/amdis/linearalgebra/DOFMapping.hpp
View file @
70bda8fb
...
...
@@ -8,10 +8,10 @@
#if HAVE_MPI
#include
<dune/common/parallel/remoteindices.hh>
#include
<amdis/common/parallel/Communicator.hpp>
#endif
#include
<amdis/Environment.hpp>
#include
<amdis/common/parallel/Communicator.hpp>
#include
<amdis/linearalgebra/AttributeSet.hpp>
namespace
AMDiS
...
...
src/amdis/linearalgebra/DOFMapping.inc.hpp
View file @
70bda8fb
...
...
@@ -4,8 +4,10 @@
#include
<dune/common/timer.hh>
#if HAVE_MPI
#include
<amdis/common/parallel/Collective.hpp>
#include
<amdis/common/parallel/RequestOperations.hpp>
#endif
namespace
AMDiS
{
...
...
src/amdis/linearalgebra/petsc/Communication.hpp
View file @
70bda8fb
...
...
@@ -8,6 +8,7 @@
#include
<dune/common/parallel/remoteindices.hh>
#include
<dune/common/std/optional.hh>
#include
<amdis/functions/GlobalIdSet.hpp>
#include
<amdis/linearalgebra/Communication.hpp>
#include
<amdis/linearalgebra/DOFMapping.hpp>
#include
<amdis/linearalgebra/ParallelIndexSet.hpp>
...
...
src/amdis/linearalgebra/petsc/MatrixNnzStructure.hpp
View file @
70bda8fb
...
...
@@ -3,7 +3,9 @@
#include
<algorithm>
#include
<vector>
#if HAVE_MPI
#include
<amdis/common/parallel/Communicator.hpp>
#endif
namespace
AMDiS
{
...
...
src/amdis/linearalgebra/petsc/MatrixNnzStructure.inc.hpp
View file @
70bda8fb
...
...
@@ -8,8 +8,10 @@
#include
<amdis/AdaptiveGrid.hpp>
#include
<amdis/Output.hpp>
#if HAVE_MPI
#include
<amdis/common/parallel/Communicator.hpp>
#include
<amdis/common/parallel/RequestOperations.hpp>
#endif
#include
<amdis/linearalgebra/AttributeSet.hpp>
namespace
AMDiS
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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