aboutsummaryrefslogtreecommitdiff
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
* change eps to pdfknarf2009-02-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@40 0337457d-221f-4ee6-a5f0-14255d5370d8
* Include Licence in READMEknarf2009-01-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@39 0337457d-221f-4ee6-a5f0-14255d5370d8
* Unify README file formatknarf2009-01-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@38 0337457d-221f-4ee6-a5f0-14255d5370d8
* Whitespace changeschnetter2008-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@37 0337457d-221f-4ee6-a5f0-14255d5370d8
* Clarify thorn descriptionschnetter2008-02-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@36 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
* Allow grids with 0 grid cells, since this is legal. A grid with 0schnetter2008-02-20
| | | | | | | cells still has one active grid point. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@32 0337457d-221f-4ee6-a5f0-14255d5370d8
* Improve latexschnetter2006-02-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@31 0337457d-221f-4ee6-a5f0-14255d5370d8
* Correct error in parameter range descriptionschnetter2006-02-27
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@30 0337457d-221f-4ee6-a5f0-14255d5370d8
* Correct email address in copyright statement.schnetter2005-10-22
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@29 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
* better document the "ghost_size gotcha"jthorn2004-11-12
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@25 0337457d-221f-4ee6-a5f0-14255d5370d8
* document another gotcha in using PUGH with CoordBasejthorn2004-11-11
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@24 0337457d-221f-4ee6-a5f0-14255d5370d8
* add a new section "Driver Issues" to record gotchas and tips-n-tricksjthorn2004-11-08
| | | | | | | about driver parameters to play nicely with CoordBase git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@23 0337457d-221f-4ee6-a5f0-14255d5370d8
* Adding missing copyright files to all thorns and making themgoodale2004-11-02
| | | | | | | consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@21 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
* Correct the intent statements.hawke2004-05-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@16 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
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
| | | | | | | | | | | | | | disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@9 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
* Changed the datatype of the PHYSICALMIN/PHYSICALMAX options in coordinate tablestradke2003-09-01
| | | | | | | from REAL to INT. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@5 0337457d-221f-4ee6-a5f0-14255d5370d8
* Fixed small typos.tradke2003-08-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@4 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
* Standard project directories initialized by cvs2svn.(no author)2003-08-22
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@1 0337457d-221f-4ee6-a5f0-14255d5370d8