aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOBasic/src
Commit message (Collapse)AuthorAge
* CarpetIOBasic: Correct problem with IO::out_dtErik Schnetter2008-08-03
| | | | Correct a multi-processor synchronisation problem when using IO::out_dt.
* CarpetIOBasic: Remove CVS Header commentErik Schnetter2008-02-19
| | | | darcs-hash:20080219054053-dae7b-e52443bb75b74f8849dc2e53090fbb8a3cd45c80.gz
* CarpetIOBasic: Add a timer around OutputGHErik Schnetter2007-08-25
| | | | darcs-hash:20070825060750-dae7b-564132600cbc361cdcfe68512977e9ecc7665ccf.gz
* CarpetIOBasic: Use CarpetLib::good::abs instead of absErik Schnetter2007-02-28
| | | | | | | Use CarpetLib::good::abs instead of abs to make both the AIX compiler and the other compilers happy. darcs-hash:20070228023039-dae7b-a57fa45111795c48e29f938177e76ea4c0a9ff8d.gz
* CarpetIOBasic: Use ::abs instead of abs to make AIX compiler happyErik Schnetter2007-02-27
| | | | | | | | The AIX C++ compiler didn't find the overloaded version of abs when called with Cactus's complex numbers. Using ::abs instad of abs cures this. I suspect a problem in this compiler's name lookup mechanism. darcs-hash:20070227184653-dae7b-d593a02c83e5497894c7bc78f218644f27f0ac4b.gz
* CarpetIOBasic: Do not overload routines for complex numbers any moreErik Schnetter2007-01-12
| | | | | | | Do not overload routines for complex numbers any more. This is now expected to happen in the flesh. darcs-hash:20070112223613-dae7b-8c3e5d08350c559c96405352293df48b2ebde34c.gz
* CarpetIOBasic: Change stop_on_parse_errors from int to boolErik Schnetter2007-01-12
| | | | darcs-hash:20070112223542-dae7b-4e1022e1f6e911fbd6fd3baaf7268eea23a21d94.gz
* CarpetIOBasic: Allow calling CarpetIOBasic from CCTK_OutputGHErik Schnetter2006-09-25
| | | | | | | Avoid an assertion failure if CarpetIOBasic output is called from CCTK_OutputGH. darcs-hash:20060925220145-dae7b-97bf43e06092bf01ccb6f9c5563a00714447d7fe.gz
* CarpetIOBasic: Save and restore stream state of coutErik Schnetter2006-09-25
| | | | darcs-hash:20060925220104-dae7b-81166be5c72a691ccf5efb7b79d3e01f19bc1184.gz
* CarpetIOBasic: Correct error in calculating column widthErik Schnetter2006-09-25
| | | | darcs-hash:20060925214941-dae7b-68142831eea781216e80ba26c89c5f06e8c48fcb.gz
* CarpetIOBasic: Correct scheduled function signatureErik Schnetter2006-06-06
| | | | darcs-hash:20060606224458-dae7b-6567907d5951c60dd7d3aed0dab4f0b1eb88885d.gz
* CarpetIOBasic: Output iteration number unconditionallyErik Schnetter2006-04-04
| | | | darcs-hash:20060404194449-dae7b-c90583d12908fd6c9b656e99b1d53279567ff303.gz
* CarpetIOBasic: bugfix when attempting to output a variable with no storageThomas Radke2006-02-03
| | | | | | | CarpetIOBasic did print a warning on such an attempt but continued its normal output procedure. I added the missing return statement. darcs-hash:20060203102519-776a0-259bf7f07aa47e5d6e057643a55f8ad2064667e0.gz
* Introduce parameter "outHeader_every"cott2005-12-22
| | | | darcs-hash:20051222115946-34d71-caa3ae316d395c348ae6303643f5dd1154655fe1.gz
* CarpetIOBasic: Turn some constants into Cactus parametersErik Schnetter2005-12-21
| | | | darcs-hash:20051221210730-dae7b-d840ac6a9153f1ed33d597cb973eb2a5b8c3e281.gz
* CarpetIOBasic: Use scientific notation when appropriateErik Schnetter2005-12-21
| | | | | | Use scientific notation for very small or very large real numbers. darcs-hash:20051221192007-dae7b-fcd97419797d2c033adffa306180d20c91c06751.gz
* CarpetIOBasic: A new thorn that replaces IOBasic for CarpetErik Schnetter2005-12-21
darcs-hash:20051221142410-dae7b-eb542dc795db5f794f9f2db0a82971eb8b63e659.gz