aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
Commit message (Collapse)AuthorAge
* 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/IOASCII/trunk@191 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* USE general downsampling parameters from IO.tradke2004-06-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@181 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use IO::strict_io_parameter_check.tradke2004-06-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@179 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Removed old deprecated I/O parameters.tradke2003-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@140 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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/IOASCII/trunk@126 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Restrict maximum output precision in IOASCII::out_format to 19 digits.tradke2002-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@116 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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/IOASCII/trunk@113 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Changed the default for 'IOASCII::outdir?D' to be an empty string which thentradke2002-04-30
| | | | | | | causes IOASCII I/O methods to use 'IO::outdir'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@111 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixing typos.rideout2002-02-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@98 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added parameters for 3D ASCII output.tradke2001-12-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@88 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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/IOASCII/trunk@76 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use parameter IO::newverbose.tradke2001-08-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@73 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added two new parameterstradke2001-08-02
| | | | | | | | | | | | | | | | | | | | KEYWORD out1D_style "Which style for 1D lines ASCII output" { "xgraph" :: "f over x plots suitable for xgraph" "gnuplot f(x)" :: "f over x plots suitable for gnuplot" "gnuplot f(t,x)" :: "f over t,x plots suitable for gnuplot" } "xgraph" KEYWORD out2D_style "Which style for 2D slices ASCII output" { "gnuplot f(x,y)" :: "f over x,y plots suitable for gnuplot" "gnuplot f(t,x,y)" :: "f over t,x,y plots suitable for gnuplot" } "gnuplot f(x,y)" and marked old parameter out_style as being depricated in beta12. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@70 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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/IOASCII/trunk@69 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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/IOASCII/trunk@51 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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. Doing so can significantly reduce the output file size, especially if you're doing 2D output. 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/IOASCII/trunk@48 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Removing now redundant "" on USES and EXTENDS and redundant {} blocks ongoodale2000-12-17
| | | | | | | | | USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@38 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@37 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Using parameter 'IO::new_filename_scheme'.tradke2000-10-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@27 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* New parameters for choosing lines and slicesallen2000-07-12
| | | | | | | | | | New CCTK functions for coordinates WARNING: Different default behaviour now for lines and slices from a full grid git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@11 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* IOASCII using thorn Hyperslab. No PUGH in here anymore !tradke2000-06-02
Also changed the output format to use tabs rather than spaces which reduces the output filesize by 1/3. Should still pass all testsuites (tested for the WaveToys). If everything else is okay we can move IOASCII into the IOBasic/ arrangement and remove CactusPUGHIO/IOASCII. Also finally removed all the http stuff. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@2 94b1c47f-dcfd-45ef-a468-0854c0e9e350