aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Do not require Hyperslab any more.schnetter2004-04-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@164 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Another fix for 2D output of complex arrays.tradke2004-04-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@163 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Initialize format string for complex output.tradke2004-04-01
| | | | | | | This closes PR CactusBase/1638: "Complex 2D arrays cannot be output". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@162 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use the capability Hyperslab instead of inheriting from theschnetter2004-04-01
| | | | | | | implementation Hyperslab. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@161 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@159 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Options strings are enclosed in curly braces.tradke2004-03-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@158 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-23
| | | | | | | | | | | | for names of Fortran routines (31 characters): Hyperslab_DefineGlobalMappingByPhys -> Hyperslab_GlobalMappingByPhys Hyperslab_DefineGlobalMappingByIndex -> Hyperslab_GlobalMappingByIndex Hyperslab_DefineLocalMappingByPhys -> Hyperslab_LocalMappingByPhys Hyperslab_DefineLocalMappingByIndex -> Hyperslab_LocalMappingByIndex git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@157 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fix wrong order of coordinate or gridpoint indices in 2D ASCII output,schnetter2004-01-16
| | | | | | | | but keep the normal of the surface pointing upwards, so that gnuplot colours it correctly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@156 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fix indentationschnetter2004-01-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@155 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Only register 2D/3D IOASCII I/O methods if the maximum dimension of gridtradke2003-12-03
| | | | | | | variables is >= 2 or >= 3 resp. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@154 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Provide level 1 warning if OutputVarAs() is called on an invalid variable name.rideout2003-12-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@153 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct inter-thorn dependencies.schnetter2003-11-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@152 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@151 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
| | | | | | | Extend routines to handle the new type. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@150 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed prototype for the hyperslab conversion function parameter totradke2003-09-01
| | | | | | | Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@149 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Doubled the char buffer size of the format string.tradke2003-08-22
| | | | | | | This should fix PR CactusBase/1586: Buffer overflow in IOASCII. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@148 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed argument types for hyperslab function aliases.tradke2003-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@147 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Many of the "CCTK_INT OUT" arguments to hyperslabbing routines are inrideout2003-05-21
| | | | | | | | fact "CCTK_INT ARRAY IN" arguments. This should be fixed for all uses of these aliased functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@146 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@145 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Transposed order of grid points for 2D gnuplot output (CactusBase/1444),tradke2003-03-27
| | | | | | | | | | mark restart points in output files with a blank line between the last output before the abort and the first output after the restart (CactusBase/1446), removed superfluous blank line in gnuplot output files (CactusBase/1447) and fixed broken output of complex variables (PR CactusBase/1456). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@144 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed string concatenation when creating the filename for 2D output.tradke2003-03-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@143 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Removed unneccessary inclusion of header file "util_Table.h".tradke2003-03-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@142 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* New specification for describing aliased functions.rideout2003-02-26
| | | | | | | (From Thomas Radke.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@141 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
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-07
| | | | | | | | This prevents future problems when string parameter pointer will be made read-only. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@139 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Pass the cGH pointer as a CCTK_POINTER_TO_CONST.tradke2002-11-12
| | | | | | | You will need to update the flesh also. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@138 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use the "Hyperslab_*" function aliases.tradke2002-11-06
| | | | | | | You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@137 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
| | | | | | | aliases now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@136 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Removed preliminary code that wasn't supported yet by the hyperslab thorn.tradke2002-10-23
| | | | | | | Now it compiles again. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@135 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fix to output complex variables in xgraph format.tradke2002-10-23
| | | | | | | This closes PR CactusBase/1264. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@134 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fix in outputting also the imaginary part of complex variables.tradke2002-10-23
| | | | | | | This closes PR CactusBase/1265. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@133 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Typecast size_t to int, to avoid a compiler warning on ia64.rideout2002-10-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@132 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed newlines for 3D data using patch from Erik Schnetter.allen2002-09-08
| | | | | | | Fixes Cactus/1230 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@131 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* formatting changesallen2002-08-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@130 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* minor formatting fixesrideout2002-07-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@129 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Corrected to properly handle staggered grids.rideout2002-06-20
| | | | | | | | This may have to be modified when the new coordinate infrastructure is working properly. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@128 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
* Added a note saying that the slice center can only be set for CCTK_GF vars.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@125 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Can't use the slice center for CCTK_ARRAY variables. For those variablestradke2002-06-07
| | | | | | | | the slices will always start at (0, 0, 0). This fixes PR CactusBase/1052. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@124 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@123 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* cactus style... adding itikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@122 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* config files detailing file extensions for testing provided by this thornallen2002-05-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@121 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
| | | | | | | | for individual variables. You also need to update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@120 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Given an example of using the 'out_every' option in option strings.tradke2002-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@119 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Bugfix for 3D output with indices instead of coordinates.tradke2002-05-21
| | | | | | | This closes PR CactusBase/IOASCII 1053. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@118 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed potential string buffer overflow when outputting in exponential notation.tradke2002-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@117 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
* Bugfix when writing no label information to 1D output files. A blank linetradke2002-05-10
| | | | | | | was missing then. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@115 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Bugfix for obtaining a variable's extents.tradke2002-05-10
| | | | | | | This closes PR CactusBase/IOASCII 1039. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@114 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