+ // Return begin and end iterators for the list of all global subdomains (compatibility)
+
+ inline iterator beginGlobal()
+ {
+ return begin();
+ }
+ inline iterator endGlobal()
+ {
+ return end();
+ }
+ inline const_iterator beginGlobal() const
+ {
+ return begin();
+ }
+ inline const_iterator endGlobal() const
+ {
+ return end();
+ }
+ inline long sizeGlobal() const
+ {
+ return size();
+ }
+
// Return begin and end iterators for the list of all remote subdomains
[Prev in Thread]
Current Thread
[Next in Thread]
Patch to DomainLayout for Blanca branch,
John Hall<=