aboutsummaryrefslogtreecommitdiff
path: root/src/Write2D.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> statement.schnetter2004-12-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@188 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Fixed ordering in using 2D plane center.tradke2001-12-17
| | | | | | | Closes PR CactusBase-865. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@91 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Put in Erik's patch to get 2D ASCII output for 2D variables.tradke2001-12-13
| | | | | | | Closes PR CactusBase-IOASCII/478. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@86 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use C indexing for the new filenames to make it consistent with the fileinfo.tradke2001-12-06
| | | | | | | Closes PR CactusBase/845. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@85 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@83 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@81 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Output the physical time in a separate column if requested via the newtradke2001-08-02
| | | | | | | | | | | parameters IOASCII::out1D_style and IOASCII::out2D_style. For 1D gnuplot-style output, timesteps are separated by only one blank line now. This allows to using the "every" modifier in gnuplot's plot commands and thus hopefully closes PR CactusPUGHIO-IOASCII/330. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@71 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* In the label information, output both the physical grid coordinates and thetradke2001-06-29
| | | | | | | grid integer indices of the 1D line or 2D slice resp. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@67 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* 2D ASCII output can be done now for every possible CCTK datatype.tradke2001-06-27
| | | | | | | Complex datatypes go into a single line (as "<real part> <imag part>"). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@65 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Get rid of timelevel variable which is constant zero now.tradke2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@62 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* New timelevel indexingallen2001-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@61 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@60 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added coordinate information to the axis labels.tradke2001-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@58 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Changing timelevel index used for IOallen2001-04-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@57 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
| | | | | | | For testsuite parameter files such information should not be output. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@52 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Forgot put the date into the "Created ..." comment.tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@50 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added the parameter filename, the creation date, and the axis labelstradke2001-03-19
| | | | | | | as comments at the top of the output files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@49 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Omit the leading "./" in output filenames if output goes into the currenttradke2001-03-14
| | | | | | | | | directory. This makes downloading such output files via the web interface nicer because they doen't have any special characters in it. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@46 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@42 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Remove PUGHSlab dependence and replace with Hyperslaballen2000-12-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@40 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed gcc verbose warnings about missing prototypes and use of variablestradke2000-11-23
| | | | | | | | named 'index' which hides a global function index(3). Also polished grdocs, added missing version and rcs IDs. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@32 94b1c47f-dcfd-45ef-a468-0854c0e9e350