summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Put semicolon after CCTK_FILEVERSION.rideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3082 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add helpful comment to 'Unknown option $option in grouprideout2003-01-07
| | | | | | | | | $current_group...' error message. Add a few commented lines for debuging. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3081 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding thorn name to 'parse aliased function argument' error message.rideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3080 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Erik Schnetter's patch to declare string parameters in a thorn's parametertradke2003-01-07
| | | | | | | struct as constant. Completes the fix for Cactus-1350. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3079 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typorideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3078 17b73243-c579-4c4c-a9d2-2d5706c11dac
* typosrideout2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3077 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed typos from last commit.tradke2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3076 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototypes for CCTK_Cmplx{Sin,Cos,Exp,Sqrt}().tradke2003-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3075 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Get rid of superfluous typecasts in DECLARE_CCTK_PARAMETERS.tradke2003-01-07
| | | | | | | | Declare (C pointers to) string parameters as 'const char *const' pointers. This closes Cactus-1350. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3074 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Get rid of macro recursions when declaring prototypes of CCTK_COMPLEX routines.tradke2003-01-06
| | | | | | | | | | This fixes known problems with cpp on some platforms (Solaris, Darwin) when preprocessing source code which includes this header file. This closes PR Cactus-1354 and CactusPUGH-1167. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3073 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document new CCTK_InterpGridArrays() APIjthorn2003-01-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3072 17b73243-c579-4c4c-a9d2-2d5706c11dac
* For CCTK_InterpGridArrays(), merge the local and global parameter tables into atradke2003-01-06
| | | | | | | single one. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3071 17b73243-c579-4c4c-a9d2-2d5706c11dac
* fix line breaks in warning message for missing range descriptionallen2003-01-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3070 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Allow white space between a parameter name and the parameter array size ifallen2002-12-31
| | | | | | | | | one is provided. Asked for in Cactus/1338 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3069 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add group desription to printed schedule treeallen2002-12-30
| | | | | | | Closes Cactus/1283 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3068 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Suggest thorn documentation authors include an examples section.allen2002-12-30
| | | | | | | Closes Cactus/1269 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3067 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed referencesallen2002-12-30
| | | | | | | Fixes Cactus/1336 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3066 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed 2nd description of CCTK_PointerTo in function referenceallen2002-12-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3065 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixes to parameter specificationallen2002-12-30
| | | | | | | From Cactus/1337 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3064 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Note about appendicesallen2002-12-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3063 17b73243-c579-4c4c-a9d2-2d5706c11dac
* You cannot use \appendix in thorn documentation.tex files with out currentallen2002-12-30
| | | | | | | scripts for assembling thorn guides. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3062 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use \textless etc instead of $<$allen2002-12-30
| | | | | | | From Cactus/1344 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3061 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed error in specification of parameter group syntaxallen2002-12-30
| | | | | | | Fixes Cactus/1338 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3060 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Try to clarify hint for scheduling IN and ATallen2002-12-30
| | | | | | | Tries to fix Cactus/1315 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3059 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document DISTRIB=DEFAULTallen2002-12-30
| | | | | | | Closes Cactus/1293 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3058 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improve error messagesallen2002-12-30
| | | | | | | Fixed Cactus/1353 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3057 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improve error messages for unknown linesallen2002-12-30
| | | | | | | Fixes Cactus/1352 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3056 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix for latest PGI compilers (4.0-2), where the libraries need to be in a ↵allen2002-12-21
| | | | | | different order. Hopefully this doesn't now cause problems for older versions. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3055 17b73243-c579-4c4c-a9d2-2d5706c11dac
* cleanup indentation of CCTK_InterpLocalUniform() function prototypejthorn2002-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3054 17b73243-c579-4c4c-a9d2-2d5706c11dac
* document new error return from CCTK_InterpLocalUniform():jthorn2002-12-20
| | | | | | | | | | CCTK_ERROR_INTERP_GRID_TOO_TINY one or more of the dimensions of the input arrays is/are smaller than the molecule size chosen by the interpolator (based on the parameter-table options, e.g. the interpolation order) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3053 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed an icc warning about a comment in a comment.tradke2002-12-20
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3052 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CVS commit on behalf of Jonathan Thornburg:tradke2002-12-20
| | | | | | | | | | | | | | | | | | add some more explanation for the CCTK_ERROR_INTERP_POINT_X_RANGE error code: > /* n.b. the "X" here abbreviates "not" -- the point could be out of range > /* along any coordinate axis */ and add a new error code: > /* the grid is too small for the selected interpolation molecule */ > #define CCTK_ERROR_INTERP_GRID_TOO_TINY (-1001) (Both of these are 31 letters long, which is exactly the maximum length that the C standard guarantees that compilers/preprocessors must honor.) git-svn-id: http://svn.cactuscode.org/flesh/trunk@3051 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding ; after CCTK_FILEVERSION macro.goodale2002-12-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3050 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Do an explicit cast when assigning value of structure member to a localgoodale2002-12-17
| | | | | | | | | | variable for a parameter. This solves the 'cannot cast from char ** to const char **' problem for c++ under gcc 3.2, plus probably other compilers. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@3049 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Defined overloadable function CCTK_InterpGridArrays() and addedtradke2002-12-16
| | | | | | | CactusDefaultInterpGridArrays() as its default. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3048 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added fortran wrapper for CCTK_InterpGridArrays().tradke2002-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3047 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CactusDefaultInterpGridArrays() as default overloadable function fortradke2002-12-16
| | | | | | | CCTK_InterpGridArrays(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3046 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed gcc warning.tradke2002-12-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3045 17b73243-c579-4c4c-a9d2-2d5706c11dac
* &Read_New_Thorn_Doc no longer returns 0 if the \title{} field is empty.rideout2002-12-15
| | | | | | | | | | | Add a number of comments and debugging statements... Fixes CactusEinstein/1342, CactusPUGH/1341, and CactusExternal/1340. May also fix major issue of Cactus/1343. Alleviates much of Cactus/1344. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3044 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Declare CCTK_PointerTo() with return type of CCTK_POINTER.tradke2002-12-12
| | | | | | | This closes PR Cactus/1334. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3043 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added function description for CCTK_PointerTo() and for fortran wrapperstradke2002-12-11
| | | | | | | of Util_TableCreateFromString() and Util_TableDestroy(). git-svn-id: http://svn.cactuscode.org/flesh/trunk@3042 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added fortran wrappers for Util_TableCreateFromString() and Util_TableDestroy().tradke2002-12-11
| | | | | | | More to come. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3041 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added declaration for CCTK_PointerTo to the DECLARE_CCTK_FUNCTIONS macro.tradke2002-12-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3040 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Implemented fortran wrapper functiontradke2002-12-11
| | | | | | | | | | | | addr = CCTK_PointerTo (var) CCTK_POINTER addr, var which returns the address of a variable passed in by reference from a fortran routine. This function is declared by the DECLARE_CCTK_FUNCTIONS macro. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3039 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document new handling of variable group description.rideout2002-12-10
| | | | | | | Fix some typos. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3038 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Variable group description is now added to database, e.g. for use inrideout2002-12-10
| | | | | | | | | | | | ThornGuide. Variable group descriptions are now allowed on same line as group declaration when no variable block is present. Partly fixes CactusEinstein/1003, in a sense. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3037 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making it clear that group and variable names all have to be unique within ↵allen2002-12-10
| | | | | | the scope of a thorn, unless the group only contains a single element, in which case there can be no confusion. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3036 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Document CCTK_IsImplementationActive and CCTK_IsImplementationCompiled.rideout2002-11-28
| | | | | | | | | | Convert CCTK_VarIndex to new FunctionDescription environment and document its error codes. Other minor fixes. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3035 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added PROMPT and SILENT to list of configure options. This fixesrideout2002-11-26
| | | | | | | | | Documentation/1295. Attempt to clarify THORNLIST_DIR by stating its 'default value'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3034 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Update arrangements/README as well. It would be nice to do anrideout2002-11-25
| | | | | | | | | | | 'update -l' on arrangements (in case anyone adds another file there), but this does not seem to fit well within the current code. Right now it doesn't seem worth the hassle to add it. Added some 'my's. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3033 17b73243-c579-4c4c-a9d2-2d5706c11dac