summaryrefslogtreecommitdiff
path: root/src/main/Coord.c
Commit message (Collapse)AuthorAge
* Routine name changesallen1999-07-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@781 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More subroutine name changesallen1999-07-24
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@778 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added routine for registering and getting back the coordinate origin.allen1999-07-18
| | | | | | | | | Not quite finished since at the moment it always tells you that the origin is at zero. This is because I haven't decided whether you should register the coordiante and the origin separately or at the same time. git-svn-id: http://svn.cactuscode.org/flesh/trunk@724 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added fortran binding for CCTK_GetCoordIndex()tradke1999-07-13
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@702 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New names for many of the Group functions which are used by infrastructureallen1999-07-08
| | | | | | | | | thorns and the flesh. The names should be more consistent now. You might want to hold of from this update for a little while until all the thorn changes are in. git-svn-id: http://svn.cactuscode.org/flesh/trunk@688 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Changed CCTK_Warns t CCTK_WARN so that I can try and pass thorught theallen1999-07-03
| | | | | | | | | | | | | | | | | | | | | | | | line number and file name to the Warn message. This hass problems: 1) I really need to include cctk.h then (for some reason) in WarnLevel.h, but then I guess the Fortran name for CCTK_Warn is CCTK_WARN so it doesn't much care for me having a macro for CCTK_WARN. 2) Now I need three fortran strings to be passed into C. This works at the moment on Linux, but not on other machines, so you may need to run with warnings off for a little while. 3) Fortran doesn't get the file name, because (?) it is actually something from a pipe which gets preprocessed and not the file. I have no idea how to fix this. I may just scrap all this, but I want to persevere a bit Oh, there is a new parameter cctk_full_warnings (default yes for now) which gives the old style warnings with no. git-svn-id: http://svn.cactuscode.org/flesh/trunk@618 17b73243-c579-4c4c-a9d2-2d5706c11dac
* missing header filesallen1999-06-25
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@585 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More changes from Joan and his NT nightmares.jmasso1999-06-03
| | | | | | | Please try this on a reasonable OS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@543 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Coordinate registration. Now a GF which represents a coordinateallen1999-04-22
| | | | | | | | | | is registered with a name and a direction. This is so that we can for example register the grid function "grid::x" to be called "x" and then IO uses the grid function called "x" for an x-coordinate for output. git-svn-id: http://svn.cactuscode.org/flesh/trunk@491 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New group stuffallen1999-04-15
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@482 17b73243-c579-4c4c-a9d2-2d5706c11dac
* What I have so far for Coordinate registrationallen1999-04-14
git-svn-id: http://svn.cactuscode.org/flesh/trunk@466 17b73243-c579-4c4c-a9d2-2d5706c11dac