Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils-Arne Dreier
dune-common
Commits
6b2b0c08
Commit
6b2b0c08
authored
20 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
Use of HAVE_MPI changed.
[[Imported from SVN: r947]]
parent
43dd92c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/albertgrid.hh
+3
-6
3 additions, 6 deletions
grid/albertgrid.hh
with
3 additions
and
6 deletions
grid/albertgrid.hh
+
3
−
6
View file @
6b2b0c08
...
...
@@ -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
,
Partition
Iterator
Type
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
,
Partition
Iterator
Type
pitype
>
AlbertGridLevelIterator
<
codim
,
dim
,
dimworld
,
pitype
>
lend
(
int
level
,
IteratorType
IType
=
InteriorBorder
,
int
proc
=
-
1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment