aboutsummaryrefslogtreecommitdiff
path: root/src/Bitant.c
Commit message (Collapse)AuthorAge
* 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