aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.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
* 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
* 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
* CCTK_FILEVERSIONallen2001-05-06
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@88 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removed ioGH.h from include list.tradke2000-09-21
| | | | | | | Removed unneccessary parameter parsing at STARTUP. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@68 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Tidying and ParseVarsForOutput -> CCTK_ParseVarsForOutputallen2000-07-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@62 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changed CreateDirectoryallen2000-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@57 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* New macros for calling C from fortranallen2000-05-10
| | | | | | | CCTK_mkdir -> CCTK_CreateDirectory git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@56 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Give level 2 warning if output dir already exists, level 1 warning if ittradke2000-04-28
| | | | | | | couldn't be created. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@55 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
* Removed empty routine IOBasic_rfrTraverseGH().tradke2000-02-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@36 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
* 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
* Copying the "outdir" value as full string to myGH->outdirXXXtradke2000-01-17
| | | | | | | | | | instead of just assigning it the pointer to the global variable. This fixes the bug where the pointer value got invalid after resetting the "outdir" parameter (eg. during recovery). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@22 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
* 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
* Prevent Info_every and Scalar_every to accept a value of 0 from IO::out_every.tradke1999-10-25
| | | | | | | Caused division by zero otherwise ! git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@12 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Tidying header filesallen1999-10-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@10 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