aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* 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
* Bugfix for setting the extent of the requested 2D hyperslab.tradke2002-04-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@110 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Bugfix in parameter evaluation: if IOASCII::out*D_every was set to 0 it wouldtradke2002-04-19
| | | | | | | default to IO::out_every (instead of disabling IOASCII output). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@109 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Just some optimizations and cosmetic changes.tradke2002-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@108 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Moved all of the slice center initialization into ChooseOutput.c.tradke2002-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@107 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Bugfix for computing the hyperslab extent. This caused a few testsuitestradke2002-04-17
| | | | | | | (eg. BenchADM) to fail because of missing lines in the 1D output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@106 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Switch to the new Hyperslab API. You need to update CactusPUGH/PUGHSlab iftradke2002-04-15
| | | | | | | you haven't done so yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@105 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Some code cleanup before attemting to switch to the new hyperslabbing API.tradke2002-03-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@104 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Slightly more informative info messages.tradke2002-03-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@103 94b1c47f-dcfd-45ef-a468-0854c0e9e350