aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Implement GetBoundarySizesAndTypesHEADsvnmastereschnett2012-06-18
| | | | | | | | Provide aliased function GetBoundarySizesAndTypes that describes which faces have what size and what type. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@53 0337457d-221f-4ee6-a5f0-14255d5370d8
* Correct function prototypes: functions running in the startup bin mustschnetter2008-02-20
| | | | | | | return int, not void. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@35 0337457d-221f-4ee6-a5f0-14255d5370d8
* Replace CCTK_VWarn with CCTK_WARN statements, since they are simplerschnetter2008-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@34 0337457d-221f-4ee6-a5f0-14255d5370d8
* Convert CCTK_INT to int before passing it to printf %d.schnetter2008-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@33 0337457d-221f-4ee6-a5f0-14255d5370d8
* Fix the bug described injthorn2005-04-13
| | | | | | | | | http://www.cactuscode.org/pipermail/developers/2005-April/000825.html where, if domainsize = "spacing" , then zero_origin_z is interpreted backwards. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@26 0337457d-221f-4ee6-a5f0-14255d5370d8
* assert fixyye002004-08-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@20 0337457d-221f-4ee6-a5f0-14255d5370d8
* Properly initialize local variables to get rid of gcc warnings.tradke2004-06-21
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@19 0337457d-221f-4ee6-a5f0-14255d5370d8
* Untabified.goodale2004-05-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@18 0337457d-221f-4ee6-a5f0-14255d5370d8
* Added aliased function Coord_GetDefaultSystem() which returns thetradke2004-05-09
| | | | | | | default coordinate system registered for a given grid dimension. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@15 0337457d-221f-4ee6-a5f0-14255d5370d8
* Initialize myGH->default_coord_systems[] with default values as defined in ↵tradke2004-05-09
| | | | | | CoordBase.h. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@14 0337457d-221f-4ee6-a5f0-14255d5370d8
* Added aliased versions for the CoordBase functions.goodale2004-05-08
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@13 0337457d-221f-4ee6-a5f0-14255d5370d8
* Grid array variables don't have a default coordinate system associated with ↵tradke2004-05-01
| | | | | | them. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@12 0337457d-221f-4ee6-a5f0-14255d5370d8
* Remove unused variableschnetter2004-04-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@11 0337457d-221f-4ee6-a5f0-14255d5370d8
* Indent properlyschnetter2004-01-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@8 0337457d-221f-4ee6-a5f0-14255d5370d8
* Provide a coordinate-thorn and symmetry-thorn independent way ofschnetter2004-01-19
| | | | | | | | | specifying the shape of the physical domain and the location of the boundary points. The advantage of that is that it is now much easier to change the resolution. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@7 0337457d-221f-4ee6-a5f0-14255d5370d8
* Fix seg fault in Coord_SystemHandle().rideout2003-12-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@6 0337457d-221f-4ee6-a5f0-14255d5370d8
* Remove extraneous comments.rideout2003-08-26
| | | | | | | Fixes CactusBase/1592. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@3 0337457d-221f-4ee6-a5f0-14255d5370d8
* CoordBase thorn, which implements the Coordinate specrideout2003-08-22
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@2 0337457d-221f-4ee6-a5f0-14255d5370d8