aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.c
Commit message (Expand)AuthorAge
* IOUtil: Update parsing API to allow output by simulation timeschnetter2009-12-05
* bugfix: remove correct key from options list table in routine SetOutputVar()tradke2009-05-18
* extend IOUtil_ParseVarsForOutput() to parse an options string for a list oftradke2009-04-21
* Explicitly convert size_t to intschnetter2008-01-28
* Implement variable-specific output request option 'compression_level'tradke2006-11-17
* Make only optional use of aliased function Coord_GetDefaultSystem().tradke2006-10-04
* The general routine to parse the value of IO*::out_vars parameters now alsotradke2005-10-05
* Check for valid variable index in IOUtil_DefaultIORequest().tradke2005-07-25
* Set the default slice centre for 1D/2D output to be the centre of the boxtradke2005-06-16
* Parse option "refinement_levels" in an I/O parameter option string.tradke2005-02-04
* Extended API for IOUtil_ParseOutputFrequency() and IOUtil_ParseVarsForOutput()tradke2004-06-09
* Fixed wrong defaults for 2D slice center setup.tradke2004-06-01
* Fixed a bug in the 1D line / 2D slice center setup.tradke2004-05-14
* Call aliased function Coord_GetDefaultSystem() to get the default coordinatetradke2004-05-09
* Add a check 'with_ghostzones' to the ioRequest structure and initialize ittradke2003-11-17
* Don't call CCTK_GroupgshVI() on grid scalar variables.tradke2003-10-27
* Fixed IOUtil_1DLines() and IOUtil_2DPlanes() to setup slice centers even iftradke2003-06-12
* Removed superfluous newline in checkpoint timing output.tradke2003-01-21
* Use the new out_downsample_[xyz] parameters rather than the depepricated onestradke2003-01-20
* Fixed a bug in parsing the 'direction' key in an option string for 'out_vars'tradke2002-07-05
* Added routine IOUtil_ParseOutputFrequency() and slightly changed the APItradke2002-05-28
* Fixed a printf statement (too many function arguments).tradke2002-05-05
* Fixed warning message for slice center setup.tradke2002-05-03
* Cannot downgrade precision for CCTK_SCALAR output.tradke2002-04-30
* Moved the I/O request description and parsing routines from IOHDF5Util to IOUtiltradke2002-04-26
* Set slice centers to zero for dimensions with no coordinates.tradke2001-12-28
* Fixed ordering in 2D plane center setup.tradke2001-12-17
* Fixed small memory leakallen2001-12-14
* Give warnings with some more information why a slice center couldn't be set up.tradke2001-11-28
* Some more const qualifiers for routine arguments.tradke2001-11-01
* Added routine IOUtil_CreateDirectory() which creates an output directorytradke2001-08-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Commented out debugging output.tradke2001-05-09
* Also set the slice center if there's no coordinate system registered.tradke2001-05-08
* Fixed small memory problem setting up slice centersallen2001-04-10
* Added missing include for memset(3).tradke2001-03-12
* Use ceil() when computing the slice centers for 1D lines/2D planes.tradke2001-03-08
* Moved IOUtil_PrintTimings() from GHExtensions.c to here.tradke2000-09-21
* Cosmetic changes - missing rcsids, etc.goodale2000-09-17
* New routines for calculating where 1D and 2D slices are located for outputallen2000-07-12