aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/gh.hh
diff options
context:
space:
mode:
authorswhite <schnetter@cct.lsu.edu>2004-11-29 17:04:00 +0000
committerswhite <schnetter@cct.lsu.edu>2004-11-29 17:04:00 +0000
commitd8282ab6a569b8d54583495918c4f6f9b21a4052 (patch)
treef2ff356e4a637fb8060053ea6ccf8c680b05d866 /Carpet/CarpetLib/src/gh.hh
parent33c18621420779f6a1a507670cf75db547767251 (diff)
gh_recompose_decompose
Decomposed a long function gh::recompose into smaller functional parts. darcs-hash:20041129170456-32473-738fb31f621adce8d0437c01c7d250740763c54a.gz
Diffstat (limited to 'Carpet/CarpetLib/src/gh.hh')
-rw-r--r--Carpet/CarpetLib/src/gh.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/src/gh.hh b/Carpet/CarpetLib/src/gh.hh
index a5a35af83..f88e303c8 100644
--- a/Carpet/CarpetLib/src/gh.hh
+++ b/Carpet/CarpetLib/src/gh.hh
@@ -127,6 +127,16 @@ public:
// Output
virtual ostream& output (ostream& os) const;
+
+private:
+ void check_processor_number_consistency ();
+ void check_multigrid_consistency ();
+ void check_component_consistency ();
+ void check_base_grid_extent ();
+ void check_refinement_levels ();
+ void calculate_base_extents_of_all_levels ();
+ void do_output_bboxes (ostream& os) const;
+ void do_output_bases (ostream& os) const;
};