aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/dh.hh
diff options
context:
space:
mode:
authorschnetter <>2004-04-20 09:55:00 +0000
committerschnetter <>2004-04-20 09:55:00 +0000
commit0c1cadf5e5197c43cc80b0a620e2cb543c3785e5 (patch)
tree75942c799a7cc21dff8ff0bd15d83b1888b66d5a /Carpet/CarpetLib/src/dh.hh
parentdafc42ebae40c8ba1de6fe56caea8b12bfa99e3b (diff)
While regridding, initialise only the interior of the grid functions.
While regridding, initialise only the interior of the grid functions. There is in general not be enough parent to intialise the outer boundaries. darcs-hash:20040420095552-07bb3-812459eafff1161f31a5cb26686ced00b7512b68.gz
Diffstat (limited to 'Carpet/CarpetLib/src/dh.hh')
-rw-r--r--Carpet/CarpetLib/src/dh.hh10
1 files changed, 9 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index c78d31291..c8d6b3bc0 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/dh.hh,v 1.18 2004/04/18 13:29:43 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/dh.hh,v 1.19 2004/04/20 11:55:52 schnetter Exp $
#ifndef DH_HH
#define DH_HH
@@ -71,6 +71,14 @@ public:
iblistvect recv_ref_bnd_coarse; // received from coarser grids
ibset sync_not; // not received while syncing (outer boundary of that level)
ibset recv_not; // not received while syncing or prolongating (globally outer boundary)
+
+#if 0
+ // after regridding:
+ iblistvect prev_send; // sent from previous dh
+ iblistvect recv_prev; // received from previous dh
+ iblistvect send_prev_fine; // sent to finer
+ iblistvect recv_prev_coarse; // received from coarser
+#endif
};
private: