aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/README
diff options
context:
space:
mode:
authoreschnett <>2001-03-01 11:40:00 +0000
committereschnett <>2001-03-01 11:40:00 +0000
commit310f0ea48d18866b773136aed11200b6eda6378b (patch)
tree445d3e34ce8b89812994b6614f7bc9f4acbc7fe2 /Carpet/CarpetReduce/README
Initial revision
darcs-hash:20010301114010-f6438-12fb8a9ffcc80e86c0a97e37b5b0dae0dbc59b79.gz
Diffstat (limited to 'Carpet/CarpetReduce/README')
-rw-r--r--Carpet/CarpetReduce/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/Carpet/CarpetReduce/README b/Carpet/CarpetReduce/README
new file mode 100644
index 000000000..8692a2930
--- /dev/null
+++ b/Carpet/CarpetReduce/README
@@ -0,0 +1,29 @@
+Cactus Code Thorn CarpetReduce
+Authors : Erik Schnetter <schnetter@uni-tuebingen.de>
+CVS info : $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/README,v 1.3 2004/06/14 07:01:21 schnetter Exp $
+--------------------------------------------------------------------------
+
+Purpose of the thorn:
+
+This thorn provides parallel reduction operators for Carpet.
+
+
+
+This thorn now uses a weight function. This makes it possible to
+perform physically meaningful spatial reduction operations. The
+weight is 1 for all "normal" grid points.
+
+The weight is set to 0 on symmetry and possible the outer boundary,
+and it might be set to 1/2 on the edge of the boundary. Setting this
+depends on the coordinate thorn, and currently works only when the
+coordinates are defined via CoordBase.
+
+The weight is also reduced or set to 0 on coarser grids that are
+overlaid by finer grid.
+
+The weight should also be reduced or set to 0 near and in excised
+regions. This should happen in conjunction with an excision boundary
+thorn.
+
+This weigth function should probably be extracted into its own thorn
+MaskBase, so that many thorns can easily operate on it.