summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* moving stagger functions outlanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1260 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added include string.h (needed on dec)lanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1259 17b73243-c579-4c4c-a9d2-2d5706c11dac
* using stagger definitionslanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1258 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering constantslanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1257 17b73243-c579-4c4c-a9d2-2d5706c11dac
* stagger supportlanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1256 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Stopped CVS from expanding the $Header$ in an example.goodale2000-01-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1255 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updatesallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1254 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add a **int to the C2F prototype to prevent warningsallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1253 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New specification for CCTK_GroupData and moved internal functionallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1252 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added internal functionallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1251 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New specification for CCTK_GroupData after Tom pointed out to me thatallen2000-01-13
| | | | | | | | | | | | | | | | | | returning a pointer for a structure means that thorn programmers have to remember to free the pointer. Now the specification is int ierr CCTK_GroupData(int group_index, cGroup *pgroup) So that it can be called via cGroup pg; CCTK_GroupData(group_index, &pg); and noone needs to remember to free anything. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1250 17b73243-c579-4c4c-a9d2-2d5706c11dac
* bug fix for lsshlanfer2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1249 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1248 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1247 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Typoallen2000-01-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1246 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | | | | and some tidying git-svn-id: http://svn.cactuscode.org/flesh/trunk@1245 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing *cctk_lssh to **cctk_lshallen2000-01-13
| | | | | | | config.h -> cctk_config.h git-svn-id: http://svn.cactuscode.org/flesh/trunk@1244 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Start of the maintainers guide.goodale2000-01-12
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1243 17b73243-c579-4c4c-a9d2-2d5706c11dac
* forgot some debug statementslanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1242 17b73243-c579-4c4c-a9d2-2d5706c11dac
* defining cctk_lssh, local stager shapelanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1241 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove pointer warning on originallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1240 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change script to remove last pointer warning on originallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1239 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering: staggercode functions addedlanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1238 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering: function prototypeslanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1237 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to function CCTK_GroupDataallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1236 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding USE_CCTK_PARAMETERSallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1235 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing compiler warningsallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1234 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding USE_CCTK_PARAMETERS and changing format of warningallen2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1233 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed the use of the function CCTK_GroupData to return a pointerallen2000-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a structure containing information about the group, rather than returning the information as separate arguments in the call. This makes it easier for us to add any new information needed (e.g. staggering). The new use is cGroup *CCTK_GroupData(int group_index) where cGroup is the structure typedef struct { int grouptype; int variabletype; int staggertype; int dim; int numvariables; int numtimelevels; } cGroup The old function is now deprecated and has been renamed to CCTK_OldGroupData git-svn-id: http://svn.cactuscode.org/flesh/trunk@1232 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Final code for supportingallen2000-01-12
| | | | | | | | | | | USE_CCTK_PARAMETERS USE_CCTK_CARGUMENTS which can be used to remove all the warnings about unused variables (seen on the origin or if you compile with all warnings) git-svn-id: http://svn.cactuscode.org/flesh/trunk@1231 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More stuff to remove warningsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1230 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More details to remove warningsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1229 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Filling out CCTK_USE_PARAMETERSallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1228 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Need some new lines at the end of created files for the originallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1227 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding a missed thornallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1226 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding macros for using parameters and arguments to remove compiler warningsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1225 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding "USE_CCTK_ARGUMENTS which will eventually get rid of warnings onallen2000-01-11
| | | | | | | origin git-svn-id: http://svn.cactuscode.org/flesh/trunk@1224 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding USE_CCTK_PARAMETERS which will eventually remove warnings on originallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1223 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new functionsallen2000-01-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1222 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new functionsallen2000-01-11
| | | | | | | | | | | | CCTK_CoordDir CCTK_CoordLocalRange also renamed coordinate routines to all start with CCTK_Coord... Old functions remain but are deprecated git-svn-id: http://svn.cactuscode.org/flesh/trunk@1221 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Included <math.h> because T3E's compiler was missing a prototype for sqrt().tradke2000-01-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1220 17b73243-c579-4c4c-a9d2-2d5706c11dac
* accidently took out CCTK_VarTypeNamelanfer2000-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1219 17b73243-c579-4c4c-a9d2-2d5706c11dac
* staggering on the flesh sidelanfer2000-01-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1218 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prototype for CCTK_VarTypeNameallen2000-01-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1217 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New routine CCTK_VarTypeNameallen2000-01-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1216 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing gmake thorninfo so it no longer creates a file but just catsallen2000-01-04
| | | | | | | the info directly to screen git-svn-id: http://svn.cactuscode.org/flesh/trunk@1215 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidying up gmake targets to be in sync with the options that are there.allen2000-01-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1214 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cleaning up gmake help.allen2000-01-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1213 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new targetallen2000-01-03
| | | | | | | | | | | gmake thorninfo to give information about all thorns. At the moment this just prints the output from Build Active Thorns to screen, but means that you can easily see which thorn implements something. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1212 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed the error message for non existant implementation toallen2000-01-03
| | | | | | | | 1) use CST_Error so it is listed at the end of running the CST 2) give more information indicating what to do git-svn-id: http://svn.cactuscode.org/flesh/trunk@1211 17b73243-c579-4c4c-a9d2-2d5706c11dac