summaryrefslogtreecommitdiff
path: root/src/include/cGH.h
Commit message (Collapse)AuthorAge
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
| | | | | | | | | | | | Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4841 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Improve comment explaining cGH->dataeschnett2011-12-12
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4777 17b73243-c579-4c4c-a9d2-2d5706c11dac
* remove external include guard "#ifndef _CCTK_TYPES_H" aroundjthorn2006-12-21
| | | | | | | | | | | | | | | #include "cctk_Types.h" since this is (a) wrong [the actual symbol is _CCTK_TYPES_H_ (with a trailing underscore)], (b) unnecessary [cctk_Types.h already has an internal include guard, and modern compilers have special-case optimizations for internal include guards so they're just as fast at compile-time as external ones], and (c) inconsistent with the 3 other files in this same directory (cctk_Groups.h, cctk_Misc.h, and util_Table.h) which #include "cctk_Types.h", none of which use an external include guard git-svn-id: http://svn.cactuscode.org/flesh/trunk@4397 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Remove self field from cGH structureschnetter2005-01-29
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3971 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add cGH entry for the convergence factor.schnetter2004-02-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3567 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3446 17b73243-c579-4c4c-a9d2-2d5706c11dac
* cGH.h: Add three new fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
| | | | | | | | | | | | | cctk_levoffdenom to the cGH structure that simplify handling coordinates in mesh refinement settings. cctk.h: Pass the new fields to Fortran routines. Add a new macro CCTK_ORIGIN_SPACE to simplify using these fields. CactusDefaultComm.c: Initialise the new fields. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3240 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added an identify string to the cGH which must be filled out by the driver.tradke2002-04-18
| | | | | | | | It should label individual cGH's (eg. when doing convergence testing). I/O methods will it then use it to construct output filenames. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2726 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Adding commentallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1734 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed last vestiges of rfr.goodale2000-04-17
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1554 17b73243-c579-4c4c-a9d2-2d5706c11dac
* All include files for thorns now have cctk_ then a capital letter (!)allen2000-01-16
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1262 17b73243-c579-4c4c-a9d2-2d5706c11dac
* stagger supportlanfer2000-01-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1256 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
* Adding an include for cctk_types.hallen1999-10-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1028 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Total renaming of items on cGH.allen1999-06-25
| | | | | | | | Added cctk_from and ctk_to, which will be filled in by drivers to give local physical zone git-svn-id: http://svn.cactuscode.org/flesh/trunk@583 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Double -> CCTK_REALallen1999-06-15
| | | | | | | | | | | | | REAL -> CCTK_REAL POINTER -> CCTK_POINTER VARIABLE_REAL -> CCTK_VARIABLE_REAL (etc) GH->iteration is now an int (not an unsigned long int) git-svn-id: http://svn.cactuscode.org/flesh/trunk@551 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 a comment on void ***datalanfer1999-03-10
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@394 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
* Added time to the GH for nowallen1999-02-23
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@334 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