aboutsummaryrefslogtreecommitdiff
path: root/src/CartGrid3D.c
Commit message (Collapse)AuthorAge
* Added lots of missing function prototypes.goodale1999-11-30
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@81 c78560ca-4b45-4335-b268-5f3340f3cb52
* Changed name of subroutine to correctly reflect what is doesallen1999-11-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@78 c78560ca-4b45-4335-b268-5f3340f3cb52
* Added options needed by Cartoonallen1999-11-02
| | | | | | | | | | | | | | | | | | | | bitant_plane = "xy" "xz" "yz" (default "xy") no_originx = "yes" "no" (default "yes") no_originy = "yes" "no" (default "yes") no_originz = "yes" "no" (default "yes") The logic is that if no_origin = "yes" *and* no_origin? = "yes" then the coordinates will avoid the origin, so if you don't want one particular coordinate to avoid the origin you put e.g. no_originx = "no" At the moment this only works in bitant. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@77 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixing specifying ranges by max and minallen1999-10-26
| | | | | | | Cactus/157 git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@74 c78560ca-4b45-4335-b268-5f3340f3cb52
* Switching off debug flagallen1999-10-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@71 c78560ca-4b45-4335-b268-5f3340f3cb52
* C version of the CartGrid3D file.goodale1999-10-07
If I compile with this instead of the other it passes the test suite under Linux. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@61 c78560ca-4b45-4335-b268-5f3340f3cb52