aboutsummaryrefslogtreecommitdiff
path: root/src/Write2D.c
Commit message (Expand)AuthorAge
* Remove unused variableHEADmastereschnett2012-11-20
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
* Use CCTK_BYTE instead of CCTK_CHARschnetter2005-01-29
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
* Implement downsampling for IOASCII output.tradke2004-06-10
* Don't hyperslab/output zero-sized grid variables.tradke2004-06-04
* Fixed 2D output which used wrong slice center settings.tradke2004-06-01
* Include "util_Table.h".tradke2004-05-09
* Removed the hard-coded assumption of "cart%d" being the underlying coordinatetradke2004-05-01
* Another fix for 2D output of complex arrays.tradke2004-04-01
* Initialize format string for complex output.tradke2004-04-01
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-23
* Fix wrong order of coordinate or gridpoint indices in 2D ASCII output,schnetter2004-01-16
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Doubled the char buffer size of the format string.tradke2003-08-22
* Transposed order of grid points for 2D gnuplot output (CactusBase/1444),tradke2003-03-27
* Fixed string concatenation when creating the filename for 2D output.tradke2003-03-17
* Removed unneccessary inclusion of header file "util_Table.h".tradke2003-03-10
* Including "Hyperslab.h" isn't neccessary anymore since we are using functiontradke2002-11-06
* Removed preliminary code that wasn't supported yet by the hyperslab thorn.tradke2002-10-23
* Fix in outputting also the imaginary part of complex variables.tradke2002-10-23
* Fixed potential string buffer overflow when outputting in exponential notation.tradke2002-05-17
* Bugfix for obtaining a variable's extents.tradke2002-05-10
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Bugfix for setting the extent of the requested 2D hyperslab.tradke2002-04-22
* Just some optimizations and cosmetic changes.tradke2002-04-18
* Switch to the new Hyperslab API. You need to update CactusPUGH/PUGHSlab iftradke2002-04-15
* Fixed filename construction for 1D output of 1D and 1D variables.tradke2001-12-28
* Fixed ordering in using 2D plane center.tradke2001-12-17
* Put in Erik's patch to get 2D ASCII output for 2D variables.tradke2001-12-13
* Use C indexing for the new filenames to make it consistent with the fileinfo.tradke2001-12-06
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
* Output the physical time in a separate column if requested via the newtradke2001-08-02
* In the label information, output both the physical grid coordinates and thetradke2001-06-29
* 2D ASCII output can be done now for every possible CCTK datatype.tradke2001-06-27
* Get rid of timelevel variable which is constant zero now.tradke2001-05-10
* New timelevel indexingallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Added coordinate information to the axis labels.tradke2001-05-09
* Changing timelevel index used for IOallen2001-04-18
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
* Forgot put the date into the "Created ..." comment.tradke2001-03-19
* Added the parameter filename, the creation date, and the axis labelstradke2001-03-19
* Omit the leading "./" in output filenames if output goes into the currenttradke2001-03-14
* CCTK_CHAR -> CCTK_BYTEallen2001-02-25
* Remove PUGHSlab dependence and replace with Hyperslaballen2000-12-22
* Fixed gcc verbose warnings about missing prototypes and use of variablestradke2000-11-23