aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
Commit message (Collapse)AuthorAge
* Make only optional use of aliased function Coord_GroupSystem().tradke2006-10-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@199 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
| | | | | | | | to truncate existing output files. You must also update CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@186 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
* Require only those Coord_*() functions which are really called by IOASCII.tradke2004-05-09
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@172 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Added aliased versions for the CoordBase functions.goodale2004-05-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@171 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed declaration of Hyperslab_GetList() which was mismatching with itstradke2004-05-05
| | | | | | | prototype in PUGHSlab. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@170 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Need to inherit from both IO and CoordBase.tradke2004-05-01
| | | | | | | This is still commented out until prviate inheritance is there. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@169 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Temporarily commented out inheritance from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@167 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Inherit from IO.tradke2004-04-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@166 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* REQUIRE hyperslab functions to be provided.tradke2004-04-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@165 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Do not require Hyperslab any more.schnetter2004-04-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@164 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use the capability Hyperslab instead of inheriting from theschnetter2004-04-01
| | | | | | | implementation Hyperslab. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@161 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Renamed some aliased hyperslab functions to comply with the maximum lengthtradke2004-01-23
| | | | | | | | | | | | for names of Fortran routines (31 characters): Hyperslab_DefineGlobalMappingByPhys -> Hyperslab_GlobalMappingByPhys Hyperslab_DefineGlobalMappingByIndex -> Hyperslab_GlobalMappingByIndex Hyperslab_DefineLocalMappingByPhys -> Hyperslab_LocalMappingByPhys Hyperslab_DefineLocalMappingByIndex -> Hyperslab_LocalMappingByIndex git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@157 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Correct inter-thorn dependencies.schnetter2003-11-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@152 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@151 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed prototype for the hyperslab conversion function parameter totradke2003-09-01
| | | | | | | Hyperslab_DefineGlobalMappingByIndex() / Hyperslab_DefineLocalMappingByIndex(). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@149 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Fixed argument types for hyperslab function aliases.tradke2003-05-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@147 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Many of the "CCTK_INT OUT" arguments to hyperslabbing routines are inrideout2003-05-21
| | | | | | | | fact "CCTK_INT ARRAY IN" arguments. This should be fixed for all uses of these aliased functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@146 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Support for new aliased function specification format.rideout2003-05-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@145 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* New specification for describing aliased functions.rideout2003-02-26
| | | | | | | (From Thomas Radke.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@141 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Pass the cGH pointer as a CCTK_POINTER_TO_CONST.tradke2002-11-12
| | | | | | | You will need to update the flesh also. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@138 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Use the "Hyperslab_*" function aliases.tradke2002-11-06
| | | | | | | You must also update CactusPUGH/PUGHSlab now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@137 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* Remove PUGHSlab dependence and replace with Hyperslaballen2000-12-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@40 94b1c47f-dcfd-45ef-a468-0854c0e9e350
* hyperslab -> pughslaballen2000-07-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@15 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