aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* CarpetIOHDF5: Correct recovery error when Carpet::regrid_in_level_mode=noErik Schnetter2008-06-17
|
* Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetErik Schnetter2008-06-15
|\
| * Fixed "origin" and "delta" output attributes to workChristian Reisswig2008-06-11
| | | | | | | | for generalized grids.
* | CarpetIOHDF5: Correct error in determining checkpointing intervalErik Schnetter2008-06-02
|/ | | | Correct error in determining checkpointing interval after restarting.
* Carpet: Disable accuracy check of level timesErik Schnetter2008-05-28
|
* don't evaluate the IO::out_single_precision parameter when outputting ↵Thomas Radke2008-05-26
| | | | integer-type grid variables
* doc: Document new schedule bin "postpostinitial"Erik Schnetter2008-05-26
|
* Carpet: Call new schedule bin "postpostinitial"Erik Schnetter2008-05-26
|
* CarpetIOHDF5: Take regrid_in_level_mode into account when recoveringErik Schnetter2008-05-21
|
* CarpetLib: Correct regridding communication scheduleErik Schnetter2008-05-20
| | | | | Handle correctly the case where the multi-patch processor decomposition changes during regridding.
* Carpet: Correct error in floating point comparisonErik Schnetter2008-05-16
|
* Carpet: Require less accuracy when comparing level timesErik Schnetter2008-05-16
|
* Carpet: Compare simulation times with relative accuracyErik Schnetter2008-05-14
|
* CarpetLib: Compare simulation times with relative accuracyErik Schnetter2008-05-14
|
* LoopControl: Handle restrict qualifier correctly in C++Erik Schnetter2008-05-12
|
* CarpetIOHDF5: Implement checkpoint_every_walltime_hoursErik Schnetter2008-05-12
|
* Carpet: Allow higher order spatial interpolationErik Schnetter2008-04-25
|
* CarpetLib: Correct typo in commentErik Schnetter2008-04-25
|
* CarpetLib: Add higher order interpolation operatorsErik Schnetter2008-04-25
|
* CarpetWeb: Update to news itemErik Schnetter2008-04-24
|
* CarpetWeb: Remove page statisticsErik Schnetter2008-04-24
|
* CarpetWeb: Add page with hints for using gitErik Schnetter2008-04-24
|
* CarpetInterp: Remove problematic OpenMP parallelisationErik Schnetter2008-04-24
| | | | The C++ STL is incompatible with OpenMP. Don't parallelise loops which access vector<bool>.
* CarpetWeb: GRMHD paper has been acceptedErik Schnetter2008-04-17
|
* CarpetWeb: Report the recent benchmarking resultsErik Schnetter2008-04-17
|
* CarpetInterp: Parallelise with OpenMPErik Schnetter2008-04-10
|
* CarpetWeb: Add link to Sierpinski CookiesErik Schnetter2008-04-10
|
* Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetErik Schnetter2008-04-06
|\
| * Fixed minor typosIan Hinder2008-04-03
| |
* | CarpetInterp: Poison coordinates and patch numbersErik Schnetter2008-04-06
| | | | | | | | | | Poison coordinates and patch numbers when exchanging them between processors.
* | CarpetIOASCII: Only check file status on root processorErik Schnetter2008-04-06
|/
* CarpetWeb: Update publicationsErik Schnetter2008-04-02
|
* CarpetWeb: Update pointers to documentationErik Schnetter2008-04-02
|
* CarpetLib: Improve error message when overly large bbox is createdErik Schnetter2008-04-01
|
* CarpetWeb: Update list of publicationsErik Schnetter2008-03-31
|
* CarpetLib: Add a fall-back dummy timer in case no system timer is foundErik Schnetter2008-03-28
| | | This fall-back timer only counts how often it is called.
* CarpetLib: Update cycle.hErik Schnetter2008-03-27
| | | | | Update the file cycle.h from FFTW. This file defines the low-level and system-dependend timers. This update should add support for IBM compilers on PPC architectures.
* Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetThomas Radke (AEI)2008-03-25
|\
| * CarpetInterp: Correct error in multi-patch interpolationErik Schnetter2008-03-21
| | | | | | | | The sourch patch numbers were not communicted correctly in multi-patch setups.
| * OpenMP changes:Erik Schnetter2008-03-21
| | | | | | | | | | | | | | Use #pragma instead of _Pragma for OpenMP directives. The PGI compilers do not understand the _Pragma syntax. Use int instead of ptrdiff_t for loop variables which are parallelised via OpenMP. The PGI compilers cannot handle ptrdiff_t.
| * Merge branch 'master' of git://carpetcode.dyndns.org/carpetIan Hinder2008-03-19
| |\
| | * TestCarpetGridInfo: New thornErik Schnetter2008-03-19
| | |
| | * doc: Update description of domain decomposition terminologyErik Schnetter2008-03-19
| | |
| | * Enhance support for multi-patch simulationsErik Schnetter2008-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Carpet: Ensure that at most one of GetDomainSpecificatio or MultiPatch_GetDomainSpecification is defined. Allow the boundary case of having zero regions on a refinement level. CarpetLib: Allow the boundary case of having zero components on a patch, if there are still more than zero components overall. CarpetIOASCII: Loop over the components using explicit light-weight for loops instead of Carpet's looping macros. This is faster, since less state information needs to be updated. Correct an inconsistency in converting between integer indices and coordinates in multi-patch simulations. CarpetRegrid2: Take multi-patch systems into account.
| | * CarpetLib: Output type information in bbox error messagesErik Schnetter2008-03-19
| | |
| | * CarpetWeb: Correct html errorsErik Schnetter2008-03-19
| | |
| | * Carpet: Schedule postinitial bin before recursive initialisationErik Schnetter2008-03-19
| | | | | | | | | | | | | | | | | | | | | Schedule the postinitial bin before the recursive initialisation. This is necessary because e.g. the conversion from ADM to BSSN variables is performed in this bin, and this needs to occur before the recursive initialisation so that the refinement boundaries of the BSSN variables are initialised correctly.
| | * Carpet: Poison grid functions earlier during initialisationErik Schnetter2008-03-19
| | | | | | | | | | | | | | | Poison grid functions very early during initialisation. This makes it possible to initialise grid functions (in global mode) very earlier, without having them overwritten by poison later.
| | * fix typo in paramcheck warning messageThomas Radke2008-03-19
| | |
| * | Removed spurious assertion mynpoints.at(n) > 0Ian Hinder2008-03-19
| | |