aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-08-11 12:03:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-08-11 12:03:00 +0000
commit15702703536ece6bc3db68bd7fcd2dee5e29c4ce (patch)
tree95bc75a3625bd655c88209c13fc5d20e2908219e /Carpet/CarpetLib/param.ccl
parent7f4e2e820e57e4b32852339c2d49fa28a0c92565 (diff)
CarpetLib: Implement fast recomposing
For each refinement level that is to be recomposed, check whether it has the same structure as before, and if so, do nothing. This is controlled by a new flag CarpetLib::fast_recomposing. darcs-hash:20050811120347-891bb-f937c21ddeac7d909cae41d487e9fd74a5ce8cc8.gz
Diffstat (limited to 'Carpet/CarpetLib/param.ccl')
-rw-r--r--Carpet/CarpetLib/param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/param.ccl b/Carpet/CarpetLib/param.ccl
index 2c9209fb4..3756062f3 100644
--- a/Carpet/CarpetLib/param.ccl
+++ b/Carpet/CarpetLib/param.ccl
@@ -26,6 +26,10 @@ BOOLEAN save_memory_during_regridding "Save some memory during regridding at the
{
} "yes"
+BOOLEAN fast_recomposing "Take shortcuts during recomposing (EXPERIMENTAL)"
+{
+} "no"
+
INT print_memstats_every "Report periodically how much memory is used per process" STEERABLE=always