aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
Commit message (Collapse)AuthorAge
* make outScalar_style steerable at recovery, as proposed by Luca Baiotti and ↵knarf2010-09-28
| | | | | | agreed on also by Erik Schnetter and Frank Loeffler git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@181 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Add the rangetradke2005-06-20
| | | | | | | | | | | | "axis labels" :: "add axis labels information to output files" to IO::out_fileinfo in IOUtil instead of extending the parameter in (multiple) other thorns. This closes Cactus/1946: "Illegal keyword parameter values are accepted". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@163 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Enclose regex string in double quotes.tradke2004-06-24
| | | | | | | This closes Compiler/1788: "Regular express is not quoted in param.ccl of IOBasic". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@157 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Use IO::strict_io_parameter_check.tradke2004-06-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@155 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
* Removed old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@139 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changed the warnings about deprecated I/O parameters.tradke2002-06-07
| | | | | | | They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@134 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Make use of Tom's extensions to parameter declarations:tradke2002-05-27
| | | | | | | USE some_parameter AS alias. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@128 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Restrict maximum output precision in IOBasci::out_format to 19 digits.tradke2002-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@126 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
* Added new parameter 'IOBasic::outdir' which depricates 'IOBasic::outdirScalar'.tradke2002-03-16
| | | | | | | This is to establish a set of IO parameters with common names. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@115 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
| | | | | | | | | | - IO method registration - Directory used - Output every - Variables output git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@100 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added new parameter STRING outInfo_reductions "List of reductions to output as Itradke2001-08-01
| | | | | | | nfo to screen" STEERABLE = ALWAYS defaulting to "minimum maximum". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@95 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
* Allow 'E', 'G', and 'g' as valid conversion specifiers in thetradke2001-07-09
| | | | | | | | IOBasic::out_format and IOASCII::out_format parameter. This closes PR CactusBase-IOASCII 734. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@93 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Extended parameter IO::out_fileinfo by new keywordtradke2001-03-26
| | | | | | | "axis labels" :: "add axis labels information to output files" git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@85 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Made the IOBasic::out_style parameter STEERABLE = ALWAYS.tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@82 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changed the out_style parameter from KEYWORD into STRING.tradke2001-03-19
| | | | | | | | | | | | | | It's got a nice regular expression as its range string, allowing you not only to specify which format to output (exponential or fixed) but also the precision. The default value is ".13f" complying with the former implementation of a hard-coded precision. No exisiting parameter files should be affected, you can still use "e" or "f". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@81 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@76 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@75 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Using new parameter BOOLEAN new_filename_scheme.tradke2000-10-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@73 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Added new parameter STRING outScalar_reductions "List of reductions to ↵tradke2000-10-04
| | | | | | output into files" STEERABLE = ALWAYS which defaults to "minimum maximum norm1 norm2". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@72 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* out_format: allow exponential format in outputlanfer2000-03-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@40 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Declare all the 'outXXX_every' and 'outXXX_vars' parameters as STEERABLE = ↵tradke2000-02-01
| | | | | | ALWAYS. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@30 b589c3ab-70e8-4b4d-a09f-cba2dd200880
* Changed default values for outdirs from "outdir" to "." so that youtradke1999-10-26
| | | | | | | can have an output dir named "outdir" now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@13 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