summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* New functions for querying the number of active timelevels for a group/variableallen2003-07-17
* Replace CCTK_NumTimeLevels with CCTK_MaxTimeLevelsallen2003-07-16
* 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
* Check for valid variable index in CCTK_NumTimeLevelsFromVarI().tradke2003-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
* Free structure returned by Util_ExpressionParse().tradke2003-07-08
* Free the string returned by CCTK_GroupName();tradke2003-07-08
* Flush stdout before writing stderr for warnings.allen2003-07-07
* slightly expand comments as to what the error codesjthorn2003-06-27
* Changed CactusDefaultAbort() to return with the given return code to abort withtradke2003-06-19
* cGH.h: Add three new fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
* Added CCTK_NumTimeLevels and CCTK_NumTimeLevelsIallen2003-06-08
* Change labelling of error messages for problems with parameter filesallen2003-06-07
* 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
* Produce an error message when a user asks for parameter info forgoodale2003-05-12
* Make it possible to use the string stuff in other standalone tests. Patchgoodale2003-05-09
* Added level mode:goodale2003-05-09
* Check for macros for cache size before usingallen2003-04-30
* Added OpenBSD-ish Util_strlcpy and Util_strlcat functions submitted by Jonathongoodale2003-04-22
* Store function pointers in a struct before adding them to the array reductiontradke2003-03-26
* Allow routines scheduled within groups triggered in analysis to be run if thegoodale2003-03-24
* Fix compiler warning of uninitialized variable.rideout2003-03-18
* Fixed compiler warnings about type casts with missing const qualifiers.tradke2003-03-12
* Protect the table API C prototype declarations by '#ifdef CCODE' so that thetradke2003-03-11
* Added new error code CCTK_ERROR_INTERP_GHOST_SIZE_TOO_SMALL.tradke2003-03-10
* Added const qualifiers to all the pointer function arguments in the flesh'stradke2003-03-10
* Bug fix for CCTK_ParameterWalk() which caused an infinite loop when calledtradke2003-02-27
* CCTKBindings_SetupThornFunctions () commented out, it is no longer needed.rideout2003-02-26
* Added a check against scheduling items with the same name in a schedule bingoodale2003-02-17
* Now scheduling a group AS preserves the identity of the group, allowinggoodale2003-02-17
* Check for a valid timelevel argument value in CCTK_VarDataPtr*().tradke2003-02-17
* Fixed CCTK_ParameterWalk() to also walk through array parameters.tradke2003-02-14
* Macros for specifying sets of faces of the computational domain,rideout2003-02-13
* Renamed routine CCTK_NULLPointer() into CCTK_NullPointer().tradke2003-02-12
* Added C wrapper for fortran function CCTK_NULLPointer() which takes notradke2003-02-12
* Make sure that strncpy'ed strings are properly NUL-terminated.tradke2003-02-11
* Bugfix in setting size of a vector group, found by Ian Hawke.goodale2003-02-10
* (from Jonathan Thornburg)tradke2003-01-29
* Undo my last commit which didn't seem to be needed.tradke2003-01-28
* Put '#ifdef __cplusplus' around rcsid and CCTK_FILEVERSION.tradke2003-01-28
* Added CactusDefaultInterpGridArrays() as a default for the overloadabletradke2003-01-24
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* Added fortran wrappers for most of the table API routines.tradke2003-01-20
* Parameter Cactus::max_runtime is now evaluated as REAL.tradke2003-01-12
* Changed datatype of parameter Cactus::max_runtime from INT into REAL.tradke2003-01-12