aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
Commit message (Expand)AuthorAge
* Remove CVS header tagsErik Schnetter2004-09-18
* Improve error messageschnetter2004-03-08
* Replace [] array accesses with .at() array accesses.schnetter2004-03-01
* Make FlexIO output work for grid arrays as well.schnetter2004-02-27
* Add functions to read attributes.schnetter2004-02-10
* Fix bugs in the file reader.schnetter2004-02-09
* FlexIO string attributes seem to need space for the trailing nul character.schnetter2004-02-07
* Make the file reader work.schnetter2004-02-07
* Import the recently announced changes:schnetter2004-01-25
* Fix CVS Header tag.schnetter2003-12-10
* Add the content of the cGH structure to each dataset. This allows toschnetter2003-12-10
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Re-commit of old version to fix my accidental commit yesterday.cvs_anon2003-09-24
* another (updated) development versioncvs_anon2003-09-23
* Hack to stop FlexIO data type clash with LAM MPI.tradke2003-09-08
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* More #ifdefs for HDF[45]-specific parts of the code.tradke2003-07-03
* Put '#ifdef HDF4' around HDF4-specific parts of the code.tradke2003-07-03
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Forgot to allocate storage for a vector.schnetter2003-03-27
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Removed non-standard use of alloca() with vector<>.schnetter2003-02-28
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Change parameter "outdir" to "out_dir".schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Added CCTK_FILEVERSION macros.schnetter2002-03-26
* Added explicit type conversions to make it compile with gcc 3.0.schnetter2002-01-14
* Added a parameter that prevents outputting the ghost zones. Untested.schnetter2002-01-09
* Fixed a small bug that prevented reading data.schnetter2001-12-05
* Adapted Carpet to the new Cactus API. Works on Linux. High hopes for SGIs.schnetter2001-11-05
* Changed handling of scalars. Scalars are now zero-dimensional arrays.schnetter2001-07-09
* Broke the file "carpet.cc" into several files.schnetter2001-07-04
* Second stab at having arrays with a dimension different than gridschnetter2001-07-02
* Modified the Carpet driver so that it uses the same new timelevelschnetter2001-04-23
* Brought in latest differences from the SGI version. This is workeschnett2001-03-22
* ?eschnett2001-03-19
* Fixed bugs that popped up in the SGI version.eschnett2001-03-18
* Added grid function input.eschnett2001-03-17
* Fixed FlexIO output.eschnett2001-03-16
* Changed the way output is handled. Now output is per refinement leveleschnett2001-03-16
* Added FlexIO I/O.eschnett2001-03-15
* Initial revisioneschnett2001-03-01