aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | |
* | | 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.
| | * Merge /Users/eschnett/Cvanilla/carpetErik Schnetter2008-03-10
| | |\
| | | * Carpet: Begin to implement checking requirementsErik Schnetter2008-03-10
| | | | | | | | | | | | | | | | | | | | | | | | Requirements and provisions are a planned feature to simplify Cactus schedules. Scheduled routines can require and provide "things". It is an error if something is required which has not been provided before.
| | | * CarpetWeb: Update web pages, correct html errorsErik Schnetter2008-03-10
| | | |
| | | * RegridSyncTest: Add parameter fileErik Schnetter2008-03-10
| | | |
| | | * New thorn CarpetExtra/ReductionTest2Erik Schnetter2008-03-10
| | | |
| | | * New thorn CarpetExtra/ReductionTestErik Schnetter2008-03-10
| | | |
| | | * CarpetIntegrateTest: Add additional parameter filesErik Schnetter2008-03-10
| | | |
| | | * CarpetIntegrateTest: Correct prototyp of scheduled functionsErik Schnetter2008-03-10
| | | |
| | | * CarpetPETSc: Beginning of an elliptic solver for mesh refinementErik Schnetter2008-03-10
| | | |
| | | * CarpetIOF5: Output fewer filesErik Schnetter2008-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Honour IO::our_proc_every. Combine files/groups/thorns/everything into one output file. Compress output if desired. Create a metafile with the directory.
| | | * CarpetWeb: Update web pagesErik Schnetter2008-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove darcs binaries. Add news item about new development version and new server location. Add instructions for using git. Add logo. Update makefile to publish to carpetcode.dyndns.org as well.
| | | * LoopControl: Add example parameter filesErik Schnetter2008-03-10
| | | |
| | * | CarpetWeb: Update web pages, correct html errorsErik Schnetter2008-03-10
| | | |
| | * | Merge branch 'master' of carpetgit@carpetcode.dyndns.org:carpetErik Schnetter2008-03-05
| | |\|
| | | * Add preprocessor macro CARPET_HAVE_BUFFER_WIDTH to carpet.hhIan Hinder2008-03-05
| | | |
| | | * Fix ordering of PREREGRIDINITIAL and POSTREGRIDINITIAL timebinsIan Hinder2008-03-03
| | | |
| | * | RegridSyncTest: Add parameter fileErik Schnetter2008-03-01
| | | |
| | * | New thorn CarpetExtra/ReductionTest2Erik Schnetter2008-03-01
| | | |
| | * | New thorn CarpetExtra/ReductionTestErik Schnetter2008-03-01
| | | |
| | * | CarpetIntegrateTest: Add additional parameter filesErik Schnetter2008-03-01
| | | |
| | * | CarpetIntegrateTest: Correct prototyp of scheduled functionsErik Schnetter2008-03-01
| | | |
| | * | CarpetPETSc: Beginning of an elliptic solver for mesh refinementErik Schnetter2008-03-01
| | | |
| | * | CarpetIOF5: Output fewer filesErik Schnetter2008-03-01
| | | | | | | | | | | | | | | | | | | | | | | | Honour IO::our_proc_every. Combine files/groups/thorns/everything into one output file. Compress output if desired. Create a metafile with the directory.
| | * | CarpetWeb: Update web pagesErik Schnetter2008-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove darcs binaries. Add news item about new development version and new server location. Add instructions for using git. Add logo. Update makefile to publish to carpetcode.dyndns.org as well.