aboutsummaryrefslogtreecommitdiff
path: root/src/Write1D.c
Commit message (Expand)AuthorAge
* 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> statementsschnetter2004-12-29
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
* Fixed out-of-bounds array access for downsample[], a bug found by Yosef Zloch...tradke2004-06-11
* Implement downsampling for IOASCII output.tradke2004-06-10
* Don't hyperslab/output zero-sized grid variables.tradke2004-06-04
* Include "util_Table.h".tradke2004-05-09
* Removed the hard-coded assumption of "cart%d" being the underlying coordinatetradke2004-05-01
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-23
* 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
* 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 to output complex variables in xgraph format.tradke2002-10-23
* Corrected to properly handle staggered grids.rideout2002-06-20
* Can't use the slice center for CCTK_ARRAY variables. For those variablestradke2002-06-07
* Fixed potential string buffer overflow when outputting in exponential notation.tradke2002-05-17
* Bugfix when writing no label information to 1D output files. A blank linetradke2002-05-10
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Just some optimizations and cosmetic changes.tradke2002-04-18
* Bugfix for computing the hyperslab extent. This caused a few testsuitestradke2002-04-17
* Switch to the new Hyperslab API. You need to update CactusPUGH/PUGHSlab iftradke2002-04-15
* Some code cleanup before attemting to switch to the new hyperslabbing API.tradke2002-03-19
* Fix for when there are no coordinates registered.tradke2002-02-28
* Fixed typo giving compile problems on Originallen2002-01-04
* *** empty log message ***tradke2002-01-03
* Fixed filename construction for 1D output of 1D and 1D variables.tradke2001-12-28
* Removed restriction for diagonal output on cubic grids. Now PUGHSlab can dotradke2001-12-16
* 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
* Spelling mistakeallen2001-08-24
* 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
* Fixing file comments to report correct coordinates for 1d line positions.goodale2001-06-29
* Warn about not outputting the diagonal just once (only at the first output re...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
* Axis label format strings were defined too short in size.tradke2001-05-09
* Added coordinate information to the axis labels.tradke2001-05-09
* Changing timelevel index used for IOallen2001-04-18
* Removed wrong backslash in format string.tradke2001-03-26
* 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
* Fixed a bug from my latest commit where I got the output filenames wrong.tradke2001-03-15