Skip to content
Snippets Groups Projects
Commit 6b2b0c08 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Use of HAVE_MPI changed.

[[Imported from SVN: r947]]
parent 43dd92c0
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ namespace Dune {
//!< border , all codims possible
Ghosts , //!< iterate over all ghost cells
InteriorBorder, //!< iterate over Interior and Border
All , //!< iterate over all cells on this processor
All //!< iterate over all cells on this processor
};
}
......@@ -98,9 +98,6 @@ namespace Dune {
// contains the communication for parallel computing for this grid
#ifndef MPI_ACTIVE
#undef HAVE_MPI
#endif
#include "albertgrid/agcommunicator.hh"
namespace Dune
......@@ -1096,12 +1093,12 @@ namespace Dune
int maxlevel() const;
//! Iterator to first entity of given codim on level
template<int codim, PartitionType pitype>
template<int codim, PartitionIteratorType pitype>
AlbertGridLevelIterator<codim,dim,dimworld,pitype>
lbegin (int level,IteratorType IType = InteriorBorder, int proc = -1 );
//! one past the end on this level
template<int codim, PartitionType pitype>
template<int codim, PartitionIteratorType pitype>
AlbertGridLevelIterator<codim,dim,dimworld,pitype>
lend (int level, IteratorType IType = InteriorBorder, int proc = -1 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment