aboutsummaryrefslogtreecommitdiff
path: root/src/WriteScalar.c
Commit message (Collapse)AuthorAge
* commits to change IOBasic to use the new reduction interface. This breaks ↵yye002005-11-01
| | | | | | the testsuite for testcomplex because of a new reduction scheme for complex numbers. WaveToy1DF77 also fails with inconsistency, failing at 3,7 processors with varying files and differences between them. Currently investigating these failurse in detail. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@169 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Add missing #include <stdio.h> statementschnetter2004-12-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@161 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
| | | | | | | | to truncate existing output files. You must also update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@160 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Add mechanism to select output by coordinate time.schnetter2004-01-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@147 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fix some typos.rideout2003-12-03
| | | | | | | Correct @calls listing for IOBasic_WriteScalarGS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@146 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added routine IOBasic_OutputVarAs() for unconditional output of variablestradke2003-03-10
| | | | | | | using the "Scalar" I/O method. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@141 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
| | | | | | | You must also update thorn IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@125 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
| | | | | | | from IOUtil's GH extension. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@120 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed unused local variable.tradke2002-04-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@119 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Allow individual reductions on variables by parsing the options stringtradke2002-03-16
| | | | | | | | in the 'IOBasic::outScalar_vars' parameter. This closes PR CactusBase/895. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@116 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@111 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed return code of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@110 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Rename scalar output files to ".asc" or ".xg" if new filenaming scheme istradke2001-11-29
| | | | | | | | enabled. This closes PR CactusBase/847. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@107 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* For reduction output: use the reduction operator as a suffix in the resultingtradke2001-11-16
| | | | | | | | | output filename. Also fixed a potential bug in memory allocation. Closes PR CactusBase/IOBasic-836. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@106 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@105 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@104 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* For info output, you can now specify the reduction values to print by settingtradke2001-08-01
IOBasic::outInfo_reductions or add an option string to the variable name in IOBasic::outInfo_vars. Scalar variables will be output by their value. The option string syntax is IOBasic::outInfo_vars = "var1[reductions=<minimum maximum>] var2" and might still change slightly in the future. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@96 b589c3ab-70e8-4b4d-a09f-cba2dd200880