summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Changed to use CCTK_rfrTraverse which deals with extensions too.goodale1999-02-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@196 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New file rfrInterface.c which contains the stuff the flesh needsgoodale1999-02-03
| | | | | | | | | when dealing with the rfr. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@195 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some new functions, some reorganisation, more grdoc, and comments.goodale1999-02-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@194 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More changes for the GH extension registration.goodale1999-02-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@193 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a function CCTK_GetHandleName to get the name associated with a handle.goodale1999-02-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@192 17b73243-c579-4c4c-a9d2-2d5706c11dac
* A couple of minor mods to make things neater.goodale1999-02-03
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@191 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Answered a few of Carsten's queries.goodale1999-02-03
| | | | | | | | | | | Put versioning info in (or at least i hope it works 8-) Made the appendices a seperate part, which should make the html version look nicer. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@190 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added Dummies.c to source files.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@189 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a prototype for rfrInitTree here.goodale1999-02-02
| | | | | | | | | | We need to put prototypes for all other externally available rfr functions here and then rename this to something. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@188 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some more comments.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@187 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now possible to register a GH extension, and register an initialisationgoodale1999-02-02
| | | | | | | | | function for it. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@186 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New files to contain dummy stuff until we work out what to do with it.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@185 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed to use the new rfrTraverse with three arguments.goodale1999-02-02
| | | | | | | | | Uses rfrInitTree to setup a new rfr tree. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@184 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More information into the "Configuration file syntax" appendix.allen1999-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@183 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Now gives an error when no description is specified for a schedule block.goodale1999-02-02
| | | | | | | | | Fixes to get STARTUP working. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@182 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Minor fix to prevent 0.c ending up in a make.code.defn file.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@181 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added variables.callen1999-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@180 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Files for routines for variables (CCTK_GetVarNum)allen1999-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@179 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added more empty subroutinesallen1999-02-02
| | | | | | | | | | | | | | | | > > int CCTK_GetGroupNum(cGH *GH, const char *group) > { > return 0; > } > > int CCTK_ArrayGroupSize(cGH *GH, const char *group, int dim) > { > return 0; > } git-svn-id: http://svn.cactuscode.org/flesh/trunk@178 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added the passing through of rfr_top etc into all the routines.allen1999-02-02
| | | | | | | Changes to implement new perl tricks learnt off Tom. git-svn-id: http://svn.cactuscode.org/flesh/trunk@177 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added rfr_top to the GH structureallen1999-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@176 17b73243-c579-4c4c-a9d2-2d5706c11dac
* iallen1999-02-02
| | | | | | | | | | Change for Tom to add an include line > $line = "\#include \"CParameterStructNames.h\""; > push(@data, $line); git-svn-id: http://svn.cactuscode.org/flesh/trunk@175 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Toms twiddling with the order of the thorn libraries in the final link.allen1999-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@174 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Additions to Interface sectionallen1999-02-02
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@173 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Written RegisterGHExtension.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@172 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed char * to const char * in CCTK_NewHandle.goodale1999-02-02
| | | | | | | | | Added StoreHandledData.c to make.code.defn. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@171 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Protected the functsion prototypes for c++ compilations.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@170 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Finished and tested the handled data routines.goodale1999-02-02
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@169 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Started adding a generic handle storage suite. Basically nicking the stuffgoodale1999-02-01
| | | | | | | | | I put into HLL. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@168 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use right names for routines called from rfr filesallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@167 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed names of some rfr routinesallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@166 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Cactus parameters nx,ny,nzallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@165 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes to parsing the scheduling filesallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@164 17b73243-c579-4c4c-a9d2-2d5706c11dac
* File to deal with all GH extension stuff.goodale1999-02-01
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@163 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put in lots of calls to the rfr.goodale1999-02-01
| | | | | | | | | | Added Groups.c which should contain the master functions for dealing with Groups. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@162 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Toms bug fix for keywords with no blockallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@161 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Couple of bug fixes from Tom ... was using wrong name for database arrayallen1999-02-01
| | | | | | | and missing spaces in strings git-svn-id: http://svn.cactuscode.org/flesh/trunk@160 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tom's change to put some strings in uppercaseallen1999-02-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Calls the RFRINIT routine.goodale1999-02-01
| | | | | | | | | Just committing to allow me to continue on skuld. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@158 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Must have forgotten to commit this, include file with flesh arguementallen1999-01-30
| | | | | | | | | | | | | | | | | | | | | | lists having a _ in front of them. Also changed #define _DECLARE_CCTK_FARGUMENTS INTEGER dim&&\ INTEGER sh(dim), lb(dim), ub(dim), bbox(2*dim)&&\ INTEGER levfac&&\ POINTER GH to #define _DECLARE_CCTK_FARGUMENTS INTEGER dim&&\ INTEGER sh(dim), lb(dim), ub(dim), bbox(2*dim)&&\ INTEGER levfac&&\ POINTER GH&&\ otherwise declaration lines on the same lines in fortran git-svn-id: http://svn.cactuscode.org/flesh/trunk@157 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed some bugs I seem to have introduced earlier !goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@156 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a space in front of line continuationallen1999-01-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@155 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Put a _ in front of all flesh arguement lists and declarationsallen1999-01-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@154 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed problems with fortran with preprocessingallen1999-01-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@153 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Uppercased thorn and implementation name in parameter header namesgoodale1999-01-29
| | | | | | | | | to make sure of case insensitivity. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@152 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use the $(LD) variable as the linker !goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@151 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changes \ and / characters in a configuration name to _ .goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@150 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added newlines at the end of a couple of created files.goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@149 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added a dummy variable to a structure if it would otherwise be empty.goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@148 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added t3e recognition.goodale1999-01-29
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@147 17b73243-c579-4c4c-a9d2-2d5706c11dac