aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Collapse)AuthorAge
* 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
| |\
| | * 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
| | |
* | | bugfix to correct the parsing of cctk_time values without a decimal commaThomas Radke (AEI)2008-03-25
| |/ |/|
* | also include HDF5 in the active thorns listThomas Radke2008-03-18
| | | | | | | | This isn't necessary but very convenient to generate complete thornlists with the MakeThornList script.
* | update example parfiles so that they work again with the newest Carpet versionThomas Radke2008-03-18
|/
* add missing file info header lines in CarpetIOHDF5 testsuite filesThomas Radke2008-03-17
|
* Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetThomas Radke (AEI)2008-03-17
|\
| * Carpet: Protect requirement checking with #ifdefErik Schnetter2008-03-11
| | | | | | | | | | Requirements can currently only be checked when a certain patch is installed for the flesh. Wrap all checking in a corresponding #ifdef.
| * Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetThomas Radke2008-03-11
| |\
| | * CarpetIOScalar: Output simulation ID etc. after restartingErik Schnetter2008-03-10
| | | | | | | | | | | | | | | Output simulation ID, run ID, and build ID again after restarting. Clean up source code.
| | * CarpetIOASCII: Output simulation ID etc. after restartingErik Schnetter2008-03-10
| | | | | | | | | | | | | | | Output simulation ID, run ID, and build ID again after restarting. Clean up source code.