summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* Increased the number of precision digits for floating-point values returnedtradke2002-03-28
* Formatting change when printing out group names. Only puts a label at thegoodale2002-03-26
* Fixed a thing from my previous commit when printing the schedule tree.tradke2002-03-25
* Fixed the indentation level when printing scheduled groups.tradke2002-03-25
* When printing the schedule tree, also say when periodic output is done.tradke2002-03-19
* Print routines which are registered for CCTK_POST_RECOVER_VARIABLES.tradke2002-03-19
* Added new KEYWORD parameter 'Cactus::recovery_mode' (steerable at RECOVER).tradke2002-03-19
* Store the information whether we recover from a checkpoint or nottradke2002-03-19
* Allow the param_type argument to CCTK_ParameterGet() to be passed in astradke2002-03-19
* Added missing prototype for fortran wrapper.tradke2002-03-16
* Nonimportant fix to a fortran wrapperallen2002-02-22
* Added fortran wrapper for CCTK_TerminateNext().rideout2002-02-05
* Typo in grdocallen2002-01-06
* Fixed bug getting the command line arguments.tradke2002-01-04
* Add the name of the executable to the banner printed to standard out.allen2002-01-03
* The callback routine, CCTKi_SetParameter(), passed to the ParseFile() routinetradke2002-01-02
* Set warning level 2 for warnings about out-of-range parameter values.tradke2002-01-02
* New functionsallen2001-12-29
* Bugfix in printing runtime information.tradke2001-12-21
* Remove ErrorCodes.h since it isn't used and doesn't exist any moreallen2001-12-19
* Moved the very first CCTK_POSTSTEP schedule bin before CCTK_RECOVER_VARIABLES.tradke2001-12-17
* Fixed compiler warnings when compiling without MPI.tradke2001-12-13
* Fixed the complex div() and abs() routines to conform to the GNU Scientific L...tradke2001-12-12
* Shortened the headings for the Cactus default timers a bit (only have thetradke2001-12-11
* Changed warning level to 2 for messages saying that a non-steerable parametertradke2001-12-11
* Fixed checking of parameter value.tradke2001-12-10
* Fixed compiler warning about an unused variable assignment.tradke2001-12-04
* Fixes for Cactus/833,828,825allen2001-12-04
* Removed the old regex stuff in CCTKi_ExtractSize() since Tom's new expressiontradke2001-11-27
* Turned the GH argument type in calls to CCTK_EnableGroup[{Storage}{Comm}]()tradke2001-11-27
* Stop Cactus if warning/error level command line option isn't followed bytradke2001-11-16
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13
* Fixing some unprotected mallocs spotted by Ian Hawke.goodale2001-11-07
* Fixed semantics for the fortran wrappers CCTK_FortranString() and CCTK_Parame...tradke2001-11-06
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05
* Change "Total time" to "Total time for simulation" in timer reportallen2001-11-05
* Updated to use new version of expression parser.goodale2001-11-04
* Adding the trigger groups for a routine to the cFunctionData structure.allen2001-11-03
* Added fortran wrapper for CCTK_ParameterValString().tradke2001-11-02
* Added thorn name, routine name and scheduling bin to the FunctionDataallen2001-10-31
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
* All the CCTK_VarDataPtr() routines take a 'const cGH *' argument.tradke2001-10-30
* Routines returning coordinate ranges take a 'const cGH *' as an argumenttradke2001-10-30
* Don't stop if a variable type isn't know, but give a level 4 warningallen2001-10-26
* Using the expression parser for array sizes again now that the memory buggoodale2001-10-25
* Added missing variable initialization in vector group setup.tradke2001-10-23
* New function to provide the implementation which provided a groupallen2001-10-23
* Added a function which returns a list of required (=inherited+friends) implem...allen2001-10-23
* Use the old regex parameter parsing to extract the sizes of variable dims.tradke2001-10-23
* Fixed small bug in detecting errors in thorn inheritanceallen2001-10-18