summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
Commit message (Collapse)AuthorAge
* Additions for constant sized arraysallen2000-04-04
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1521 17b73243-c579-4c4c-a9d2-2d5706c11dac
* standardizing names ... you will need to do a gmake <config>-clean beforeallen2000-02-03
| | | | | | | recompiling. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1342 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changedtradke2000-02-01
| | | | | | | | | | | CCTK_ImpFromVarI CCTK_VarName CCTK_VarTypeName to return a const pointer which shouldn't be freed after usage. git-svn-id: http://svn.cactuscode.org/flesh/trunk@1332 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a couple of missing prototypes.goodale2000-01-27
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1313 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Untabified.goodale2000-01-27
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1312 17b73243-c579-4c4c-a9d2-2d5706c11dac
* CCTK function name changesallen2000-01-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1297 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
* staggering: function prototypeslanfer2000-01-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1237 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
* Prototype for CCTK_VarTypeNameallen2000-01-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1217 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed tabs from files.goodale1999-11-24
| | | | | | | | | Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Splitting internal and general functionsallen1999-10-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1060 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changing the #def statement to be the filenameallen1999-10-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1025 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New include file namesallen1999-07-30
git-svn-id: http://svn.cactuscode.org/flesh/trunk@833 17b73243-c579-4c4c-a9d2-2d5706c11dac