aboutsummaryrefslogtreecommitdiff
path: root/Carpet
Commit message (Collapse)AuthorAge
* output more verbose info (variable index and nr of timelevelsFrank Löffler2013-04-03
|
* Carpet: Call Requirements before, not after the respective actionsErik Schnetter2013-04-03
| | | | Ensure requirements are met before restricting and syncing, not afterwards.
* Requirements: White space cleanupErik Schnetter2013-04-03
|
* Requirements: Use vector instead of set to store ignored variablesErik Schnetter2013-04-03
| | | | | Use vector instead of set to store ignored variables. Move some code.
* Replace abs() by fabs()Erik Schnetter2013-04-02
| | | | Replace calls to abs() with floating arguments by calls to fabs(), to ensure the results are not accidentally truncated to integer.
* Requirements: New thornErik Schnetter2013-04-02
| | | | Move requirement handling code out of Carpet and into a new thorn.
* CarpetIO*: Output complex numbers as pair of real numbersErik Schnetter2013-03-25
| | | | Don't use the (real,imag) notation that C++ would use by default.
* LoopControl: Improve OpenMP parallelisation of get_num_fine_threadsErik Schnetter2013-03-19
|
* LoopControl: Simplify #if sequenceErik Schnetter2013-03-19
|
* CarpetReduce: New parameter min_max_time_interpolationErik Schnetter2013-03-18
| | | | New parameter min_max_time_interpolation to disable time interpolation for min and max reductions.
* CarpetReduce: Don't require a valid cctkGH unless really neededErik Schnetter2013-03-18
|
* Carpet: Correct output of load balancing statisticsErik Schnetter2013-03-14
| | | | Now counting owned (i.e evolved) points instead of active points.
* Carpet: Use C++ style cast to avoid compiler warningErik Schnetter2013-03-14
|
* Carpet: Output all clocks in the timer treeErik Schnetter2013-03-14
| | | | Output all clocks, not just the wall time, when outputting the timer tree.
* LoopControl: Output statistics into per-process files, not into a single fileErik Schnetter2013-03-14
|
* CycleClock: Add parameter to disable registering a Cactus clockErik Schnetter2013-03-14
|
* Carpet: Output timer tree at shutdownErik Schnetter2013-03-14
|
* Carpet: Add CactusTimer functions to get all clock values of a timerErik Schnetter2013-03-14
|
* Replace Cactus complex number type with C/C++ complex numbersErik Schnetter2013-03-08
| | | | | | | | | | | | | Map CCTK_COMPLEX to "double complex" in C, and "complex<double>" in C++. (It is already mapped to "double complex" in Fortran.) Update type definitions. Re-implement Cactus complex number math functions by calling the respective C functions. Update thorn that access real and imaginary parts of complex numbers to use standard-conforming methods instead.
* CarpetIOHDF5: remove index files along with checkpoint filesRoland Haas2013-02-28
|
* CarpetIOASCII: Use CCTK_BUILTIN_UNREACHABLEErik Schnetter2013-02-27
|
* Carpet: New aliased function GetRegriddingEpochsErik Schnetter2013-02-26
|
* CarpetLib: Set interpolate_from_buffer_zones to "no" by defaultErik Schnetter2013-02-18
|
* CarpetLib: Correct implementation of "don't interpolate from buffer zones"Erik Schnetter2013-02-18
|
* CarpetLib: Store level-wide set of buffer zonesErik Schnetter2013-02-18
|
* Revert "CarpetLib: Change default to interpolate_from_buffer_zones=no"Erik Schnetter2013-02-12
| | | | This reverts commit c290150324c2dd50e98cd6e35bbcd733e6f3b5a4.
* CarpetEvolutionMask: limit buffer_mask test to one processRoland Haas2013-02-11
|
* CarpetEvolutionMask: compute a mask indicating where buffers areRoland Haas2013-02-11
| | | | | | | this is s first implementatoion of this functionality. Eventually I want to extend it to label buffer points by the last MoL substep at which the grid point needs to have a RHS computed. Zero will mean "all the time" large numbers will mean "never".
* CarpetReduce: Improve code layoutErik Schnetter2013-02-09
|
* LoopControl: Correct parallelisation errors (mark variables volatile)Erik Schnetter2013-02-09
|
* LoopControl: Share cache lines for SMT threadsErik Schnetter2013-02-09
|
* LoopControl: Output statistics to a file instead of stdoutErik Schnetter2013-02-08
|
* LoopControl: Improve OpenMP parallelisationErik Schnetter2013-02-08
|
* LoopControl: Simplify STL data type usageErik Schnetter2013-02-08
| | | | Use string instead of const char*, use vector instead of list.
* LoopControl: Remove trivial vector lengths for j and k directionErik Schnetter2013-02-08
|
* CarpetLib: Do not memoize OpenMP thread idErik Schnetter2013-02-08
|
* Carpet: Beautify screen outputErik Schnetter2013-02-08
|
* CarpetLib: Change default to interpolate_from_buffer_zones=noErik Schnetter2013-02-08
|
* LoopControl: Remove restrict qualifiers from shared data structuresErik Schnetter2013-02-08
|
* LoopControl: Reduce number of arguments passed to selftest routineErik Schnetter2013-02-08
|
* Merge branch 'master' of carpetcode.org:carpetFrank Löffler2013-02-07
|\
| * CarpetLib: clear boundary slice offsets in dh::regrid()Roland Haas2013-01-29
| | | | | | | | | | this avoids assert() failures when regrid is called on a level that did not change it seems.
| * CarpetRegrid2: Correct another error in handling min_fractionErik Schnetter2013-01-25
| |
| * CarpetRegrid2: Output all verbose messages with veryverbose as wellErik Schnetter2013-01-25
| |
| * LoopControl: Avoid compiler warningsErik Schnetter2013-01-24
| |
| * LoopControl: Add debug assert statements when array padding is enabledErik Schnetter2013-01-24
| |
| * LoopControl: Correct Fortran OpenMP definitionsErik Schnetter2013-01-24
| | | | | | | | Also clean up code.
| * CarpetRegrid2: Correct min_fractionErik Schnetter2013-01-24
| | | | | | | | A condition was reversed, inverting the meaning of min_fraction, possibly leading to quite inefficient grid structures.
| * CarpetLib: Implement and correct head, tail, init, last in the vect classErik Schnetter2013-01-24
| |
* | CarpetRegrid2: Testsuite for trivial domains in z directionFrank Löffler2013-02-07
| |