From schnetter at cct.lsu.edu Wed May 16 18:05:21 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Wed, 16 May 2007 23:05:21 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusEinstein/ADMAnalysis interface.ccl" Message-ID: <20070516230521.7F6238181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusEinstein/ADMAnalysis In directory asylum.cct.lsu.edu:/tmp/cvs-serv31122 Modified Files: interface.ccl Log Message: Make the ADMAnalysis grid functions public. From schnetter at cct.lsu.edu Thu May 17 14:15:04 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Thu, 17 May 2007 19:15:04 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusExternal/PETSc PETSc.sh" Message-ID: <20070517191504.DDD608181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusExternal/PETSc In directory asylum.cct.lsu.edu:/tmp/cvs-serv12673 Modified Files: PETSc.sh Log Message: Detect and handle PETSc installed in more locations. From tradke at aei.mpg.de Fri May 18 06:25:14 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Fri, 18 May 2007 11:25:14 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusBase/IOUtil/doc documentation.tex" Message-ID: <20070518112514.747948181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusBase/IOUtil/doc In directory asylum.cct.lsu.edu:/tmp/cvs-serv25306 Modified Files: documentation.tex Log Message: added missing '#include <>' in filereader C API documentation From schnetter at cct.lsu.edu Wed May 23 17:17:58 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Wed, 23 May 2007 22:17:58 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusBase/MoL schedule.ccl" Message-ID: <20070523221758.DA9D38181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusBase/MoL In directory asylum.cct.lsu.edu:/tmp/cvs-serv27023 Modified Files: schedule.ccl Log Message: Schedule the MoL_PostStep parts in the POSTREGRID bin so that boundaries and symmetries are applied correctly. (This is equivalent to scheduling MoL_PostStep in POSTRESTRICT.) From schnetter at cct.lsu.edu Sun May 27 20:25:33 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Mon, 28 May 2007 01:25:33 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusExternal/HDF5 hdf5.sh" Message-ID: <20070528012533.6DDA58181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusExternal/HDF5 In directory asylum.cct.lsu.edu:/tmp/cvs-serv30007 Modified Files: hdf5.sh Log Message: Set make variable HAVE_HDF5=1 From schnetter at cct.lsu.edu Wed May 30 20:39:47 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Thu, 31 May 2007 01:39:47 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusEinstein/ADMConstraints schedule.ccl param.ccl interface.ccl" Message-ID: <20070531013947.32D108181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusEinstein/ADMConstraints In directory asylum.cct.lsu.edu:/tmp/cvs-serv12496 Modified Files: schedule.ccl param.ccl interface.ccl Log Message: Allow three time levels for the constraints. This is necessary so that mesh refinement boundaries can be interpolated in time. Add parameter ADMConstraints::constraints_timelevels, which defaults to 1. Add parameter ADMConstraints::constraints_prolongation_type, which chooses the interpolator for the constraints. It defaults to "Lagrange". Document that the parameter ADMConstraints::excise is not only deprecated, but also unused. Schedule constraint calculation in a group ADMConstraintsGroup, so that it can be easily scheduled at several times. If constraints persist, then schedule constraint calculate in EVOL after the MoL integration. Re-calculate the constraints in the POSTREGRID bin. If the constraints do not persist, then calculate them in the ANALYSIS bin as usual. From schnetter at cct.lsu.edu Wed May 30 20:40:27 2007 From: schnetter at cct.lsu.edu (Erik Schnetter (schnetter)) Date: Thu, 31 May 2007 01:40:27 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusEinstein/ADMConstraints/src ADMConstraints.F" Message-ID: <20070531014027.567468181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusEinstein/ADMConstraints/src In directory asylum.cct.lsu.edu:/tmp/cvs-serv12573/src Modified Files: ADMConstraints.F Log Message: Convert integers to CCTK_INT when calling Boundary_SelectGroupForBC. From tradke at aei.mpg.de Thu May 31 11:12:22 2007 From: tradke at aei.mpg.de (Thomas Radke (tradke)) Date: Thu, 31 May 2007 16:12:22 +0000 Subject: [Cactus-thorns-cvs] DEVELOPMENT CVS "CactusPUGHIO/IOHDF5/src/util hdf5_extract.c" Message-ID: <20070531161222.E70BF8181@asylum.cct.lsu.edu> Update of /cactusdevcvs/CactusPUGHIO/IOHDF5/src/util In directory asylum.cct.lsu.edu:/tmp/cvs-serv24480 Modified Files: hdf5_extract.c Log Message: give some better help on how to use the hdf5_extract utilitiy program