aboutsummaryrefslogtreecommitdiff
path: root/src/WriteGF.c
Commit message (Collapse)AuthorAge
* 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
* Fixed problem with 'char * = const char *' assignment which didn't compiletradke2001-06-14
| | | | | | | on a T3E. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@91 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@89 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Omit the dotslash in advertised output filenames if output goes intotradke2001-04-05
| | | | | | | current directory. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@87 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
| | | | | | | For testsuite parameter files such information should not be output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@86 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Forgot put the date into the "Created ..." comment.tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@84 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added the parameter filename, the creation date, and the axis labelstradke2001-03-19
| | | | | | | as comments at the top of the output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@83 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Really evaluate the steerable parameter "IOBasic::outScalar_reductions".tradke2000-10-17
| | | | | | | Also use the new filename scheme for scalar output files if selected. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@74 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Include ioutil_AdvertisedFiles.h and ioutil_CheckpointRecovery.htradke2000-09-21
| | | | | | | instead of ioGH.h. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@70 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Only output scalar's if their values have been successfullyallen2000-07-19
| | | | | | | calculated git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@63 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Tidyingallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@61 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Advertise output files.tradke2000-05-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@58 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Using stat(2) rather than access(2) to check for already exisiting outputtradke2000-04-18
| | | | | | | files. This should work now for both Unix and NT. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@52 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Include <unistd.h> after <cctk.h>.tradke2000-04-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@51 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* #ifdef HAVE_UNISTD_H around #include <unistd.h>tradke2000-04-13
| | | | | | | Thanks Tom. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@50 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* After successful recovery, already existing output files are openedtradke2000-04-12
| | | | | | | | | | | in append mode (and not truncated as it was before) to keep the old data. Note that there may exist multiple data entries for the same timestep now if the restart from recovery is earlier than the last timestep of the output. You'll see that in gnuplot and xgraph as a straight line. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@49 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Cosmetic changesallen2000-03-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@43 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* allow exponential format in outputlanfer2000-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@39 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Some tidying of message output.tradke2000-02-25
| | | | | | | Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@38 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they areallen2000-02-05
| | | | | | | automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@33 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* cctk_arguments -> cctk_Argumentsallen2000-01-27
| | | | | | | cctk_parameters -> cctk_Parameters git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@27 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed warning when using an invalid out_style setting.tradke2000-01-17
| | | | | | | This is already fixed by declaring it as a KEYWORD parameter. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@25 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Don't write to files that could not be openedtradke2000-01-17
| | | | | | | (eg. because of invalid filenames). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@23 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Adding standard headersallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@21 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Adding USE_CCTK_PARAMETERSallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@20 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Moved the test, if storage was assigned to a variable to be output,tradke1999-12-13
| | | | | | | | | | | | | from the TimeToOutput() routines into the lower level WriteOutput() routines. Fixing by that * the behaviour of triggers, where TimeToOutput() is called BEFORE storage is possibly assigned (BR 170) * a potential bug when calling OutputVarAs() where no such test was done before git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@18 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Tidying up several things:tradke1999-10-26
| | | | | | | | | | | | | - use ParseVarsForOutput() instead of InitIONum() for parsing the out_vars parameter - decide which output dir shall be used by using CCTK_ParameterInfo() rather than comparing it with its old "outdir" default value - outdirs are always created now (not only if out_vars was non-empty) because IO methods might be invoked via CCTK_OutputVarAs() also - some variables renamed for better readability git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@14 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changes to header filesallen1999-10-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@9 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* This commit was generated by cvs2svn to compensate for changes in r2, whichallen1999-09-21
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@3 b589c3ab-70e8-4b4d-a09f-cba2dd200880