aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/region.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-11-21 13:34:34 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 19:54:59 +0000
commit865835611b09568edc1d431b0830c63956234ef2 (patch)
tree191056001b7b8e67df5c1d2970d6a2aed76d8190 /Carpet/CarpetLib/src/region.hh
parentdb258e0aa089815e0b28bdd2cad2c53854c4c3b2 (diff)
CarpetLib: Enable more detailed output for region_t
Diffstat (limited to 'Carpet/CarpetLib/src/region.hh')
-rw-r--r--Carpet/CarpetLib/src/region.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/region.hh b/Carpet/CarpetLib/src/region.hh
index f47c38617..a8cecfc59 100644
--- a/Carpet/CarpetLib/src/region.hh
+++ b/Carpet/CarpetLib/src/region.hh
@@ -30,6 +30,9 @@ struct region_t {
// For regridding
CCTK_REAL load () const;
region_t split (CCTK_REAL ratio_new_over_old);
+
+ // Output processor decomposition? (Off by default.)
+ static bool full_output;
};
@@ -57,6 +60,7 @@ size_t memoryof (region_t const & reg) CCTK_ATTRIBUTE_PURE;
istream & operator>> (istream & is, region_t & reg);
ostream & operator<< (ostream & os, region_t const & reg);
+void fulloutput (ostream & os, region_t const & reg);