summaryrefslogtreecommitdiff
path: root/src/include/cctk_Faces.h
Commit message (Collapse)AuthorAge
* Untabifying.goodale2005-10-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@4163 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Define CCTK_ALL_FACES for up to 7 directions only. This removes #ifschnetter2003-10-15
| | | | | | | | defined preprocessor statements, which apparently are not handled by the Cactus cpp. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3437 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Include cctk_Faces.h automatically when "cctk.h" is included, for bothschnetter2003-10-13
| | | | | | | | | | Fortran and C. Also fix a bug in cctk_Faces.h, which used the non-existing macro CCTK_INTEGER_PRECISION. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3436 17b73243-c579-4c4c-a9d2-2d5706c11dac
* works with 2 byte integersrideout2003-08-22
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@3383 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Set CCTK_ALL_FACES to 2^30-1, so that it sets the lowest 30 bits torideout2003-05-13
| | | | | | | | '1'. The top two bits are difficult (impossible?) to use because Fortran does not have unsigned ints. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3214 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Macros for specifying sets of faces of the computational domain,rideout2003-02-13
e.g. for use with boundary conditions. For now it contains only CCTK_ALL_FACES. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3140 17b73243-c579-4c4c-a9d2-2d5706c11dac