summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
...
* Include file for coordinate registrationallen1999-04-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@489 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to make the alpha's happierallen1999-04-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@484 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_QueryGroupStorage_ByBoth ... perhaps this should beallen1999-04-15
| | | | | | | CCTK_QueryGroupStorage? git-svn-id: http://svn.cactuscode.org/flesh/trunk@483 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed prototypes for overloaded routines ...allen1999-04-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@479 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Restructured all the groups routines a bit, now in general theyallen1999-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | take the full group or variable name, so you don't need all the DecomposeName business anymore. There will be 3 copies of many routines one taking the fullname one taking the index and one taking both/either arguments. IF YOU HAVE AN INDEX USE IT ... the routines which take the full name just call a routine to get the index. The general convention for names is CCTK_GetSomething(const char *fullname) ( = CCTK_GetSomething_ByIndex(CCTK_Get...Index(fullname)) ) CCTK_GetSomething_ByIndex(int index) CCTK_GetSomething_ByBoth(int index, const char *fullname) Also important to note is that the Group routines will all check and report errors ... so you should just have to handle the error codes in your own routine, you don't have to say for example that the variable index is out of range. I've changed all checked in routines (except for Grace :) ) to make use of these changes, but I have only checked under Linux, so you might want to hold of updating for a couple of hours while I check other platforms Gab. git-svn-id: http://svn.cactuscode.org/flesh/trunk@478 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Protected C function prototype ingoodale1999-04-14
| | | | | | | | | | | | | | #ifdef __cplusplus extern "C" { #endif blocks. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@475 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added new overloadable function CCTK_ArrayGroupSize_ByBothallen1999-04-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@469 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removing ArrayGroupSizeallen1999-04-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@468 17b73243-c579-4c4c-a9d2-2d5706c11dac
* What I have so far for Coordinate registrationallen1999-04-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@466 17b73243-c579-4c4c-a9d2-2d5706c11dac
* This is what I forgot to commit a couple of days agoallen1999-04-09
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@459 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Empty header file required by GroupsOnGH.cgoodale1999-04-08
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@454 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put a missing */ in.goodale1999-04-07
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@451 17b73243-c579-4c4c-a9d2-2d5706c11dac
* included definethorn.hallen1999-04-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@448 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding coordinate origin temporarily to the GHallen1999-04-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@440 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added the origin of the spatial coordinate system to the GHallen1999-04-06
| | | | | | | | This is temporary until we add coordinate registration routines just to get the right coordinates in IO git-svn-id: http://svn.cactuscode.org/flesh/trunk@439 17b73243-c579-4c4c-a9d2-2d5706c11dac
* changed name of prototype CCTK_DecomposeGroupName into CCTK_DecomposeNametradke1999-03-30
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@423 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CACTUS to CCTKallen1999-03-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@419 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Bug in NT versionallen1999-03-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@410 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some missing prototypesallen1999-03-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@409 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added #define CACTUS_PARAMCHECK 0allen1999-03-20
| | | | | | | It is not clear where this should go, but I wanted to put in somewhere ... git-svn-id: http://svn.cactuscode.org/flesh/trunk@404 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added TriggerOutputallen1999-03-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@400 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Had to add iteration to the arguement lists for ADM ... but it seems likeallen1999-03-16
| | | | | | | overkill when all ADM wants to know is it the first timestep or not. git-svn-id: http://svn.cactuscode.org/flesh/trunk@398 17b73243-c579-4c4c-a9d2-2d5706c11dac
* added a comment on void ***datalanfer1999-03-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@394 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added GH to CCTK_rfrTriggerSaysGoallen1999-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@385 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added > char *CCTK_GetFullName(int var);allen1999-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@384 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added GH to CCTK_DummyTriggerSaysGoallen1999-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@383 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added TimeToOutputallen1999-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@382 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added GH to TriggerSaysGoallen1999-03-07
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@381 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Pass new GH variables through to thornsallen1999-03-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@369 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding delta_time and delta_space to GHallen1999-03-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@368 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Forgot to commit this yesterday. Contains the definitions forgoodale1999-02-25
| | | | | | | | | the return codes from GetParameters. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@344 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed prototypesallen1999-02-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@338 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added time to the GH for nowallen1999-02-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@334 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Addedallen1999-02-23
| | | | | | | | | | | | | > const char *CCTK_GetGroupFromVar(int var); > > const char *CCTK_GetImplementationFromVar(int var); > perhaps these should take the name rather than the index, but then I have to split up the name and use the implementation ??? git-svn-id: http://svn.cactuscode.org/flesh/trunk@332 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added GetMyProc and GetnProcsallen1999-02-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@331 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added include for prototype for NullTerminateStringallen1999-02-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@317 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to get timelevels working.goodale1999-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@302 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Header file for passing strings from fortran to Callen1999-02-17
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@299 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Command line stuff.goodale1999-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@293 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Warning level stuff.goodale1999-02-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@292 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed _cplusplus to __cplusplus . Hopefully this is right now !goodale1999-02-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@291 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added support for time levels.goodale1999-02-16
| | | | | | | | | You can now put TIMELEVELS=<n> in a group definition. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@289 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put two underscores in the test for c++ .goodale1999-02-16
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@287 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Updated for new function CCTK_NullTerminateStringallen1999-02-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@266 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prototypes for IO methodsallen1999-02-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@263 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Prototypes for overloadable Comm functionsallen1999-02-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@262 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Corrected IO function nameallen1999-02-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@254 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added CCTK_QueryGroupStorageallen1999-02-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@253 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added more variables (global_sh, nghostzones, convlevel) to fortranallen1999-02-13
| | | | | | | argument list git-svn-id: http://svn.cactuscode.org/flesh/trunk@252 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding more variables to the fortran argument listsallen1999-02-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@251 17b73243-c579-4c4c-a9d2-2d5706c11dac