aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Collapse)AuthorAge
* CarpetLib: Add commentsErik Schnetter2011-12-14
|
* CarpetLib: Correct white spaceErik Schnetter2011-12-14
|
* CarpetLib: New file containing a vertex centred restriction operatorErik Schnetter2011-12-14
|
* CarpetLib: Replace ! by notErik Schnetter2011-12-14
|
* CarpetLib: Make some typedefs in class dh publicErik Schnetter2011-12-14
|
* CarpetIOHDF5: Add commentErik Schnetter2011-12-14
|
* CarpetLib: New parameter use_ipm_timing_regionsErik Schnetter2011-12-14
| | | | Use IPM's timing regions in CarpetLib's timers (if built with IPM).
* CarpetLib: Handle the system's isnan function betterErik Schnetter2011-12-14
|
* CarpetLib: Small change to interface.cclErik Schnetter2011-12-14
|
* CarpetIOHDF5: Use parameter IO::out_timesteps_per_fileErik Schnetter2011-12-14
|
* CarpetLib: Introduce new virtual function new_typed_dataErik Schnetter2011-12-14
|
* Carpet: Introduce per-level timersErik Schnetter2011-12-14
|
* Combine CarpetLib's INSTANTIATE and Carpet's TYPECASE mechanism into aErik Schnetter2011-12-14
| | | | | | single mechanism provided by CarpetLib. Use this mechanism everywhere.
* CarpetWeb: Update publications etc.Erik Schnetter2011-12-14
|
* LoopControl: Add white spaceErik Schnetter2011-12-14
|
* LoopControl: Include <sys/time.h> if necessaryErik Schnetter2011-12-14
|
* Update READMEErik Schnetter2011-12-14
|
* CarpetRegrid2: Ensur that symmetries are consistentErik Schnetter2011-12-14
| | | | | Ensure that the specified symmetries are consistent with the activated symmetry thorns.
* CarpetRegrid2: Do not abort for the default refinement region radius valuesErik Schnetter2011-12-14
| | | | Do not abort when the refinement region radius has its default value -1.
* CarpetIOStreamedHDF5: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetIOScalar: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetIOHDF5: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetIOBasic: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetIOASCII: Handle both old and new IOUtil APIErik Schnetter2011-12-14
|
* CarpetTest: Use old-style Cactus internal variablesErik Schnetter2011-12-14
| | | | Use old-style Cactus internal variables to access grid function sizes.
* Carpet: Don't set cGroupDynamicData::lssh, it does not exist yetErik Schnetter2011-12-14
|
* Carpet: Don't set cctkGH->cctk_mode, which is not standard yetErik Schnetter2011-12-14
|
* Carpet: Add const-removing cast when calling CCTK_ExitErik Schnetter2011-12-14
|
* Carpet: Add routine type casts when overloading flesh routinesErik Schnetter2011-12-14
|
* Carpet: Use Carpet::NamedBarrier instead of CCTK_NamedBarrierErik Schnetter2011-12-14
| | | | | Use Carpet::NamedBarrier instead of the (non-standard) routine CCTK_NamedBarrier.
* CarpetRegrid2: Use illegal default value for refinement region radiiErik Schnetter2011-12-14
| | | | | Use an illegal default value for the refinement region radii. This catches parameter file errors where the radii are not set.
* CarpetRegrid2: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels.
* CarpetLib: Use int instead of ptrdiff_t in index calculationsErik Schnetter2011-12-14
| | | | | | Use int instead of ptrdiff_t in index calculations in restrict_3d_rf2 to avoid conversions on 64 bit machines, and to unify this with other operators.
* CarpetMask: Use LoopControl, parallelise with OpenMPErik Schnetter2011-12-14
|
* CarpetIOHDF5: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels. This causes incompatible changes to the checkpoint file format.
* CarpetIOASCII: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels.
* CarpetEvolutionMask: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels.
* Carpet: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels.
* CarpetLib: Allow different numbers of ghost zones on different levelsErik Schnetter2011-12-14
| | | | | Allow different numbers of ghost zones and different spatial prolongation orders on different refinement levels.
* CarpetIOHDF5: Increase output accuracy for time hierarchyErik Schnetter2011-12-14
| | | | | | Serialise the time hierarchy with 17 digits of accuracy, instead of the standard 6 digits. This is required for correctly recovering the time hierarchy.
* CarpetRegrid2: Support cell centringErik Schnetter2011-12-14
|
* CarpetRegrid2: Support 90 degree rotating symmetriesErik Schnetter2011-12-14
|
* CarpetRegrid2: Allow rectangular (cuboid, non-cubic) refined regionsErik Schnetter2011-12-14
|
* CarpetRegrid2: Rely on CoordBase for boundary and domain size informationErik Schnetter2011-12-14
|
* CarpetRegrid2: Correct error messageErik Schnetter2011-12-14
|
* CarpetLib: Beautify code for flip_all and fill_allErik Schnetter2011-12-14
|
* CarpetLib: Beautify error messageErik Schnetter2011-12-14
|
* CarpetLib: Use at least first order interpolation for cell centringErik Schnetter2011-12-14
| | | | | | When using cell centring, use first order interpolation (instead of zeroth order interpolation), even when prolongation="copy" is specified.
* CarpetLib: Update LoopControl options for time interpolation operatorsErik Schnetter2011-12-14
|
* CarpetLib: Allow scalar arguments for vect::eitherErik Schnetter2011-12-14
|