aboutsummaryrefslogtreecommitdiff
path: root/src/Write3D.c
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
* 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
* 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> 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
* 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
* 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
* Include "util_Table.h".tradke2004-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@173 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
* 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
* 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
* 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
* 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
* 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 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
* 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
* 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
* 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
* 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
* Fixed filename construction for 1D output of 1D and 1D variables.tradke2001-12-28
| | | | | | | | | | This closes PR CactusBase-871. Write both imaginary and real part of complex variables into a single file for "gnuplot" output styles. This closes PR CactusBase-870. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@94 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added 3D ASCII output for 3D variables.tradke2001-12-13
Closes PR BetaThorns/742 (??). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@87 94b1c47f-dcfd-45ef-a468-0854c0e9e350