aboutsummaryrefslogtreecommitdiff
path: root/src/Output1D.c
Commit message (Collapse)AuthorAge
* IOASCII: Adapt to the new parsing API in IOUtilschnetter2009-12-05
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@207 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed small memory when using Util_snprintf().tradke2005-07-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@192 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
| | | | | | | | (depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@180 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
| | | | | | | modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@175 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Provide level 1 warning if OutputVarAs() is called on an invalid variable name.rideout2003-12-03
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@153 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Allow the 'out_every' option in option strings to set the output frequencytradke2002-05-28
| | | | | | | | for individual variables. You also need to update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@120 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 in parameter evaluation: if IOASCII::out*D_every was set to 0 it wouldtradke2002-04-19
| | | | | | | default to IO::out_every (instead of disabling IOASCII output). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@109 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
* Slightly more informative info messages.tradke2002-03-16
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@103 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Increased warning level to 1 for messages saying that IOASCII output cannot betradke2002-03-15
| | | | | | | | done for scalar variables. This closes PR CactusIO/929. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@102 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed return code of I/O methods.tradke2001-12-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@93 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Moved function prototype declarations into IOASCII's header.tradke2001-12-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@89 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 a memory leak I had put inallen2001-10-31
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@82 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
| | | | | | | This closes PR CactusBase-IOASCII 777. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@79 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed bug for info output at every iteration.rideout2001-08-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@78 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed bug for printing to screenallen2001-08-28
| | | | | | | Cactus/776 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@77 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
| | | | | | | | | | - IO method registration - Directory used - Output every - Variables output git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@76 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
* 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
* Removed ioGH.h from include list.tradke2000-09-21
| | | | | | | Use CCTK_TraverseString() to parse the output strings. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@23 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Give a more explanatory warning message if output for a given variabletradke2000-09-18
| | | | | | | was already done. Increased warning level to 5. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@21 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* New parameters for choosing lines and slicesallen2000-07-12
| | | | | | | | | | New CCTK functions for coordinates WARNING: Different default behaviour now for lines and slices from a full grid git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@11 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Enabled output of CCTK_ARRAY types which are plotted without coordinatestradke2000-06-05
| | | | | | | | and always start at origin (0, 0, 0) -- ignoring slice centers. Also output of CCTK_GF types other than 3D should work. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@5 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* IOASCII using thorn Hyperslab. No PUGH in here anymore !tradke2000-06-02
Also changed the output format to use tabs rather than spaces which reduces the output filesize by 1/3. Should still pass all testsuites (tested for the WaveToys). If everything else is okay we can move IOASCII into the IOBasic/ arrangement and remove CactusPUGHIO/IOASCII. Also finally removed all the http stuff. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@2 94b1c47f-dcfd-45ef-a468-0854c0e9e350