aboutsummaryrefslogtreecommitdiff
path: root/src/OutputInfo.c
Commit message (Collapse)AuthorAge
* assert fixyye002004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@158 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@156 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
* Output the field for the iteration number with a length sufficient for 6 digits.tradke2003-05-28
| | | | | | | This closes PR CactusBase/1516. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@142 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed a bug for triggering info output.tradke2002-05-24
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@127 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
* Fixed bug in choosing between decimal and exponential notation for info output.tradke2002-05-02
| | | | | | | Also fixed the maximum absolute value to be printed in decimal notation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@123 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Bugfix in parameter evaluation: if IOBasic::out*_every was set to 0 it wouldtradke2002-04-19
| | | | | | | default to IO::out_every (instead of disabling IOBasic output). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@122 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Get the reduction result for Info output on every processor (because everytradke2002-04-15
| | | | | | | | processor does print it). This fixes a problem with uninitialized memory on the Alphas. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@121 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Slightly more informative info messages.tradke2002-03-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@117 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed small memory leak.tradke2002-01-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@112 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
* 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
* Fixing ABR found by Purify.goodale2001-10-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@103 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Bugfix in info output.tradke2001-09-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@102 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
| | | | | | | This closes PR CactusBase-IOASCII 777. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@101 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed a bug in triggered info output.tradke2001-08-07
| | | | | | | This closes PR CactusBase-753. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@98 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
* Initial implementation of newverbose parameter in IOBasic.allen2001-07-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@94 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Adding output of the value of a scalar on processor 0. One day perhapsgoodale2001-06-16
| | | | | | | | | we'll have this get info from other procs too. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@92 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
* Do not skip output if there are no variables to output. It will at least outputtradke2001-03-06
| | | | | | | | | the iteration number and time. This closes PR CactusBase-544. Also fixed gcc warnings and finished grdoc. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@80 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed ioGH.h from include list.tradke2000-09-21
| | | | | | | Use CCTK_TraverseString() to parse the output strings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@69 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed syntax error from my latest commit.tradke2000-09-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@67 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Give a more explanatory warning message if output for a given variabletradke2000-09-18
| | | | | | | was already done. Increased warning level to 5. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@66 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed wrong Info output (BR CactusBase-408).tradke2000-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@64 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
* ParseVarsForOutput -> IOUtil_ParseVarsForOutputallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@60 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* adding fflush to OutputInfolanfer2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@53 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* changing to exponential notation for big numbers, no %g bc. that appears to ↵lanfer2000-03-28
| | | | | | be difficult to control git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@45 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixing warnings for usage of const *<type> pointers.tradke2000-03-14
| | | | | | | Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@42 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* CactusBase/252 fixed where the info header was missing for triggered output.tradke2000-03-06
| | | | | | | | | Also forgot to check outXXX_every parameter for triggered output. Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@41 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Some more stuff for steering parameters.tradke2000-02-25
| | | | | | | Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@37 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
* New function and structure namesallen2000-02-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@32 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Fixed compiler warnings for assigning const char * to char *tradke2000-02-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@31 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
* Started to make IO parameters steerable. Now this can be done for outInfo_everytradke2000-01-18
| | | | | | | | and outInfo_vars. Also added missing grdocs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@26 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
* automatic switch into the e-notation if numbers to stdout are getting two ↵lanfer1999-12-16
| | | | | | small/big git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@19 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