summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use '#if CCTK_HAVE_REAL*' rather than '#ifdef CCTK_REAL*'.tradke2004-06-20
* Removed old interpolator API code.tradke2004-06-20
* Fix indentation.schnetter2004-06-07
* Changed the way how CCTK arguments are used in a following C function blocktradke2004-04-24
* Move group constants to cctk_Constants.h so that they are available toschnetter2004-04-17
* Add a function Util_StrMemCmpi that compares a C and a Fortran stringschnetter2004-04-12
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* Add macros *_FORTSTRING_LEN that allow C code to access the stringschnetter2004-04-12
* Change ".eq. 1" to ".ne. 0" for CCTK_EQUALS, because this is what Cschnetter2004-04-04
* The preprocessor on the Cray-X1 put spaces in odd places when expandingjshalf2004-04-02
* Define the type CCTK_FPOINTER also in Fortran.schnetter2004-03-31
* Removed erroneous line continuation backslash in last line oftradke2004-03-31
* Replace #if defined () so that the Cactus CPP will work with flesh.allen2004-03-22
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Declare and define the cctk_convfac member of the cGH structure inschnetter2004-03-03
* Add new scheduling options "meta" and "singlemap" for Carpet.schnetter2004-02-16
* Add cGH entry for the convergence factor.schnetter2004-02-06
* Moved the F90 modules into a new thorn "F90".goodale2004-02-05
* Add entry "tagstable" to the cGroup structure.schnetter2004-02-05
* Comment out a routine with a really long nameschnetter2004-01-20
* Use inline functions instead of #defines for CCTK_GFINDEX?D if availableschnetter2004-01-19
* Add grdoc headersschnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Set the preprocessor flag F90CODE for Fortran 90 source files.schnetter2004-01-19
* Define the type CCTK_POINTER_TO_CONST in Fortran as well.schnetter2004-01-19
* Allow vector groups of scalars.schnetter2003-11-21
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Use different numerical values for the #defined enum-like constants.schnetter2003-10-27
* Define CCTK_ALL_FACES for up to 7 directions only. This removes #ifschnetter2003-10-15
* Include cctk_Faces.h automatically when "cctk.h" is included, for bothschnetter2003-10-13
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Fix typo.schnetter2003-10-08
* works with 2 byte integersrideout2003-08-22
* renamejthorn2003-07-20
* New functions for querying the number of active timelevels for a group/variableallen2003-07-17
* Deprecated CCTK_NumTimeLevels and all variants.allen2003-07-16
* prototypes for CCTK_NumTimeLevelsI and CCTK_NumTimeLevelsrideout2003-07-15
* Removed usused routines CCTKi_ExpectError() and CCTKi_ExpectOK().tradke2003-07-15
* Minor fixes for Cactus/1117allen2003-07-15
* Added a const qualifier to the cGH argument of all CCTK_SyncGroup*() fleshtradke2003-07-15
* Added a const qualifier to the 'cGH *' argument of the following functionstradke2003-07-14
* slightly expand comments as to what the error codesjthorn2003-06-27
* cGH.h: Add three new fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
* Add support for redirection of standard error.rideout2003-05-15
* Set CCTK_ALL_FACES to 2^30-1, so that it sets the lowest 30 bits torideout2003-05-13
* Added level mode:goodale2003-05-09
* Added OpenBSD-ish Util_strlcpy and Util_strlcat functions submitted by Jonathongoodale2003-04-22
* Protect the table API C prototype declarations by '#ifdef CCODE' so that thetradke2003-03-11