aboutsummaryrefslogtreecommitdiff
path: root/src/Symmetry.c
Commit message (Collapse)AuthorAge
* Bug fixes and enhancements, mainly to do with moving to 6 elementallen1999-07-27
| | | | | | | arrays for deciding about the BCs git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@41 c78560ca-4b45-4335-b268-5f3340f3cb52
* Two changes to CartGrid3D:allen1999-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | 1) Changed fortran files to Fortran 77 . Unfortunately doesn't compile with g77 which complains about the way that 3D arrays are passed, although it is standard f77. Sometime the F77 routines will be comnverted to C 2) Started to make CartGrid3D independent of dimension. Now the calls to set and apply symmetries are independent of dimension. This means that instead of SetSymmetry(...,sx,sy,sz,....) we now have the call sym(1) = sx sym(2) = sy sym(3) = sz SetCartSymmetry(...,sym,....) (note the name change too). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@39 c78560ca-4b45-4335-b268-5f3340f3cb52
* Fixed bug in symmetry conditionsallen1999-07-23
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@37 c78560ca-4b45-4335-b268-5f3340f3cb52
* New Group function namesallen1999-07-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@34 c78560ca-4b45-4335-b268-5f3340f3cb52
* Include file name changesallen1999-06-29
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@32 c78560ca-4b45-4335-b268-5f3340f3cb52
* got rid of silly line saying "Why am I here?" since I now know the answer.allen1999-06-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@31 c78560ca-4b45-4335-b268-5f3340f3cb52
* Symmetry registration and boundary condition is moved from Einstein toallen1999-06-28
here. Reworked the grid routines to allow grid points to be on the axes depending on the parameter no_origin (defaults to not on the origin). Added more parameter checking git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@30 c78560ca-4b45-4335-b268-5f3340f3cb52