aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove unused variableHEADmastereschnett2012-11-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@223 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
| | | | | | | | | | | | Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@220 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* (At least) one place in IOASCII assumes maxdim<=3 by only allocating 3 ↵knarf2012-04-20
| | | | | | entries of an array but then writing maxdim entries. The thorn TestArrays tests 4D arrays in its testsuite and while this seems to work on 64bit machines, it gives a segfault on 32bit machines (plus valgrind complaining loudly). Allocating maxdim entries (like also done elsewhere in the file) solves this problem, as done in this patch. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@218 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Add missing #include "cctk_Arguments.h"eschnett2011-01-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@213 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct function signatureeschnett2011-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@212 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* IOASCII: Adapt to the new parsing API in IOUtilschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@207 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct prototyp of IOASCII's Startup routineschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@206 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@202 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@201 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* use correct latex package, typoknarf2009-01-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@200 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@199 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Move the specification of testsuite options into a test.ccl file.tradke2006-03-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@198 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@197 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@196 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct email address of Cactus maintainers.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@195 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed small memory when using Util_snprintf().tradke2005-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@192 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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
* Fully initialise slice center variables.tradke2005-05-10
| | | | | | | | This closes PR CactusBase/1925: "Origin handling in ASCII I/O uses uninitialised values". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@190 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@189 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Add missing #include <stdio.h> statement.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@188 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Add missing #include <stdio.h> statementsschnetter2004-12-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@187 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
| | | | | | | | to truncate existing output files. You must also update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@186 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Initialize the extent_int[] array before it is being used !tradke2004-06-15
| | | | | | | This closes PR CactusBase/1770: "IOAscii 3D output no longer works". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@184 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed out-of-bounds array access for downsample[], a bug found by Yosef ↵tradke2004-06-11
| | | | | | | | | Zlochower. This closes PR CactusBase/1765: 'array subsrcipt out of bounds in array "downsample"'. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@183 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Implement downsampling for IOASCII output.tradke2004-06-10
| | | | | | | Set IO::out_downsample_[xyz] to change to default of no downsampling. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@182 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
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@180 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
* Use the "requires thorns" mechanism to ensure that all required thornsschnetter2004-06-08
| | | | | | | | are activated. A better solution is planned to be available in beta 16. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@178 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Don't hyperslab/output zero-sized grid variables.tradke2004-06-04
| | | | | | | Finally closes PR CactusPUGH/1243: "Segmentation fault in PUGHSlab". git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@177 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed 2D output which used wrong slice center settings.tradke2004-06-01
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@176 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@175 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Include "util_Table.h".tradke2004-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@173 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Require only those Coord_*() functions which are really called by IOASCII.tradke2004-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@172 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added aliased versions for the CoordBase functions.goodale2004-05-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@171 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed declaration of Hyperslab_GetList() which was mismatching with itstradke2004-05-05
| | | | | | | prototype in PUGHSlab. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@170 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Need to inherit from both IO and CoordBase.tradke2004-05-01
| | | | | | | This is still commented out until prviate inheritance is there. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@169 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Removed the hard-coded assumption of "cart%d" being the underlying coordinatetradke2004-05-01
| | | | | | | | | | system. Now the coordinate functions provided by CoordBase are used to get the coordinate coordinate system associated with an output variable, as well as the physical coordinate ranges. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@168 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Temporarily commented out inheritance from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@167 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Inherit from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@166 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* REQUIRE hyperslab functions to be provided.tradke2004-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@165 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 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