From 15702703536ece6bc3db68bd7fcd2dee5e29c4ce Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Thu, 11 Aug 2005 12:03:00 +0000 Subject: 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 --- Carpet/CarpetLib/param.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Carpet/CarpetLib/param.ccl') 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 -- cgit v1.2.3