aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
* Option strings are enclosed in curly braces.tradke2004-03-13
* Add mechanism to select output by coordinate time.schnetter2004-01-19
* Fix some typos.rideout2003-12-03
* Correct inter-thorn dependencies.schnetter2003-11-19
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* In IOBasic_ScalarOutputGH(), check only once whether steerable parameterstradke2003-08-22
* Output the field for the iteration number with a length sufficient for 6 digits.tradke2003-05-28
* Added routine IOBasic_OutputVarAs() for unconditional output of variablestradke2003-03-10
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
* Removed old deprecated I/O parameters.tradke2003-01-20
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-07
* Initialize counters for how often to do output.tradke2003-01-06
* PUGHReduce provides reduction operators.rideout2002-09-27
* Changed the warnings about deprecated I/O parameters.tradke2002-06-07
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
* using style fileikelley2002-06-04
* Extensions provided by IOBasic suitable for testingallen2002-05-29
* Updated the example on how to use option strings to specify reductions fortradke2002-05-27
* Use key/value tables to parse option strings in the IOBasic::out*_varstradke2002-05-27
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
* Fixed a bug for triggering info output.tradke2002-05-24
* Restrict maximum output precision in IOBasci::out_format to 19 digits.tradke2002-05-17
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Fixed bug in choosing between decimal and exponential notation for info output.tradke2002-05-02
* Bugfix in parameter evaluation: if IOBasic::out*_every was set to 0 it wouldtradke2002-04-19
* Get the reduction result for Info output on every processor (because everytradke2002-04-15
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
* Removed unused local variable.tradke2002-04-09
* Updated documentation.tradke2002-03-16
* Slightly more informative info messages.tradke2002-03-16
* Allow individual reductions on variables by parsing the options stringtradke2002-03-16
* Added new parameter 'IOBasic::outdir' which depricates 'IOBasic::outdirScalar'.tradke2002-03-16
* Fixed small memory leak.tradke2002-01-18
* Fixed small memory leak.tradke2002-01-18
* Fixed return code of I/O methods.tradke2001-12-28
* Fixing CCTK_FILEVERSION lineallen2001-12-19
* Updated some documentation.tradke2001-11-30
* Rename scalar output files to ".asc" or ".xg" if new filenaming scheme istradke2001-11-29
* For reduction output: use the reduction operator as a suffix in the resultingtradke2001-11-16
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
* Fixing ABR found by Purify.goodale2001-10-10
* Bugfix in info output.tradke2001-09-12
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
* Fixed a bug in triggered info output.tradke2001-08-07
* Some more documention on I/O methods provided by IOBasic.tradke2001-08-01
* For info output, you can now specify the reduction values to print by settingtradke2001-08-01